Skip to content

Commit aa05fab

Browse files
authored
Migrate to JAX-RS Whiteboard (openhab#242)
* Update REST Docs feature dependency * Annotate habot for whiteboard * Fix default UI classpath, fix null context ID warning * Annotate cometvisu for whiteboard Signed-off-by: Wouter Born <[email protected]>
1 parent e624727 commit aa05fab

28 files changed

+368
-529
lines changed

bundles/org.openhab.ui.cometvisu.php/pom.xml.versionsBackup

-53
This file was deleted.

bundles/org.openhab.ui.cometvisu/.classpath

+3-6
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,15 @@
2828
<attribute name="maven.pomderived" value="true"/>
2929
</attributes>
3030
</classpathentry>
31-
<classpathentry kind="src" output="target/test-classes" path="target/generated-test-sources/test-annotations">
31+
<classpathentry kind="src" path="src/gen/java">
3232
<attributes>
3333
<attribute name="optional" value="true"/>
34-
<attribute name="maven.pomderived" value="true"/>
35-
<attribute name="ignore_optional_problems" value="true"/>
36-
<attribute name="m2e-apt" value="true"/>
37-
<attribute name="test" value="true"/>
3834
</attributes>
3935
</classpathentry>
40-
<classpathentry kind="src" path="src/gen/java">
36+
<classpathentry kind="src" output="target/classes" path="src-gen">
4137
<attributes>
4238
<attribute name="optional" value="true"/>
39+
<attribute name="maven.pomderived" value="true"/>
4340
</attributes>
4441
</classpathentry>
4542
<classpathentry kind="output" path="target/classes"/>

bundles/org.openhab.ui.cometvisu/bnd.bnd

-2
This file was deleted.

bundles/org.openhab.ui.cometvisu/pom.xml

-5
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,6 @@
6868
<artifactId>jackson-annotations</artifactId>
6969
<version>2.9.10</version>
7070
</dependency>
71-
<dependency>
72-
<groupId>org.glassfish.jersey.media</groupId>
73-
<artifactId>jersey-media-multipart</artifactId>
74-
<version>2.22.2</version>
75-
</dependency>
7671
</dependencies>
7772

7873
<build>

bundles/org.openhab.ui.cometvisu/pom.xml.versionsBackup

-100
This file was deleted.

bundles/org.openhab.ui.cometvisu/src/main/java/org/openhab/ui/cometvisu/internal/CvActivator.java

-97
This file was deleted.

bundles/org.openhab.ui.cometvisu/src/main/java/org/openhab/ui/cometvisu/internal/async/BlockingAsyncBinder.java

-36
This file was deleted.

0 commit comments

Comments
 (0)