diff --git a/byte-buddy-1.14.18.tar.gz b/byte-buddy-1.14.18.tar.gz deleted file mode 100644 index b7dae7c..0000000 --- a/byte-buddy-1.14.18.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f4a7ea40eafd00cbf4690a0785786360cfb69b866297b1dd62528a73c3f1266 -size 2027694 diff --git a/byte-buddy-1.15.1.tar.gz b/byte-buddy-1.15.1.tar.gz new file mode 100644 index 0000000..0b9b37c --- /dev/null +++ b/byte-buddy-1.15.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74129de1641d7d4090535b775ecb01bdd6fca4d44044f0844c875494fcfb6957 +size 2042176 diff --git a/byte-buddy.changes b/byte-buddy.changes index d261fab..3ca5adb 100644 --- a/byte-buddy.changes +++ b/byte-buddy.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Sun Sep 1 16:25:12 UTC 2024 - Anton Shvetz + +- 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. + ------------------------------------------------------------------- Mon Jul 8 21:30:57 UTC 2024 - Anton Shvetz diff --git a/byte-buddy.spec b/byte-buddy.spec index 8aa0bd3..a7af5ff 100644 --- a/byte-buddy.spec +++ b/byte-buddy.spec @@ -17,7 +17,7 @@ Name: byte-buddy -Version: 1.14.18 +Version: 1.15.1 Release: 0 Summary: Runtime code generation for the Java virtual machine License: Apache-2.0