From 1b214b54c0f67125f2f6501bab7fadbd8f68d5c0 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Fri, 19 Jan 2018 08:48:28 +0100 Subject: update JaxB to 2.3.0 to solve classloader restrictions with Java 9 --- pom.xml | 16 ++++++++-------- .../main/java/at/gv/egiz/slbinding/SLUnmarshaller.java | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index 5daa6904..ebf62ce1 100644 --- a/pom.xml +++ b/pom.xml @@ -397,15 +397,15 @@ 2.5.5 - org.glassfish.jaxb - jaxb-runtime - 2.2.11 - + org.glassfish.jaxb + jaxb-runtime + 2.3.0 + - org.glassfish.metro - webservices-rt - 2.3.1 - + org.glassfish.metro + webservices-rt + 2.3.1 + diff --git a/utils/src/main/java/at/gv/egiz/slbinding/SLUnmarshaller.java b/utils/src/main/java/at/gv/egiz/slbinding/SLUnmarshaller.java index 489c36d8..d01c943a 100644 --- a/utils/src/main/java/at/gv/egiz/slbinding/SLUnmarshaller.java +++ b/utils/src/main/java/at/gv/egiz/slbinding/SLUnmarshaller.java @@ -285,7 +285,7 @@ public Object unmarshal(StreamSource source) throws XMLStreamException, JAXBExce * * This code implements the the original mocca XML processing by using * com.sun.xml.stream.sjsxp-1.0.2 XML stream parser library. Currently, this library is required to get full - * security-layer specific XML processing. However, there this lib does not fully support XXE, XEE and SSRF + * security-layer specific XML processing. However, this lib does not fully support XXE, XEE and SSRF * prevention mechanisms (e.g.: XMLInputFactory.SUPPORT_DTD flag is not used) * * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -- cgit v1.2.3