Infinispan Quarkus based extensions and Server
- If you are using a non tagged version (e.g. main ), ensure you have built the same version of Infinispan so that it is available in your maven repository.
- Download and extract the Java 17 version of GraalVM (>= 22.3) from https://github.com/graalvm/graalvm-ce-builds/releases for your distribution.
- Install
native-image
in thebin
directory of the extracted graal runtimegu install native-image
- Set the
GRAALVM_HOME
environment variable to the extracted graal runtime - Build the project
mvn clean install