Sync from SUSE:SLFO:Main byte-buddy revision fc0883de652093a871be94a3fd83010f

This commit is contained in:
Adrian Schröter 2024-07-22 17:55:38 +02:00
parent ae948e8f1e
commit e8386a030e
4 changed files with 25 additions and 4 deletions

BIN
byte-buddy-1.14.16.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
byte-buddy-1.14.18.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon Jul 8 21:30:57 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>
- Update to v1.14.18
* Changes of v1.14.18
+ Avoid verification error if constructor advice meats dropped
implicit this frame and throw exception during
instrumentation instead.
+ Add support to resolve ByteBuddyAgent from non-obfuscated
name if obfuscation is used.
+ Make sure CircularityLock implementations never load classes
during locking.
+ Offer use of istat if stat command is not available for
emulated attachment.
+ Avoid locking entire class loader when child-first class
loader loads shadowed class and parallel class loading is
supported.
* Changes of v1.14.17
+ Avoid crashing of Android plugin when there are duplicate
files for licenses or license notices.
-------------------------------------------------------------------
Thu May 23 05:28:12 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>

View File

@ -17,7 +17,7 @@
Name: byte-buddy
Version: 1.14.16
Version: 1.14.18
Release: 0
Summary: Runtime code generation for the Java virtual machine
License: Apache-2.0