Skip to content
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.

Releases: openbase/bco.registry

v1.3.0

09 Mar 17:39
Compare
Choose a tag to compare

Fixes & Features

Solved Issues

v1.2.0

27 Feb 11:39
Compare
Choose a tag to compare
v1.2.0 Pre-release
Pre-release
[maven-release-plugin] copy for tag v1.2.0

v1.1.5

11 Jan 15:19
Compare
Choose a tag to compare
  • Multi UnitType of the same types are now supported again during device registration.
  • Transfromer Stability improvements by just skiping transformation if needed data is not available and catching some more exceptions.
  • SynchronizedRemoteRegistry getName() Nullpointer fix.
  • Implemented label synchronization between devices and units if the bounds flag is set.
  • Unit Host verification optimized by check unit registration in the device config.
  • Maven tests for non test projects disabled.
  • Registry recover mode extended to auto remove unit zombies in the db recovery mode.
  • UnitBoundToHostConsistencyHandler fixed by generating default value with respect of device bounds.
  • Allow unit label modifications even if the unit is bound to the device.
  • computeUnitIntersection interface implemented for location remote.
  • DeviceConfig plugin now removes dalUnits of a device before the device is removed.
  • Fixed dalUnit and deviceUnit enablingStateConsistencyHandler which could fail because of the sandboxCheck and added a unit test for it.
  • UnitTest cleanup and exception handling optimized.
  • Some more javadoc added.
  • Minor Bugfixes

v1.1.4

01 Dec 19:00
Compare
Choose a tag to compare
  • Shutdown stability improved.
  • New Jul launcher framework used for component start.
  • Make test mode independent from global rsb config.
  • Stability improvements of LocationConfig_4_To_5_DBConverter
  • UnitEnablingStateConsistencyHandler optimized to handel unknown states.
  • Introduce Registies util class to combine all cached registries into one instance.
  • Introduce registry remote submodule.
  • Dependency cleanup
  • Bugfixes