davsclaus opened a new pull request, #25880: URL: https://github.com/apache/camel/pull/25880
## Summary - `CAMEL-24477` (already merged, #25742) changed `CxfEndpoint`'s `muteException` consumer option to default to `true`: an undeclared route failure no longer leaks its internal exception message in the SOAP fault returned to the caller. - `GreeterClientTest.testServiceWithNotAuthorizedUser` (inherited by `GreeterClientCxfMessageTest`) asserted on the old, pre-hardening leaked message. Updated it to assert the new, documented `"Exchange processing failed"` fault message instead. No JIRA needed — due to security hardening already merged and documented in the 4.23 upgrade guide; this just catches the test up to already-intended behavior, not a bug fix. ## Test plan - [x] `mvn test -Dtest=GreeterClientTest,GreeterClientCxfMessageTest` in `tests/camel-itest` — both pass _Claude Code on behalf of davsclaus_ -- 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]
