Upgrade to XStream 1.4.13 (#1688)

* Fixes bugs (vulnerabilities/performance issues)
* Supports OSGi better
* Prevents illegal reflective access warnings on newer Java versions
* Supports java.time converters

For XStream release notes see: https://x-stream.github.io/changes.html

The XmlDocumentReader which uses XStream has also been modified to configure XStream security to prevent "Security framework of XStream not initialized, XStream is probably vulnerable" warnings.

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born
2020-10-04 19:56:44 +02:00
committed by GitHub
parent abd2630777
commit d1629e50f3
19 changed files with 200 additions and 38 deletions
@@ -32,7 +32,7 @@
<bundle dependency="true">mvn:tec.uom.lib/uom-lib-common/1.0.3</bundle>
<!-- TODO: Unbundled libraries -->
<bundle dependency="true">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.xstream/1.4.7_1</bundle>
<bundle dependency="true">mvn:com.thoughtworks.xstream/xstream/1.4.13</bundle>
</feature>
<feature name="openhab.tp-coap" description="Californium CoAP library" version="${project.version}">