zhfeng opened a new issue, #4248: URL: https://github.com/apache/camel-quarkus/issues/4248
It is failing with http and netty integration tests. ``` Caused by: java.lang.IllegalArgumentException: CamelContext must be specified on: KeyStoreParameters[type=null, *** provider=null, resource=/ssl/keystore.p12] at org.apache.camel.util.ObjectHelper.notNull(ObjectHelper.java:176) at org.apache.camel.support.jsse.JsseParameters.resolveResource(JsseParameters.java:116) at org.apache.camel.support.jsse.KeyStoreParameters.createKeyStore(KeyStoreParameters.java:192) at org.apache.camel.support.jsse.KeyManagersParameters.createKeyManagers(KeyManagersParameters.java:102) at org.apache.camel.support.jsse.SSLContextParameters.createSSLContext(SSLContextParameters.java:263) at org.apache.camel.component.netty.DefaultServerInitializerFactory.createSSLContext(DefaultServerInitializerFactory.java:133) at org.apache.camel.component.netty.DefaultServerInitializerFactory.<init>(DefaultServerInitializerFactory.java:60) ``` https://github.com/apache/camel-quarkus/actions/runs/3390275310/jobs/5635151759 -- 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: commits-unsubscr...@camel.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org