https://bz.apache.org/bugzilla/show_bug.cgi?id=64875
mgrigorov <mgrigo...@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEEDINFO |RESOLVED --- Comment #11 from mgrigorov <mgrigo...@apache.org> --- The auto-activation of Tomcat's GraalVM JNI config is removed with https://github.com/apache/tomcat/commit/20edb410286fdfe141dc0178f361493d4f3ca72c If an application needs to use APR protocol in a native image then it should explicitly activate it by adding '-H:JNIConfigurationResources=META-INF/native-image/org.apache.tomcat.embed/tomcat-embed-core/tomcat-jni.json' to native-image's arguments, e.g.: https://github.com/martin-g/http2-server-perf-tests/commit/4fc1cdebd3fd9c75f880fab62ced465b181203de -- 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