Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #2204: Ignore Groovy methods annotated with Internal #2207

Merged
merged 2 commits into from Feb 15, 2021
Merged

Fixes #2204: Ignore Groovy methods annotated with Internal #2207

merged 2 commits into from Feb 15, 2021

Commits on Feb 15, 2021

  1. Fixes #2204: Ignore Groovy methods annotated with Internal

    Starting from Groovy 3.0, compiler-generated methods such as
    `getMetaClass()` are no longer marked synthetic, therefore ByteBuddy
    stopped automatically ignoring them. Instead they are now annotated with
    `@groovy.transform.Internal`. Update `isGroovyMethod()` to also check
    this new annotation.
    rtandy committed Feb 15, 2021
    Copy the full SHA
    b0f8cf9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    255b66f View commit details
    Browse the repository at this point in the history