CAMEL-23575: docs - sync camel-mongodb-gridfs 4.14 upgrade-guide entry to main#23487
Open
oscerd wants to merge 1 commit into
Open
CAMEL-23575: docs - sync camel-mongodb-gridfs 4.14 upgrade-guide entry to main#23487oscerd wants to merge 1 commit into
oscerd wants to merge 1 commit into
Conversation
…y to main Adds the camel-mongodb-gridfs header-constant rename note to the "Upgrading from 4.14.3 to 4.14.8" section of camel-4x-upgrade-guide-4_14.adoc on main, matching the backport to camel-4.14.x (apache#23486, cherry-pick of apache#23413 / CAMEL-23575). Marked "- potential breaking change" for consistency with the neighbouring camel-jira / camel-cxf / camel-jgroups entries in the same release section (CAMEL-23577 sweep convention). Per the backport upgrade-guide policy, the version-specific upgrade-guide files for all releases live on main as the canonical history; the entry for the 4.14.8 release line must therefore be present here even though the code fix is backported to the camel-4.14.x maintenance branch. Reported by Claude Code on behalf of Andrea Cosentino. Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
Contributor
|
🌟 Thank you for your contribution to the Apache Camel project! 🌟 🐫 Apache Camel Committers, please review the following items:
|
orpiske
approved these changes
May 24, 2026
gnodet
approved these changes
May 24, 2026
Contributor
gnodet
left a comment
There was a problem hiding this comment.
Docs-only change — adds the camel-mongodb-gridfs header-rename upgrade note to the 4.14 guide on main, completing the doc-sync for the backport chain (#23413 → #23473 → #23486).
What I checked:
- Placement: Correctly inserted in the "Upgrading from 4.14.3 to 4.14.8" section, after the existing camel-jira entry.
- Content: All 5 header constant renames and all 5 Endpoint DSL accessor renames documented accurately, matching the code changes in #23486.
- Policy: Follows the backport upgrade-guide policy — entry lives on
mainas the canonical history across release lines. - Heading convention: Uses "- potential breaking change" suffix, consistent with neighbouring entries in the same section.
LGTM.
Claude Code on behalf of Guillaume Nodet
Contributor
|
🧪 CI tested the following changed modules:
|
2 tasks
davsclaus
approved these changes
May 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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-specificcamel-4x-upgrade-guide-4_XX.adocfiles for all release lines live onmainas the canonical history. The code fix for CAMEL-23575 is backported to thecamel-4.14.xmaintenance branch (4.14.8), so the matching upgrade-guide entry must also be present incamel-4x-upgrade-guide-4_14.adoconmain— 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 changenote to the "Upgrading from 4.14.3 to 4.14.8" section, documenting:gridfs.*->CamelGridFs*header constant value renames, andGridFsHeaderNameBuilderEndpoint 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
Docs-only change — no build required.
Prepared by Claude Code on behalf of Andrea Cosentino.