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.arrowheadtoai.aitiagroup id. - Artifact id has been changed from
client-librarytoarrowhead-application-library-java-spring eu.arrowhead.client...package names changed toai.aitia.arrowhead.application...ClientCommonConstants.classrenamed toApplicationCommonConstants.classCLIENT_SYSTEM_NAMEconstant renamed toAPPLICATION_SYSTEM_NAMECLIENT_SERVER_ADDRESSconstant renamed toAPPLICATION_SERVER_ADDRESSCLIENT_SERVER_PORTconstant 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,ConfigurationandPlantDesriptionEngine
Release v4.3.0.0
NEW FEATURES
- websocket support:
ArrowheadService.connnectServiceWSandArrowheadService.closeWSConnection