ConnectorIO / connectorio-addons

Dedicated repository for openHAB software extensions maintained by ConnectorIO.
Apache License 2.0
18 stars 11 forks source link

Make sure persistence manager works properly with multiple services. #62

Closed splatch closed 4 months ago

splatch commented 4 months ago

Added dedicated config option provider and ready markers for re-use.

During debug session it turned out that persistence manager extension was bound to only single persistence service. While it was expecting more, only one was wired and configured. This lead to situations where system had incomplete configuration, despite of valid inputs. Additionally same bug was spotted in few more places which got fixed as well.