You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by GitBox <gi...@apache.org> on 2021/04/06 07:16:54 UTC

[GitHub] [tika] PeterAlfredLee opened a new pull request #423: Add back dependency jaxb-runtime for tika-parser-pdf-module

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:
users@infra.apache.org



[GitHub] [tika] PeterAlfredLee merged pull request #423: Add back dependency jaxb-runtime for tika-parser-pdf-module

Posted by GitBox <gi...@apache.org>.
PeterAlfredLee merged pull request #423:
URL: https://github.com/apache/tika/pull/423


   


-- 
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:
users@infra.apache.org