Skip to content

Releases: eclipse-arrowhead/application-library-java-spring

Release v4.4.0.2

05 Jan 09:29
55d668a
Compare
Choose a tag to compare

HIGHLIGHTED MODIFICATIONS

  • Spring Boot upgrade to v2.6.2

Release v4.4.0.1

20 Dec 10:35
3728327
Compare
Choose a tag to compare

HIGHLIGHTED MODIFICATIONS

  • Fixing Log4J2 vulnerability

NEW FEATURES

  • MQTT Support

Release v4.4.0.0

11 Nov 16:23
c9ea6a8
Compare
Choose a tag to compare

#f03c15 The distribution of the library has been moved from GithubPackages to Maven Central! #f03c15

HIGHLIGHTED MODIFICATIONS

  • Group id has been changed from eu.arrowhead to ai.aitia group id.
  • Artifact id has been changed from client-library to arrowhead-application-library-java-spring
  • eu.arrowhead.client... package names changed to ai.aitia.arrowhead.application...
  • ClientCommonConstants.class renamed to ApplicationCommonConstants.class
  • CLIENT_SYSTEM_NAME constant renamed to APPLICATION_SYSTEM_NAME
  • CLIENT_SERVER_ADDRESS constant renamed to APPLICATION_SERVER_ADDRESS
  • CLIENT_SERVER_PORT constant renamed to APPLICATION_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 to unregisterServiceFromServiceRegistry(final String serviceDefinition, final String serviceUri)

NEW FEATURES

  • New CoreSystem and CoreSystemService enums for Timemanager, Translator, Configuration and PlantDesriptionEngine

Release v4.3.0.0

20 Apr 13:52
2dff173
Compare
Choose a tag to compare

NEW FEATURES

  • websocket support: ArrowheadService.connnectServiceWS and ArrowheadService.closeWSConnection