Releases: eclipse-arrowhead/application-library-java-spring
Releases · eclipse-arrowhead/application-library-java-spring
Release v4.4.0.2
HIGHLIGHTED MODIFICATIONS
- Spring Boot upgrade to v2.6.2
Release v4.4.0.1
HIGHLIGHTED MODIFICATIONS
- Fixing Log4J2 vulnerability
NEW FEATURES
- MQTT Support
Release v4.4.0.0
The distribution of the library has been moved from GithubPackages to Maven Central!
HIGHLIGHTED MODIFICATIONS
- Group id has been changed from
eu.arrowhead
toai.aitia
group id. - Artifact id has been changed from
client-library
toarrowhead-application-library-java-spring
eu.arrowhead.client...
package names changed toai.aitia.arrowhead.application...
ClientCommonConstants.class
renamed toApplicationCommonConstants.class
CLIENT_SYSTEM_NAME
constant renamed toAPPLICATION_SYSTEM_NAME
CLIENT_SERVER_ADDRESS
constant renamed toAPPLICATION_SERVER_ADDRESS
CLIENT_SERVER_PORT
constant renamed toAPPLICATION_SERVER_PORT
- CoreSystem enums have no underscores in their names anymore. Example:
CoreSystem.SERVICE_REGISTRY
->CoreSystem.SERVICEREGISTRY
- CoreSystemService enums have no underscores in their core system name part anymore. Example:
CoreSystemService.SERVICE_REGISTRY_REGISTER_SERVICE
->CoreSystemService.SERVICEREGISTRY_REGISTER_SERVICE
- Method
unregisterServiceFromServiceRegistry(final String serviceDefinition)
has been changed tounregisterServiceFromServiceRegistry(final String serviceDefinition, final String serviceUri)
NEW FEATURES
- New CoreSystem and CoreSystemService enums for
Timemanager
,Translator
,Configuration
andPlantDesriptionEngine
Release v4.3.0.0
NEW FEATURES
- websocket support:
ArrowheadService.connnectServiceWS
andArrowheadService.closeWSConnection