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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]