oscerd opened a new pull request, #23221: URL: https://github.com/apache/camel/pull/23221
## Summary - `Sqs2HeaderFilterStrategy` and `Sns2HeaderFilterStrategy` only configured an outbound filter. Added `setInFilterStartsWith(CAMEL_FILTER_STARTS_WITH)` so the inbound direction is aligned with the sibling strategies (Kafka, Mail, CoAP, Google Pub/Sub, …). - The existing outbound regex (which also catches `breadcrumbId` and `org.apache.camel.*`) is unchanged. - Added focused unit tests in both modules: `Sqs2HeaderFilterStrategyTest`, `Sns2HeaderFilterStrategyTest`. Jira: https://issues.apache.org/jira/browse/CAMEL-23506 ## Test plan - [x] `mvn -DskipTests install` in `components/camel-aws/camel-aws2-sqs` — passes - [x] `mvn -DskipTests install` in `components/camel-aws/camel-aws2-sns` — passes - [x] `mvn test -Dtest=Sqs2HeaderFilterStrategyTest` — 4/4 pass - [x] `mvn test -Dtest=Sns2HeaderFilterStrategyTest` — 4/4 pass - [x] Full root `mvn clean install -DskipTests` — passes (no stray regen artifacts) _Claude Code on behalf of Andrea Cosentino_ -- 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]
