JiriOndrusek opened a new issue, #5360:
URL: https://github.com/apache/camel-quarkus/issues/5360

   ### Bug description
   
   Go to https://code.quarkus.io/ and generated app based only on `Camel AWS 2 
Kinesis`.
   
   The native build fails with:
   
   ```
   Caused by: com.oracle.graal.pointsto.constraints.UnresolvedElementException: 
Discovered unresolved method during parsing: 
io.netty.handler.ssl.ReferenceCountedOpenSslServerContext.<init>(java.security.cert.X509Certificate[],
 javax.net.ssl.TrustManagerFactory, java.security.cert.X509Certificate[], 
java.security.PrivateKey, java.lang.String, javax.net.ssl.KeyManagerFactory, 
java.lang.Iterable, io.netty.handler.ssl.CipherSuiteFilter, 
io.netty.handler.ssl.ApplicationProtocolConfig, long, long, 
io.netty.handler.ssl.ClientAuth, java.lang.String[], boolean, boolean, 
java.lang.String, java.util.Map$Entry[]). This error is reported at image build 
time because class io.netty.handler.ssl.SslContext is registered for linking at 
image build time by command line
   
   ```
   
   Native build should succeed.


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

Reply via email to