mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-11 13:41:53 +01:00
859da2e1c7
* Migrate to JAX-RS Whiteboard * Upgrade Jackson and Swagger TP feature dependencies The upstream JAX-RS Whiteboard feature is not used because the version ranges currently do not work with Karaf on Windows. See: https://issues.apache.org/jira/browse/KARAF-6536 * Update Felix logback to 1.0.2 This version adds the jul-to-slf4j bridge (FELIX-6027). JUL is used by CXF and using the bridge we can use logback to reduce the verbosity of the info logging whenever org.apache.cxf.endpoint.ServerImpl creates endpoints. * Update Aries Whiteboard to 1.0.8 * Removes the hated default web application (ARIES-1931) * Improves performance * Uses CXF 3.2.12 * Don't reuse SSE event builders SSE event builders are not thread-safe. It also causes the wrong default values being used. Also-by: Markus Rathgeb <maggu2810@gmail.com> Signed-off-by: Wouter Born <github@maindrain.net>
28 lines
1.0 KiB
XML
28 lines
1.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="src" output="target/classes" path="src/main/java">
|
|
<attributes>
|
|
<attribute name="optional" value="true"/>
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
</attributes>
|
|
</classpathentry>
|
|
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
|
|
<attributes>
|
|
<attribute name="optional" value="true"/>
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
<attribute name="test" value="true"/>
|
|
</attributes>
|
|
</classpathentry>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
|
|
<attributes>
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
</attributes>
|
|
</classpathentry>
|
|
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
|
|
<attributes>
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
</attributes>
|
|
</classpathentry>
|
|
<classpathentry kind="output" path="target/classes"/>
|
|
</classpath>
|