SHA256
1
0
forked from pool/byte-buddy
Commit Graph

1 Commits

Author SHA256 Message Date
Anton Shvetz
18f03eb467 - Update to v1.15.1
* Changes of v1.15.1
    + Revert default EntryPoint for Android Gradle plugin to use
      DECORATE unless explicitly specified due to many generic type
      errors in Kotlin classes.
  * Changes of v1.15.0
    + Introduce AsmClassWriter and AsmClassReader abstractions that
      allow for plugging different implementations of readers and
      writers.
    + Add configuration extension to the Android Gradle plugin and
      make it behave like regular Gradle plugin with standard
      configuration.
    + Throw TypeNotPresentException upon discovering undeclared
      type variables as it was recently fixed on the JVM.
  * Changes of v1.14.19
    + Add Maven Mojo for transforming jars and for transforming
      dependencies folder.
    + Better error handling for unresolved type variables.
    + Allow loading arguments of the instrumented method in
      MemberSubstitution.
    + Fix checks for method visibility.

OBS-URL: https://build.opensuse.org/package/show/Java:packages/byte-buddy?expand=0&rev=28
2024-09-01 16:31:02 +00:00