Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
1.18
-
None
-
Java 9 / Java 10
Description
The poi project has a bug in version 3.17 when running on Java 9/10:
WARNING: Illegal reflective access by org.apache.poi.util.DocumentHelper (file:/usr/local/tomcat/webapps/ROOT/WEB-INF/lib/poi-ooxml-3.17.jar) to method com.sun.org.apache.xerces.internal.util.SecurityManager.setEntityExpansionLimit(int) WARNING: Please consider reporting this to the maintainers of org.apache.poi.util.DocumentHelper WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release
See https://bz.apache.org/bugzilla/show_bug.cgi?id=61564 for more details.
There was never a 3.17.1 release, but there has been a 4.0.0 release. Suggest updating.