This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
This project contains samples for using KFSM
git clone https://github.com/open-jumpco/kfsm-samples.git
./gradlew assemble
This was tested by building normal build with JDK 8 and 11 and then using Graal 19.1.1 to build the native image.
# Install GraalVM native-image compiler
gu install native-image
# Create the native image
./gradlew nativeImage
I prefer using sdkman to switch runtimes while doing this kind of exercise.
To learn more about visualization visit kfsm-viz and kfsm-viz-plugin