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 d459a01f082a CAMEL-23506: docs - sync camel-aws2-sqs / camel-aws2-sns 
4.14 upgrade-guide entry to main (#23372)
d459a01f082a is described below

commit d459a01f082abae9ac7cfc06c662149e5edd79d1
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed May 20 15:02:00 2026 +0200

    CAMEL-23506: docs - sync camel-aws2-sqs / camel-aws2-sns 4.14 upgrade-guide 
entry to main (#23372)
    
    The 4.14.x backport adds the HeaderFilterStrategy upgrade-guide note to
    camel-4x-upgrade-guide-4_14.adoc on the camel-4.14.x branch. Per the project
    policy, the version-specific upgrade guides on main are the canonical 
history
    across all releases, so the same entry must also be added to
    camel-4x-upgrade-guide-4_14.adoc on main.
    
    JIRA: https://issues.apache.org/jira/browse/CAMEL-23506
    
    Signed-off-by: Andrea Cosentino <[email protected]>
    Co-authored-by: Claude Opus 4.7 (1M context) <[email protected]>
---
 .../ROOT/pages/camel-4x-upgrade-guide-4_14.adoc       | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_14.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_14.adoc
index 4ed15b2bda5c..d2ebf014e3f7 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_14.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_14.adoc
@@ -325,3 +325,22 @@ WebSocket query parameters before mapping them into the 
Camel message headers. T
 default `HttpHeaderFilterStrategy` filters headers starting with `Camel` / 
`camel`
 (case-insensitive). Routes that relied on receiving `Camel`-prefixed header 
names from WebSocket
 query parameters can supply a custom `headerFilterStrategy` to restore the 
previous behaviour.
+
+=== camel-aws2-sqs
+
+`Sqs2HeaderFilterStrategy` now also configures an inbound filter aligned with 
the existing
+outbound regex. Headers starting with `Camel` / `camel` (case-insensitive), 
`breadcrumbId` and
+`org.apache.camel.*` are now filtered 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 receiving 
these header names
+from inbound SQS messages can supply a custom `headerFilterStrategy` to 
restore the previous
+behaviour.
+
+=== camel-aws2-sns
+
+`Sns2HeaderFilterStrategy` now also configures an inbound filter aligned with 
the existing
+outbound regex. Headers starting with `Camel` / `camel` (case-insensitive), 
`breadcrumbId` and
+`org.apache.camel.*` are now filtered in both the inbound and outbound 
directions, aligning the
+component with the rest of the Camel component catalog. Routes that relied on 
receiving these
+header names on inbound SNS messages can supply a custom 
`headerFilterStrategy` to restore the
+previous behaviour.

Reply via email to