Skip to content

Release v4.4.0.0

Choose a tag to compare

@borditamas borditamas released this 11 Nov 16:23
· 32 commits to master since this release
c9ea6a8

#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