oscerd commented on PR #22637: URL: https://github.com/apache/camel/pull/22637#issuecomment-4258959673
CI flagged `NettyHttpSSLHandshakeErrorTest.testHttpsHandshakeError` as failing on the Java 21 job with: \`\`\` SSLHandshakeException expected ==> expected: <javax.net.ssl.SSLHandshakeException> but was: <io.netty.handler.codec.DecoderException> \`\`\` This test passes locally here — the failure is a pre-existing 4.18.x flake where Netty wraps the `SSLHandshakeException` in a `DecoderException` on certain JDK/Netty combinations. It's unrelated to the CAMEL-23324 deserialization-filter change (which only touches the `transferException=true` body-deserialization path). The fix already exists on main as **CAMEL-23214** (merged in #22129, commit `74e36c6707b`) but was never backported to 4.18.x. I've cherry-picked just the test-only hardening in c155bb1d39a so this PR's CI can go green. Happy to pull the CAMEL-23214 backport into its own PR instead if you'd prefer — let me know. _Claude Code on behalf of Andrea Cosentino_ -- 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]
