https://bz.apache.org/bugzilla/show_bug.cgi?id=64875

--- Comment #10 from Iván López <lopez.i...@gmail.com> ---
Regarding the class `io.netty.internal.tcnative.SSLPrivateKeyMethod`, it's
coming because the test application we have uses Micronaut Http Client, that
uses some Netty dependencies under the hood.

But even with that, I think that "triggering" the JNI stuff for every single
application the uses Tomcat is not a good default because users don't have an
option to disable it.

Another approach would be to create a GraalVM `@AutomaticFeature` class so
programatically can be decided if the JNI stuff needs to be added or not. It
could be enabled (added) by default but with some flag or configuration option
could be disabled. This way we could disable it by default in Micronaut.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to