Skip to content

1.0.2

Latest

Choose a tag to compare

@dstepanov dstepanov released this 21 Sep 14:48
6c471e4

What's Changed

  • Every NoReflection report 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:
    error: [NoReflection] Reflection is not allowed here [CLASS_NAMES]
        (see https://micronaut-projects.github.io/errorprone-no-reflection/latest/guide/#problem-simple-name)
    
    The categories and the calls they report are unchanged.
  • The Gradle plugin resolves the ErrorProne Gradle plugin wherever the build reads the modules (#3).

Full Changelog: v1.0.1...v1.0.2