CAMEL-23581: restore camel-elasticsearch / camel-opensearch section in 4_14 upgrade guide#23611
Merged
oscerd merged 1 commit intoMay 29, 2026
Conversation
…n 4_14 upgrade guide The 4.14.x backport of CAMEL-23581 (PR apache#23571, merge commit 468e421) landed without the corresponding `=== camel-elasticsearch / camel-opensearch - potential breaking change` section in `camel-4x-upgrade-guide-4_14.adoc`, because the cascade-rebase helper used to resolve the shared upgrade-guide anchor extracted the section by heading and the helper's heading literal used " + " as the component separator while the actual heading uses " / ". The extractor produced a zero-line section and the merge therefore added only a single blank line to the guide. This commit reinstates the full 57-line section after the `=== camel-web3j - potential breaking change` section and before the `=== camel-google-functions / camel-google-secret-manager - potential breaking change` section. The content is identical to what the original backport PR carried before its final rebase and matches the equivalent 4.21 guide entry produced by main PR apache#23442. No code changes are made by this commit — only documentation. Tracker: CAMEL-23577 Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
davsclaus
approved these changes
May 28, 2026
gnodet
approved these changes
May 28, 2026
Contributor
gnodet
left a comment
There was a problem hiding this comment.
Restores the missing upgrade guide section for camel-elasticsearch / camel-opensearch header renames in the 4.14 upgrade guide. The migration tables are thorough, covering all renamed constants with previous and new values. DSL accessor renames are also documented.
LGTM.
Fully automatic review from Claude Code
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.
Motivation
The 4.14.x backport of CAMEL-23581 (camel-elasticsearch + camel-opensearch header constant rename, PR #23571, merge commit 468e421) landed without the corresponding upgrade-guide section.
Root cause: the cascade-rebase helper used to resolve the shared upgrade-guide anchor across all in-flight 4.14 backports extracted the prior section by heading, and the helper's heading literal used
+as the component separator while the actual heading uses/. The extractor returned a zero-line section, so the rebased commit's net diff forcamel-4x-upgrade-guide-4_14.adocwas a single added blank line, and the merge therefore did not carry the documentation entry.What this PR does
Adds the missing
=== camel-elasticsearch / camel-opensearch - potential breaking changesection (57 lines) todocs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_14.adoc, inserted after the camel-web3j section and before the camel-google-functions / camel-google-secret-manager section. The content matches what the original backport PR carried before its final rebase, and is consistent with the equivalent 4.21 guide entry on main produced by PR #23442.No code changes are made by this PR — documentation only.
Reviewers
@davsclaus @gnodet
🤖 Generated with Claude Code