Sourced from com.google.errorprone:error_prone_annotations's releases.
Error Prone 2.32.0
The minimum support JDK version to run Error Prone is now JDK 17 (#3803).
Using Error Prone to compile code that is deployed to earlier versions is still fully supported, but will requires using JDK 17 or newer for compilation and setting
--release
or-source
/-target
/-bootclasspath
.Full changelog: https://github.com/google/error-prone/compare/v2.31.0...v2.32.0
0fe0961
Release Error Prone 2.32.0655bdc4
Update release.yml: remove JDK 11a9ff9b1
Update ci.yml: remove JDK 114e0b19c
Start using Java > 11 language features in Error Prone tests4b5ee1e
Update ci.yml: always set up JDK 17494e2c6
Don't perform the inlining if parameter names are stripped.dab4089
Add the name of the method to the diagnostic message for MemberName.671ac41
Update ci.yml to use javadoc:javadocSourced from org.apache.maven.plugins:maven-gpg-plugin's releases.
3.2.6
Release Notes - Maven GPG Plugin - Version 3.2.6
What's Changed
- [MGPG-135] Support Overriding / Enhance the signer in AbstractGpgMojo by
@laeubi
in apache/maven-gpg-plugin#112- Bump org.apache.maven.plugins:maven-invoker-plugin from 3.7.0 to 3.8.0 by
@dependabot
in apache/maven-gpg-plugin#114- [MGPG-140] Update Maven to 3.9.9 by
@cstamas
in apache/maven-gpg-plugin#116- [MGPG-138] Drop direct use of plexus-cipher and secdispatcher by
@cstamas
in apache/maven-gpg-plugin#115- [MGPG-141] Remove use of deprecated classes by
@cstamas
in apache/maven-gpg-plugin#117- Add FAQ for "no pinentry" issue by
@cstamas
in apache/maven-gpg-plugin#118New Contributors
@laeubi
made their first contribution in apache/maven-gpg-plugin#112Full Changelog: https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.5...maven-gpg-plugin-3.2.6
1c9a14c
[maven-release-plugin] prepare release maven-gpg-plugin-3.2.6bbe6156
Add FAQ for "no pinentry" issue (#118)5b94273
[MGPG-141] Remove use of deprecated classes (#117)afdfd28
[MGPG-138] Drop direct use of plexus-cipher and secdispatcher (#115)7516e7c
[MGPG-140] Update Maven to 3.9.9 (#116)4ec571f
[MGPG-139] Bump org.apache.maven.plugins:maven-invoker-plugin from 3.7.0 to 3...1126b7b
use new Reproducible Central badge endpoint1b40a05
[MGPG-135] Support Overriding / Enhance the signer in AbstractGpgMojo (#112)3a31714
[maven-release-plugin] prepare for next development iteration