- With this release, users must pass three additional
--add-exports
lines:--add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED
--add-exports=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED
--add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED
- Improve handling of parse errors. (044a5a5)
- Fixed
Compiler.compile
to ensure that it doesn't leak file descriptors. (972ac1e) - Removed the AutoValue processor from the runtime dependencies of Compile-Testing. (6d8ea27)