PeterAlfredLee opened a new pull request #423:
URL: https://github.com/apache/tika/pull/423
I found there is a test error in `tika-parser-pdf-module` with JDK11.
See this log:
```
[ERROR] org.apache.tika.parser.pdf.PDFPreflightParserTest.testBasic Time
elapsed: 0.019 s <<< ERROR!
java.lang.NoClassDefFoundError: javax/activation/DataSource
at
org.apache.tika.parser.pdf.PDFPreflightParserTest.testBasic(PDFPreflightParserTest.java:48)
Caused by: java.lang.ClassNotFoundException: javax.activation.DataSource
at
org.apache.tika.parser.pdf.PDFPreflightParserTest.testBasic(PDFPreflightParserTest.java:48)
```
I think we should add back dependency `jaxb-runtime` for
tika-parser-pdf-module.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]