davsclaus opened a new pull request, #24046: URL: https://github.com/apache/camel/pull/24046
## Summary - Exclude `org.opensaml:*` transitive dependencies from `spring-ws-security` in camel-spring-ws - The OpenSAML artifacts are hosted on `build.shibboleth.net`, a third-party Maven repository that has proven unreliable, causing intermittent CI and build failures (see #24042) - Camel's Spring-WS component does not use OpenSAML — the dependency is pulled in transitively through `wss4j → opensaml-saml-impl` ## Test plan - [x] Verified no camel-spring-ws source code imports or references `org.opensaml` - [ ] CI passes with the exclusion in place _Claude Code on behalf of Claus Ibsen_ -- 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]
