CAMEL-23516: docs - sync camel-xmpp 4.18 upgrade-guide entry to main#23298
Merged
oscerd merged 1 commit intoMay 19, 2026
Merged
Conversation
The camel-xmpp HeaderFilterStrategy change is backported to camel-4.18.x (apache#23296). Per the backport upgrade-guide policy, the matching camel-4x-upgrade-guide-4_18.adoc entry must also live on main as the canonical cross-release history. 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:
|
davsclaus
approved these changes
May 18, 2026
Contributor
|
🧪 CI tested the following changed modules:
|
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 follow-up for the
camel-xmppHeaderFilterStrategychange.Per the project's backport upgrade-guide policy, the version-specific
camel-4x-upgrade-guide-4_XX.adocfiles live canonically onmainacrossall releases. The 4.18.x backport (#23296) adds the
camel-xmppheader-filter note to
camel-4x-upgrade-guide-4_18.adocon the maintenancebranch; this PR adds the matching entry to
camel-4x-upgrade-guide-4_18.adocon
mainso the canonical history does not drift.Change
Adds a
=== camel-xmppsection tocamel-4x-upgrade-guide-4_18.adoc(right after the
=== camel-natssection synced via #23252) documentingthe new default
XmppHeaderFilterStrategy.Docs-only; no code or build impact.
JIRA: https://issues.apache.org/jira/browse/CAMEL-23516
Claude Code on behalf of Andrea Cosentino