Releases: kohlschutter/jdk.compiler.standalone
Releases · kohlschutter/jdk.compiler.standalone
jdk.compiler.standalone 1.1.3
- Fix Maven POM setup that would prevent getting the correct transitive dependencies in other projects
- No longer build jar-with-dependencies by default
jdk.compiler.standalone 1.1.0
- Add the compiler from JDK21, and backport it to Java 11 (!).
- Add GraalVM native-image support.
- Add self-contained jar-with-dependencies for both JDK11 and JDK21.
- Various fixes. The standalone compiler can now compile itself.
The attached jar-with-dependencies jars below should only be used as a replacement for the javac
binary. If you want to use the compiler progromatically, consider using the Maven artifacts, as they are properly modularized.