oscerd opened a new pull request, #24042: URL: https://github.com/apache/camel/pull/24042
## Backport of #24030 Cherry-pick of #24030 onto `camel-4.18.x`. **Original PR:** #24030 — CAMEL-23759: camel-spring-ws - apply a HeaderFilterStrategy to inbound SOAP headers **Original author:** @oscerd **Target branch:** `camel-4.18.x` ### Adjustments for 4.18.x - The upgrade-guide note was placed in `camel-4x-upgrade-guide-4_18.adoc` (4.18.2 → 4.18.3 section); the main-only 4.21 guide change from the source PR was dropped. - The test's Spring test-support import was changed from `org.apache.camel.test.spring.junit6` to `junit5` (4.18.x ships the JUnit 5 test support). ### Original description The spring-ws consumer mapped inbound SOAP header element/attribute names directly into the Camel `Exchange` header map. This adds a configurable `headerFilterStrategy` (default `SpringWebserviceHeaderFilterStrategy`, filtering the `Camel*`/`camel*` namespace case-insensitively in both directions) applied on the inbound path, aligning camel-spring-ws with camel-cxf/camel-mail/camel-coap. _Claude Code on behalf of Andrea Cosentino._ 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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]
