openhab-core/bundles/org.openhab.core.boot
Wouter Born e943ec8970 Upgrade to Xtext 2.19, LSP4J 0.8.0 and fix LSP server (#1171)
Every connection to the LSP server failed because it always threw a org.eclipse.smarthome.model.ide.SitemapIdeSetup NoClassDefFoundError.
Which is caused by the SitemapIdeSetup residing in a package that is split between both the org.openhab.core.model.item.ide and the org.openhab.core.model.sitemap.ide bundles.
The SitemapIdeSetup class is also using classes from the org.eclipse.smarthome.model package which is also a package split between the org.openhab.core.model.items and org.openhab.core.model.sitemap bundles.
After renaming the packages used for the sitemap classes the NoClassDefFoundError is resolved and LSP works properly again.
Many imports were updated for the sitemap model package changes.

Fixes #1030

Signed-off-by: Wouter Born <github@maindrain.net>
2019-11-07 16:26:59 +01:00
..
src/main/java/org/openhab/core Upgrade to Xtext 2.19, LSP4J 0.8.0 and fix LSP server (#1171) 2019-11-07 16:26:59 +01:00
.classpath Removed superflous resources (#1137) 2019-10-18 22:28:37 +02:00
.project mavenize openHAB and integrate mavenized ESH repository (#467) 2019-01-28 13:07:31 +01:00
bnd.bnd mavenize openHAB and integrate mavenized ESH repository (#467) 2019-01-28 13:07:31 +01:00
NOTICE mavenize openHAB and integrate mavenized ESH repository (#467) 2019-01-28 13:07:31 +01:00
pom.xml Fixed POM XML Shema Definition path (#1119) 2019-10-12 08:52:16 +02:00