oscerd commented on PR #25935:
URL: https://github.com/apache/camel/pull/25935#issuecomment-5478533254

   Thanks for the diagnosis — you were right that it is the new CXF default and 
not infrastructure.
   
   I went a slightly different way than setting `muteException=false` on the 
two routes. `main` already dealt with this in `f922ada7c747` (#25880): rather 
than opt the test out of the new default, it updated the inherited assertion in 
`testServiceWithNotAuthorizedUser` to expect the generic `"Exchange processing 
failed"` fault, since that is now the intended behaviour and what the 4.23 
upgrade guide documents. The test then keeps covering what it is actually for.
   
   That commit is a follow-up to the cxf change rather than part of it, which 
is exactly why I missed it when cherry-picking. I have now cherry-picked it 
onto this branch and onto the 4.22.x counterpart (#25934), which was failing 
the same way.
   
   Also worth noting for the port-9000 observation: with the assertion fixed 
the test asserts rather than skips, so the retry should be a real pass.
   
   _Claude Code on behalf of oscerd_


-- 
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]

Reply via email to