Use docJGenerator 1.5.6.4
Use MDIUtilities 1.2.27
Be more specific when encountering errors while parsing library definitions
Add the "not" condition
Add a method in the ServiceInstance to detect if a notified service was invoked by the module itself (this is the case if a module is both a provider and subscriber of the same service)
Rename the globalProperty element "var" and add the concept of a global property
The name of the module in properties definition is not significant if there is only one module in the application
Give more informations if an exception is thrown by the native JNA bridge during a service invocation or notification when communicating with a C library
Fix cases where the native JNA bridge did not handle notifications correctly for a C module
Add a capability in the browser to export only the part of a graph which is linked to a chosen module
tacticalEnv: all the list of elements now implement a common ElementList interface
Fix JSON enumeration values received from Python and encoded in String not correctly parsed by the Python module
Add a pythonEnumAsString for Python modules to encode enumeration states as Strings
Add a getProtectedStateValueAsString method in the EnumType class to get a guaranteed valid state value as a String
Make sure that the getStateValueAsString method in the EnumType class return a state name, or null
Add a method in the DataUtilities utility class to convert the content of a service as a JSON object
Add a method in the DataUtilities utility class to convert the content of a Data as a JSON object
userInputs: add a capability to export the content of a service in JSON format
Jena: fix the getGraph service which did not get correctly all the ranges from properties
Allow to specify the value of an enum as an hexadecimal value
Allow to specify a default value for a type as an hexadecimal value
Add an echo command in the filelist format to echo the value of an environment variable or a property
Use jGraphml 0.7
Jena: add methods in the QueryResults.Value class to return the value as several primitive types
Jena: fix some cases where individual references were incorrectly added in the SparqlRequest
Jena: protect for some cases where we could have a NPE when applying a query
Jena: add utilities to get a function key when using custom functions
Meteo: fix the unit tests which were failing
Meteo: the data types for the Meteo are now in a MeteoDataTypes common class
Add several samples using ontologies
vosk: use vosk api 0.3.32.1
vosk: add a new INITIALIZE_EXCEPTION state type
browser: show the implementation of libraries when opening these libraries
browser: show the python http modules implementation
browser: show the content of C modules implementation