You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 tika, pdfbox & fontbox. Resulting in having to disable tests or leave the native builds for some extensions broken. See #5234 & #5244.
quarkus-tika also imposes some limitations on us in terms of functionality:
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.
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 tika, pdfbox & fontbox. Resulting in having to disable tests or leave the native builds for some extensions broken. See #5234 & #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.The text was updated successfully, but these errors were encountered: