JiriOndrusek opened a new issue, #9162: URL: https://github.com/apache/camel-quarkus/issues/9162
The `camel-langchain4j-ingest` component (Camel 4.23.0, CAMEL-24621) names the id header `CamelLangChain4jIngestDocumentId`; the extension still teaches the 3.39 `CamelIngestDocumentId`, which would leave 3.40.0 LTS users on a diverging contract and force the delegation (#9142) to pin the legacy name forever. Make the new name the default in 3.40.0, keeping the 3.39 header as a deprecated fallback (new wins when both are set, once-per-pipeline warning when the fallback fires), documented in the migration guide. Mirrors #9144. _Claude Code on behalf of @JiriOndrusek_ -- 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]
