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