This repository has been archived by the owner on Oct 4, 2021. It is now read-only.
Releases: openbase/bco.registry
Releases · openbase/bco.registry
v1.3.0
v1.2.0
[maven-release-plugin] copy for tag v1.2.0
v1.1.5
- 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
- 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