mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-31 13:34:24 +02:00
* [config] ConfigUtil: Add method to apply defaults from `ConfigDescription` to configuration `Map<String, Object>´ This extracts a new override from the existing `ConfigUtil::applyDefaultConfiguration` method. The existing unit tests for the existing method pass, so this change should be fine. Signed-off-by: Florian Hotze <dev@florianhotze.com> * Address review Signed-off-by: Florian Hotze <dev@florianhotze.com> * Fix typo Signed-off-by: Florian Hotze <dev@florianhotze.com> * Update bundles/org.openhab.core.config.core/src/main/java/org/openhab/core/config/core/ConfigUtil.java Co-authored-by: Mark Herwege <mherwege@users.noreply.github.com> Signed-off-by: Florian Hotze <dev@florianhotze.com> * Update ConfigUtil.java Co-authored-by: Mark Herwege <mherwege@users.noreply.github.com> Signed-off-by: Florian Hotze <dev@florianhotze.com> --------- Signed-off-by: Florian Hotze <dev@florianhotze.com> Co-authored-by: Mark Herwege <mherwege@users.noreply.github.com>