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

v1.1.5

Compare
Choose a tag to compare
@DivineThreepwood DivineThreepwood released this 11 Jan 15:19
· 843 commits to master since this release
  • 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