JiriOndrusek

Results 94 comments of JiriOndrusek

> > We have to wait for the new release `quarkiverse-tika` > > Or we propose to revert the upgrade in Camel. I assume the same issue exists there if...

@oscerd I'll add some tests covering pdf into tika component, because I can not see pdf file there - https://github.com/apache/camel/tree/main/components/camel-tika/src/test/resources If some troubles emerges, we can discuss what to do...

I missed that fact, though having pdf part of the tika test coverage make sense nevertheless. (but with lower priority)

@oscerd I tried to create a test which parses pdf (using plain Camel). For that purpose I had to add: ``` org.apache.tika tika-parser-pdf-module ${tika-version} (2.8.0) ``` to get PdfParser for...

I agree, so the right way for camel-quarkus is not testing pdf parsing with Tika (as this is the corner case in plain Camel, which might not work in some...

Default is true for CSB, unfurtunately for **plain Camel** default is `false`. Because users have to set routePolicy, like in the [test](https://github.com/apache/camel/blob/main/components/camel-micrometer/src/test/java/org/apache/camel/component/micrometer/routepolicy/AbstractMicrometerRoutePolicyTest.java#L59). (Explanation in the [doc](https://camel.apache.org/components/3.20.x/micrometer-component.html#_using_micrometer_route_policy_factory) is `From Java you...

@zhfeng thanks for noticing the issue! TBH I still think that my previous comment is right. Let me explain: - Micrometer Router policy **in Camel** is disabled by default, see...

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

Better solution prepared in the last 2 commits of https://github.com/JiriOndrusek/camel-quarkus/commits/cq5232-kamelet-serialize-resources - default resource are re-created in the runtime, custom resources are skipped (if they are not serializable)