Closed iay closed 2 years ago
As far as I can tell, the output of the version of the plugin we're using here isn't compatible with the post-Java-9 (separate) implementation of JAXB. So a plugin update (from 1.5 to 2.4) will be necessary.
I have updated the plugin used to the latest version at the time of writing (2.4).
This package will have to be tweaked to be made available under Java 11 (September 2018) as JEP 320 is targeted for that release and will remove
jaxb
.I suspect this will just be a case of acquiring the implementation from a different dependency, but the Maven plugin will probably also need to be updated.