This release contains support for Java 9 and above and includes some bug fixes.
See the commentary in the issues below for more details:
-
#648 - A minor code generation improvement that avoids off-heap allocations for constant strings.
-
#943 - Finally adds support for Java 9, 10, and 11.
-
#942 - Code generation improvement that avoids overflowing the constant pool for large code files (2k+ lines).
-
#947 - Fixes a bug that causes invalid paths to be generated for temporary files resulting in runtime exceptions. (@mgsloan)
Thanks to @jneira and @GordonBGood for documentation improvements (#561, #935, #936).
In addition, thanks to all the people who have filed detailed issues and all our wonderful community members and users.