I have been working on a compiler based on the built-in JSR 199 JavaCompiler API. This has the advantage that anybody deploying on a JDK (since Java 9 there is more JRE) or has the java.compiler module needs no external dependency. There is also an EJC based implementation.
I would be willing to create a PR and donate the code. The code has only received minimal testing.
I have been working on a compiler based on the built-in JSR 199
JavaCompilerAPI. This has the advantage that anybody deploying on a JDK (since Java 9 there is more JRE) or has thejava.compilermodule needs no external dependency. There is also an EJC based implementation.I would be willing to create a PR and donate the code. The code has only received minimal testing.