Releases: micronaut-projects/errorprone-no-reflection
Releases · micronaut-projects/errorprone-no-reflection
Release list
1.0.2
What's Changed
- Every
NoReflectionreport now links to a section of the guide on its problem. The section covers what the platform does when the call is made, which cache it fills (quoting JDK 25 or Micronaut), and what to do instead (#4). For example:The categories and the calls they report are unchanged.error: [NoReflection] Reflection is not allowed here [CLASS_NAMES] (see https://micronaut-projects.github.io/errorprone-no-reflection/latest/guide/#problem-simple-name) - The Gradle plugin resolves the ErrorProne Gradle plugin wherever the build reads the modules (#3).
Full Changelog: v1.0.1...v1.0.2
1.0.1
1.0.0
What's Changed
Other Changes 💡
- Report reflection with an ErrorProne check and a Gradle plugin by @dstepanov in #2
New Contributors
- @dstepanov made their first contribution in #2
Full Changelog: https://github.com/micronaut-projects/errorprone-no-reflection/commits/v1.0.0