apupier commented on PR #20427:
URL: https://github.com/apache/camel/pull/20427#issuecomment-3654284314

   require some manual pdate with JDK 21?
   
   ```
   Error: netty-http] [ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, 
Time elapsed: 0.286 s <<< FAILURE! -- in 
org.apache.camel.component.netty.http.NettyHttpSSLHandshakeErrorTest
   Error: netty-http] [ERROR] 
org.apache.camel.component.netty.http.NettyHttpSSLHandshakeErrorTest.testHttpsHandshakeError
 -- Time elapsed: 0.239 s <<< FAILURE!
   org.opentest4j.AssertionFailedError: SSLHandshakeException expected ==> 
expected: <javax.net.ssl.SSLHandshakeException> but was: 
<io.netty.handler.codec.DecoderException>
        at 
org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
        at 
org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
        at 
org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197)
        at 
org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:182)
        at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1156)
        at 
org.apache.camel.component.netty.http.NettyHttpSSLHandshakeErrorTest.testHttpsHandshakeError(NettyHttpSSLHandshakeErrorTest.java:65)
        at java.base/java.lang.reflect.Method.invoke(Method.java:580)
        at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
        at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
   ```


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