oscerd opened a new pull request, #23611: URL: https://github.com/apache/camel/pull/23611
## Motivation The 4.14.x backport of CAMEL-23581 (camel-elasticsearch + camel-opensearch header constant rename, PR #23571, merge commit 468e421bf37) 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](https://claude.com/claude-code) -- 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]
