github-actions
released this
10 Mar 16:51
·
32 commits
to refs/heads/master
since this release
🚀 New features and improvements
- Allow to override useUnsharedTable compiler argument (#373) @slawekjaranowski
- Lazy providers and better error reporting (#361) @kriegaex
- Only use "-release" parameter with javac 9+ (#362) @kwin
- Correctly determine the version of the underlying javac tool (#357) @kwin
- Use a TreeSet instead of HashSet to get consistent ordering of results (#352) @laeubi
🐛 Bug Fixes
- Cleanup dependencies (#369) @slachiewicz
- Path.relativize() may throw exception if source and build directories are on different Windows drives (#368) @slachiewicz
- Fix ECJ not using annotation processor when defined via processorpath (#350) @famod
- Report "Error occurred during initialization of VM" as error (#343) @olamy
📦 Dependency updates
- Bump org.codehaus.plexus:plexus from 16 to 17 (#372) @dependabot
- Bump com.google.errorprone:error_prone_core from 2.24.1 to 2.25.0 (#367) @dependabot
- Require Maven 3.6.3+ (#353) @slachiewicz
- Bump com.google.errorprone:error_prone_core from 2.24.0 to 2.24.1 (#348) @dependabot
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.0 to 3.12.1 (#345) @dependabot
- Bump com.google.errorprone:error_prone_core from 2.23.0 to 2.24.0 (#341) @dependabot
- Bump org.codehaus.plexus:plexus-component-annotations from 2.1.1 to 2.2.0 (#344) @dependabot
👻 Maintenance
- Bump project version to 2.15.0-SNAPSHOT (#370) @slawekjaranowski
- Use LocalRepositoryManager for resolving artifacts paths in tests (#366) @slawekjaranowski