You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "jamesnetherton (via GitHub)" <gi...@apache.org> on 2023/10/02 12:16:43 UTC

[I] Reconsider usage of `quarkus-tika` in `camel-quarkus-tika` extension [camel-quarkus]

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

   ### Description
   
   From my POV, usage of `quarkus-tika` is causing a bit of maintenance pain. Using it means we often get out of sync with Camel for of tika, pdfbox & fontbox. Resulting in having to disable tests or leave the native builds for some extensions broken. See https://github.com/apache/camel-quarkus/issues/5234 & https://github.com/apache/camel-quarkus/issues/5244.
   
   `quarkus-tika` also imposes some limitations on us in terms of functionality:
   
   https://camel.apache.org/camel-quarkus/next/reference/extensions/tika.html#extensions-tika-camel-quarkus-limitations
   
   It may be better to copy the native support to our `tika` extension.


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

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


Re: [I] Reconsider usage of `quarkus-tika` in `camel-quarkus-tika` extension [camel-quarkus]

Posted by "b-thiswatch (via GitHub)" <gi...@apache.org>.
b-thiswatch commented on issue #5393:
URL: https://github.com/apache/camel-quarkus/issues/5393#issuecomment-1810412728

   I was just about to open a new issue, since I experienced this problem in:
   
   https://github.com/quarkiverse/quarkus-tika/issues/176
   
   I also just build this reproducer
   https://github.com/thiswatch/quarkus-tika-camel-reproducer
   which you probably then don't need anymore, right?
   
   What's the best approach?


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


Re: [I] Reconsider usage of `quarkus-tika` in `camel-quarkus-tika` extension [camel-quarkus]

Posted by "b-thiswatch (via GitHub)" <gi...@apache.org>.
b-thiswatch commented on issue #5393:
URL: https://github.com/apache/camel-quarkus/issues/5393#issuecomment-1810685522

   I'd love to help, but given how long it took me to even figure out what is wrong, I might not be of great help :-/


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


Re: [I] Reconsider usage of `quarkus-tika` in `camel-quarkus-tika` extension [camel-quarkus]

Posted by "JiriOndrusek (via GitHub)" <gi...@apache.org>.
JiriOndrusek commented on issue #5393:
URL: https://github.com/apache/camel-quarkus/issues/5393#issuecomment-1810454151

   Hi @b-thiswatch ,
    I'd say that this ticket should be enough to ask for the fix. I haven't had any time to look into the problem so far. If you would like to work on a solution, we can cooperate on the PR.


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