A small experiment to make a fast Java linter for the OpenRefine project, using GraalVM's native image functionality
 
 
Go to file
Antonin Delpeuch 92d1abe999 Add README 2023-11-16 23:21:09 +01:00
src Align versions to those used in OR 2023-11-09 20:18:28 +01:00
target/native/agent-output/main Better reflection support 2023-11-09 17:48:07 +01:00
.gitignore Better reflection support 2023-11-09 17:48:07 +01:00
README.md Add README 2023-11-16 23:21:09 +01:00
agent.sh Better reflection support 2023-11-09 17:48:07 +01:00
pom.xml Align versions to those used in OR 2023-11-09 20:18:28 +01:00

README.md

Experimental Java linter to be used as a git filter

This is a toy experiment to try out GraalVM's native image functonality. The approach is described in this blog post:

https://antonin.delpeuch.eu/posts/trying-out-graals-native-image-functionality/

License: MIT