This is an automated email from the ASF dual-hosted git repository.
oscerd pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 08e19faf2a10 CAMEL-23516: docs - sync camel-xmpp 4.18 upgrade-guide
entry to main (#23298)
08e19faf2a10 is described below
commit 08e19faf2a10766f38c9ea6cdd91ab71c3379d87
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue May 19 10:02:23 2026 +0200
CAMEL-23516: docs - sync camel-xmpp 4.18 upgrade-guide entry to main
(#23298)
The camel-xmpp HeaderFilterStrategy change is backported to camel-4.18.x
(#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 <[email protected]>
---
.../modules/ROOT/pages/camel-4x-upgrade-guide-4_18.adoc | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_18.adoc
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_18.adoc
index 2dd75193e9d6..a4bf88762a4d 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_18.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_18.adoc
@@ -494,6 +494,15 @@ aligning the component with the rest of the Camel
component catalog (`camel-kafk
names from NATS messages can supply a custom `headerFilterStrategy` to restore
the previous
behaviour.
+=== camel-xmpp
+
+The default `headerFilterStrategy` is now a new `XmppHeaderFilterStrategy`
that filters headers
+starting with `Camel` / `camel` (case-insensitive) in both the inbound and
outbound directions,
+aligning the component with the rest of the Camel component catalog
(`camel-kafka`, `camel-mail`,
+`camel-coap`, `camel-google-pubsub`, ...). Routes that relied on passing
through these header
+names from XMPP messages can supply a custom `headerFilterStrategy` to restore
the previous
+behaviour.
+
=== Component deprecation