ukf / ukf-members

Library to assist with processing the members.xml file.
0 stars 1 forks source link

jaxb will not be a part of Java 11 #5

Closed iay closed 2 years ago

iay commented 6 years ago

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.

iay commented 5 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.

iay commented 5 years ago

I have updated the plugin used to the latest version at the time of writing (2.4).