hyperscan-java
hyperscan-java copied to clipboard
Migrate to project panama
JDK 17 now includes the new Foreign Memory APIs and is an LTS release. This enables us to use those APIs with Project Panama to call the hyperscan library using only the JVM itself without relying on external implementions like JNA or JavaCPP or writing JNI ourselves.