Bug 62921

Summary: Provide OOXMLLite alternative for Java 12+
Product: POI Reporter: Andreas Beeker <kiwiwings>
Component: POI OverallAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 4.0.x-dev   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Andreas Beeker 2018-11-17 12:00:17 UTC
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
Comment 1 Andreas Beeker 2018-11-25 19:32:06 UTC
There were a few commits necessary:
- r1846809
- r1846810
- r1846811
- r1846824
- r1846849
- r1846870