Closed KristianKarl closed 4 months ago
@KristianKarl Thanks for your work on this. Do you plan on making this compliant with Java EE 9 by replacing javax.xml.bind usages with jakarta.xml.bind?
I guess, adding something like
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>3.0.0</version>
<scope>runtime</scope>
</dependency>
should work
Some dependencies could not be updated to latest bc breaking changes. Only non-breaking [compile] updates. Following dependencies are not updated: