Accepting request 1238526 from Java:packages
1.15.11 OBS-URL: https://build.opensuse.org/request/show/1238526 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/byte-buddy?expand=0&rev=12
This commit is contained in:
commit
05f3683125
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:40c1d373cf7b38a11758033c1657f9dfc410c95d9296f95810fe78a1b54e1c25
|
||||
size 2057524
|
3
byte-buddy-1.15.11.tar.gz
Normal file
3
byte-buddy-1.15.11.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6ad2f94e473f3d717b5dbe8cfd9e590bc4d4c54bbb2729a4410a720ee1bedf2f
|
||||
size 2059994
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 15 12:21:44 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||
|
||||
- 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 <shvetz.anton@gmail.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user