Skip to content

CAMEL-23581: restore camel-elasticsearch / camel-opensearch section in 4_14 upgrade guide#23611

Merged
oscerd merged 1 commit into
apache:camel-4.14.xfrom
oscerd:fix/CAMEL-23581-restore-4_14-guide
May 29, 2026
Merged

CAMEL-23581: restore camel-elasticsearch / camel-opensearch section in 4_14 upgrade guide#23611
oscerd merged 1 commit into
apache:camel-4.14.xfrom
oscerd:fix/CAMEL-23581-restore-4_14-guide

Conversation

@oscerd
Copy link
Copy Markdown
Contributor

@oscerd oscerd commented May 28, 2026

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 for camel-4x-upgrade-guide-4_14.adoc was 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 change section (57 lines) to docs/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

…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>
Copy link
Copy Markdown
Contributor

@gnodet gnodet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@oscerd oscerd merged commit 90064b2 into apache:camel-4.14.x May 29, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants