Hi all,

Wonder if it would be an option to drop classes using panama from default
tomcat jars (coyote), it breaks some consumers since bytecode has a higher
level than tomcat targetted one plus it makes graalvm integration not as
smooth as before so think it is worth extracting these early features in
their own jar, even if they are enabled by reflection or something a bit
more indirect.
Wdyt?
Immediate issue with graal native-image for example
is org.apache.tomcat.util.net.openssl.panama.OpenSSLContext which relies on
Arena and friends which are not in java 17 for ex.

Romain Manni-Bucau
@rmannibucau <https://twitter.com/rmannibucau> |  Blog
<https://rmannibucau.metawerx.net/> | Old Blog
<http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book
<https://www.packtpub.com/application-development/java-ee-8-high-performance>

Reply via email to