mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-31 13:34:24 +02:00
* 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>