Skip to content

Releases: kohlschutter/jdk.compiler.standalone

jdk.compiler.standalone 1.1.3

14 Oct 13:10
Compare
Choose a tag to compare
  • 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

13 Oct 21:41
Compare
Choose a tag to compare
  • 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.