diff --git a/byte-buddy-1.15.10.tar.gz b/byte-buddy-1.15.10.tar.gz deleted file mode 100644 index 053f1d7..0000000 --- a/byte-buddy-1.15.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:40c1d373cf7b38a11758033c1657f9dfc410c95d9296f95810fe78a1b54e1c25 -size 2057524 diff --git a/byte-buddy-1.15.11.tar.gz b/byte-buddy-1.15.11.tar.gz new file mode 100644 index 0000000..d99a539 --- /dev/null +++ b/byte-buddy-1.15.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ad2f94e473f3d717b5dbe8cfd9e590bc4d4c54bbb2729a4410a720ee1bedf2f +size 2059994 diff --git a/byte-buddy.changes b/byte-buddy.changes index 9943229..f262fea 100644 --- a/byte-buddy.changes +++ b/byte-buddy.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sun Dec 15 12:21:44 UTC 2024 - Anton Shvetz + +- Update to v1.15.11 + * Changes of v1.15.11 + + Avoid dependency of CachedReturnPlugin on precompiled class + files. + + Add NOP instruction when Advice is used on void methods as + those might be empty which results on a frame being written + to the same offset, causing an exception. + + Allow Plugin.Enging to link files instead of copying. + + Adjust validator code to avoid compiler bug that was reported + by multiple users. + + Allow injection of class path as File[] to Plugin + constructors. + + Allow for configuring variants when using the Android Gradle + plugin. + ------------------------------------------------------------------- Sun Nov 3 23:45:15 UTC 2024 - Anton Shvetz diff --git a/byte-buddy.spec b/byte-buddy.spec index 39ae1f9..11346ed 100644 --- a/byte-buddy.spec +++ b/byte-buddy.spec @@ -17,7 +17,7 @@ Name: byte-buddy -Version: 1.15.10 +Version: 1.15.11 Release: 0 Summary: Runtime code generation for the Java virtual machine License: Apache-2.0