Currently Java 12 builds fails, because of reflection errors in building the OOXMLLite. I'm trying to replace the OOXMLLite class by a java agent [1] to log the requested classes. Furthermore this might give us a faster build, as this can be integrated in the OOXML junit tests. [1] https://www.javacodegeeks.com/2015/09/java-agents.html
There were a few commits necessary: - r1846809 - r1846810 - r1846811 - r1846824 - r1846849 - r1846870