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

commit 41af88e7702f64b895e70cfaa61912b19330e1c0
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed May 20 12:56:38 2026 +0200

    CAMEL-23506: docs - sync camel-aws2-sqs / camel-aws2-sns 4.18 upgrade-guide 
entry to main (#23354)
    
    The 4.18.x backport adds the HeaderFilterStrategy upgrade-guide note to
    camel-4x-upgrade-guide-4_18.adoc on the camel-4.18.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_18.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_18.adoc       | 19 +++++++++++++++++++
 1 file changed, 19 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 7dec0b2f0b32..868760fd1aa4 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
@@ -547,3 +547,22 @@ directions, aligning the component with the rest of the 
Camel component catalog.
 `headerFilterStrategy` endpoint option is available; routes that relied on 
receiving
 `Camel`-prefixed user-header names from Iggy messages 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