For JDK 9 and JDK 10 we can use the --add-modules/--add-opens to compile/run, see https://poi.apache.org/help/faq.html#faq-N102B0 for details.
I saw failures when trying JDK 11 because the code is now gone completely. I have changes prepared locally to add JAXB as normal classpath dependencies, however JDK 11 still has some other known bugs that cause failures in our test, see https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8209682 so I did not push them yet, however I can try to commit them during the next few days if we think it is something that we want to include in 4.0.0. This will include jaxb via classpath for all versions of the JDK to have one build for all JDKs and thus will also make building/running on JDK 9/10 a bit easier. Dominik. On Thu, Aug 23, 2018 at 12:38 AM pj.fanning <[email protected]> wrote: > Hi Andi, > > Would you be able to put the jaxb build changes in a patch file or in a > github branch? > > > > -- > Sent from: http://apache-poi.1045710.n5.nabble.com/POI-Dev-f2312866.html > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
