Hi, I have now updated the code to fetch JAXB via normal dependencies and thus we do not rely any more on the JDK to provide it. This makes JDK 11 tests actually succeed now with two minor changes to some tests.
I also saw the error about "expected:<"Sat[urday-October]-1952"> but was:<"Sat[-Oct]-1952">" locally, but the CI runs on Jenkins succeed, not sure what the difference is here, for JDK 11 there have been some related problems introduced in recent ea-builds which are fixed in the next ea-build, I'll revisit this then. Dominik. On Thu, Aug 23, 2018 at 10:41 AM, Dominik Stadler <[email protected]> wrote: > 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] >> >>
