oscerd opened a new pull request, #23477: URL: https://github.com/apache/camel/pull/23477
## Summary Doc-sync companion to the #23413 / CAMEL-23575 backport to `camel-4.18.x` (#23473). Per the backport upgrade-guide policy in `CLAUDE.md`, the version-specific `camel-4x-upgrade-guide-4_XX.adoc` files for **all** release lines live on `main` as the canonical history. The code fix for CAMEL-23575 is backported to the `camel-4.18.x` maintenance branch (4.18.3), so the matching upgrade-guide entry must also be present in `camel-4x-upgrade-guide-4_18.adoc` **on `main`** — otherwise main's 4.18 guide drifts out of sync with what ships on 4.18.x. This PR adds the `=== camel-mongodb-gridfs` note to the "Upgrading from 4.18.1 to 4.18.3" section, documenting: - the `gridfs.*` -> `CamelGridFs*` header constant value renames, and - the cascading `GridFsHeaderNameBuilder` Endpoint DSL accessor renames. Routes referencing the constants symbolically are unaffected; only routes using the literal string keys or the fluent builder methods need updating. ### Related - Main fix (4.21): #23413 (merged, CAMEL-23575) - Backport (4.18.x): #23473 Docs-only change — no build required. _Prepared by Claude Code on behalf of Andrea Cosentino._ -- 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]
