oscerd opened a new pull request, #24905: URL: https://github.com/apache/camel/pull/24905
Backport of #24828 (merged on main, CAMEL-24085) to `camel-4.18.x`. Branch adaptations, mirroring the CAMEL-24084 knative backport (#24753): - `DefaultHeaderFilterStrategy` on this branch does not filter `Camel*` inbound by default (pre-CAMEL-23543), so the strategy sets `setInFilterStartsWith(CAMEL_FILTER_STARTS_WITH)` explicitly. The new `IronMQConsumerHeaderFilterTest` passes on this branch, verifying the filter is effective. - Test support import switched to `org.apache.camel.test.junit5` (this branch is not on junit6). - No upgrade-guide change here: per convention the 4.18.4 entry is added to `camel-4x-upgrade-guide-4_18.adoc` on `main` via a doc-sync PR. Testing: `mvn clean install` in `components/camel-ironmq` (all tests pass, including the new filter test); full reactor `mvn clean install -DskipTests` from the branch root: success, no stale generated files. _Claude Code on behalf of Andrea Cosentino (@oscerd)._ 🤖 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]
