Ian Cervantez created TIKA-2728:
-----------------------------------
Summary: Update poi dependency from 3.17 to 4.0.0 (For Java 9/10
compatibility)
Key: TIKA-2728
URL: https://issues.apache.org/jira/browse/TIKA-2728
Project: Tika
Issue Type: Bug
Components: parser
Affects Versions: 1.18
Environment: Java 9 / Java 10
Reporter: Ian Cervantez
The poi project has a bug in version 3.17 when running on Java 9/10:
{code:java}
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{code}
See [https://bz.apache.org/bugzilla/show_bug.cgi?id=61564] for more details.
There was never a 3.17 release, but there has been a 4.0.0 release. Suggest
updating.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)