Skip to content

[Minor Release] Eta v0.8.6b5

Latest
Compare
Choose a tag to compare
@rahulmutt rahulmutt released this 24 Feb 10:35
· 23 commits to master since this release

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.