Implement a core sitemap registry (#5004)

* sitemap registry

Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
This commit is contained in:
Mark Herwege
2026-03-26 22:38:01 +01:00
committed by GitHub
parent e2aacb11a9
commit d66f773a20
91 changed files with 5312 additions and 1348 deletions
@@ -53,6 +53,7 @@
<bundle>mvn:org.openhab.core.bundles/org.openhab.core.id/${project.version}</bundle>
<bundle>mvn:org.openhab.core.bundles/org.openhab.core.persistence/${project.version}</bundle>
<bundle>mvn:org.openhab.core.bundles/org.openhab.core.semantics/${project.version}</bundle>
<bundle>mvn:org.openhab.core.bundles/org.openhab.core.sitemap/${project.version}</bundle>
<feature dependency="true">asm</feature>
<bundle>mvn:org.openhab.core.bundles/org.openhab.core.thing/${project.version}</bundle>
<bundle>mvn:org.openhab.core.bundles/org.openhab.core.transform/${project.version}</bundle>
@@ -201,7 +202,6 @@
<feature>openhab-core-base</feature>
<feature>openhab-core-ui</feature>
<bundle>mvn:org.openhab.core.bundles/org.openhab.core.io.rest.sitemap/${project.version}</bundle>
<feature dependency="true">openhab-core-model-sitemap</feature>
</feature>
<feature name="openhab-core-io-rest-swagger" version="${project.version}">
@@ -442,8 +442,6 @@
<feature name="openhab-core-ui" version="${project.version}">
<feature>openhab-core-base</feature>
<feature>openhab-core-model-item</feature>
<feature>openhab-core-model-sitemap</feature>
<bundle>mvn:org.openhab.core.bundles/org.openhab.core.ui/${project.version}</bundle>
<bundle>mvn:org.openhab.core.bundles/org.openhab.core.io.rest.ui/${project.version}</bundle>
</feature>