gnodet commented on PR #21869:
URL: https://github.com/apache/camel/pull/21869#issuecomment-4024909979

   @oscerd The exclusion fix in this PR already handles the issue. The problem 
was that `cxf-rt-transports-http-undertow` brings in 
`io.undertow.ee:undertow-servlet` as a transitive dependency, but the 
exclusions in the POM files used the wrong groupId (`io.undertow` instead of 
`io.undertow.ee`) and wrong artifactId (`undertow-servlet-jakarta` instead of 
`undertow-servlet`).
   
   The second commit in this PR fixes the exclusion in all 9 affected modules 
(CXF, OpenTelemetry, Micrometer, Telemetry). With the correct exclusion, 
`undertow-servlet` is no longer pulled from CXF — it comes from 
`camel-undertow` with the correct `2.0.0.RC1` version.
   
   CI confirms the fix works — all previously failing tests 
(`CxfRsBindingConfigurationSelectionTest`, `CxfRsProducerStreamCacheTest`, 
`ProviderWithServletTest`, etc.) now pass. The only remaining failures are 
pre-existing flaky CXF-SOAP tests (`FailOverFeatureTest` timeout, 
`CxfProducerOperationTest` assertion).


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