CAMEL-23577: docs - add "potential breaking change" suffix to 9 header-rename sub-task entries in the 4.21 upgrade guide#23505
Merged
Conversation
…r-rename sub-task entries in the 4.21 upgrade guide Aligns nine CAMEL-23577 sub-task upgrade-guide entries with the convention established for the camel-jira entry (and used for camel-grok, camel-jgroups, camel-dns, camel-milo): the heading is suffixed with `- potential breaking change` to make it obvious to readers scanning the upgrade guide that the section describes a header-value rename that may break routes that set the header by its literal string value. Headings updated: - camel-web3j (CAMEL-23578, apache#23435) - camel-openstack (CAMEL-23580, apache#23438) - camel-pdf (CAMEL-23579, apache#23437) - camel-elasticsearch / camel-opensearch (CAMEL-23581, apache#23442) - camel-github2 (CAMEL-23582, apache#23454) - camel-google-functions / camel-google-secret-manager / camel-google-vision / camel-google-text-to-speech / camel-google-speech-to-text (CAMEL-23583, apache#23467) - camel-arangodb (CAMEL-23585, apache#23469) - camel-jt400 (CAMEL-23587, apache#23470) - camel-mail (CAMEL-23591, apache#23478) The camel-milo entry (CAMEL-23590, apache#23474) already shipped with the suffix and is unchanged. No section content changes; only the 9 heading lines are modified. Tracker: CAMEL-23577 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:
|
Open
3 tasks
Contributor
|
🧪 CI tested the following changed modules:
|
davsclaus
approved these changes
May 25, 2026
gnodet
approved these changes
May 25, 2026
Contributor
gnodet
left a comment
There was a problem hiding this comment.
Docs-only consistency fix adding the - potential breaking change suffix to 9 header-rename sub-task entries in the 4.21 upgrade guide that were missing it. Aligns with the pattern already used for other header rename entries.
LGTM.
Claude Code on behalf of Guillaume Nodet
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
Aligns nine CAMEL-23577 sub-task upgrade-guide entries with the convention
established for the
camel-jiraentry (and used forcamel-grok,camel-jgroups,camel-dns,camel-milo): the heading is suffixed with- potential breaking changeto make it obvious to readers scanning theupgrade guide that the section describes a header-value rename that may break
routes which set the header by its literal string value.
The 9 originally-merged entries (#23435 web3j · #23438 openstack · #23437 pdf
· #23442 elasticsearch+opensearch · #23454 github2 · #23467 google×5 · #23469
arangodb · #23470 jt400 · #23478 mail) shipped with a plain heading by
oversight; this PR adds the same
- potential breaking changesuffix thatcamel-milo(#23474) shipped with on the same day.Diff
Pure heading-line edit — no section body content changes:
=== camel-web3j=== camel-web3j - potential breaking change=== camel-openstack=== camel-openstack - potential breaking change=== camel-pdf=== camel-pdf - potential breaking change=== camel-elasticsearch / camel-opensearch=== camel-elasticsearch / camel-opensearch - potential breaking change=== camel-github2=== camel-github2 - potential breaking change=== camel-google-functions / camel-google-secret-manager / camel-google-vision / camel-google-text-to-speech / camel-google-speech-to-text=== camel-arangodb=== camel-arangodb - potential breaking change=== camel-jt400=== camel-jt400 - potential breaking change=== camel-mail=== camel-mail - potential breaking changeTotal diff: 9 insertions, 9 deletions, one file.
Precedent
Same pattern as the camel-jgroups (#23451) and camel-jira (#23475) follow-up
doc PRs.
Test plan
git diff --statshows only the 4.21 upgrade guide modified-/+line in the diff is a heading line (verifiedgrepof^[-+][^-+])grep -c "potential breaking change"count goes from 5 → 14 (5 pre-existing + 9 newly added)camel-miloheading is already suffixed and is not touched by this PRTracker: CAMEL-23577
Reported by Claude Code on behalf of Andrea Cosentino