Bug 62921 - Provide OOXMLLite alternative for Java 12+
Summary: Provide OOXMLLite alternative for Java 12+
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: POI Overall (show other bugs)
Version: 4.0.x-dev
Hardware: All All
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-17 12:00 UTC by Andreas Beeker
Modified: 2018-11-25 19:32 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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