You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/03/08 09:43:50 UTC

[GitHub] [camel-quarkus] jamesnetherton opened a new issue #3599: [Camel 3.16.0] Tika 2.x incompattible with Quarkus Tika

jamesnetherton opened a new issue #3599:
URL: https://github.com/apache/camel-quarkus/issues/3599


   Camel has moved on to Tika 2.x, Quarkus Tika is currently aligned with 1.x.
   
   Seems most functionality actually works, except for the `textMain` content type:
   
   ```
   Caused by: java.lang.NoClassDefFoundError: org/apache/tika/sax/boilerpipe/BoilerpipeContentHandler
   	at org.apache.camel.component.tika.TikaProducer.getContentHandler(TikaProducer.java:154)
   	at org.apache.camel.component.tika.TikaProducer.doParse(TikaProducer.java:117)
   	at org.apache.camel.component.tika.TikaProducer.process(TikaProducer.java:91)
   	at org.apache.camel.support.AsyncProcessorConverterHelper$ProcessorToAsyncProcessorBridge.process(AsyncProcessorConverterHelper.java:66)
   	... 40 more
   ```
   
   For native mode it's possible to fix and work around this via a substitution. For JVM mode it's a bit trickier to fix.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-quarkus] jamesnetherton commented on issue #3599: [Camel 3.16.0] Tika 2.x incompattible with Quarkus Tika

Posted by GitBox <gi...@apache.org>.
jamesnetherton commented on issue #3599:
URL: https://github.com/apache/camel-quarkus/issues/3599#issuecomment-1061908943


   > [TikaProducerSubstitutions.java](https://github.com/apache/camel-quarkus/blob/camel-main/extensions%2Ftika%2Fruntime%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fcamel%2Fquarkus%2Fcomponent%2Ftika%2Fgraalvm%2FTikaProducerSubstitutions.java) is missing license header.
   
   I've added it now.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-quarkus] zhfeng commented on issue #3599: [Camel 3.16.0] Tika 2.x incompattible with Quarkus Tika

Posted by GitBox <gi...@apache.org>.
zhfeng commented on issue #3599:
URL: https://github.com/apache/camel-quarkus/issues/3599#issuecomment-1061880830


   [TikaProducerSubstitutions.java](https://github.com/apache/camel-quarkus/blob/camel-main/extensions%2Ftika%2Fruntime%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fcamel%2Fquarkus%2Fcomponent%2Ftika%2Fgraalvm%2FTikaProducerSubstitutions.java) is missing license header.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-quarkus] jamesnetherton commented on issue #3599: [Camel 3.16.0] Tika 2.x incompattible with Quarkus Tika

Posted by GitBox <gi...@apache.org>.
jamesnetherton commented on issue #3599:
URL: https://github.com/apache/camel-quarkus/issues/3599#issuecomment-1061662859






-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org