oscerd opened a new pull request, #25896: URL: https://github.com/apache/camel/pull/25896
Straight cherry-pick backport to `camel-4.18.x` of four camel-ai fixes already reviewed and merged on `main`: - **CAMEL-24526** (#25849) — camel-djl: reject the zoo tabular applications instead of returning no-op predictors (silent wrong result) - **CAMEL-24529** (#25853) — camel-djl: close the loaded ZooModel when the producer stops (native-memory leak) - **CAMEL-24530** (#25852) — camel-djl: close the InputStream opened from File/Path bodies in DJLConverter (FD leak) - **CAMEL-24534** (#25855) — camel-qdrant: honour metadata value types instead of casting them to String (runtime ClassCastException on numeric metadata) CAMEL-24528 (camel-huggingface) is **not** included: the `camel-huggingface` module does not exist on `camel-4.18.x`. Each commit is a clean cherry-pick of the merged main commit (no manual conflict resolution). The affected buggy code is present on `camel-4.18.x`. The added tests compile and pass on this branch. _Claude Code on behalf of oscerd_ -- 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]
