oscerd opened a new pull request, #23487:
URL: https://github.com/apache/camel/pull/23487

   ## Summary
   
   Doc-sync companion to the #23413 / CAMEL-23575 backport to `camel-4.14.x` 
(#23486).
   
   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.14.x` maintenance branch (4.14.8), so the matching upgrade-guide 
entry must also be present in `camel-4x-upgrade-guide-4_14.adoc` **on `main`** 
— otherwise main's 4.14 guide drifts out of sync with what ships on 4.14.x.
   
   This PR adds the `=== camel-mongodb-gridfs - potential breaking change` note 
to the "Upgrading from 4.14.3 to 4.14.8" 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.
   
   The "- potential breaking change" heading suffix is added for consistency 
with the neighbouring camel-jira / camel-cxf / camel-jgroups entries in the 
same release section (CAMEL-23577 sweep convention).
   
   ### Related
   
   - Main fix (4.21): #23413 (merged, CAMEL-23575)
   - Backport (4.18.x): #23473
   - Doc-sync (4.18): #23477
   - Backport (4.14.x): #23486
   
   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]

Reply via email to