7
0
forked from pool/byte-buddy

Update to v1.18.3 #2

Manually merged
urbic merged 1 commits from urbic/byte-buddy:main into main 2025-12-20 17:50:43 +01:00
4 changed files with 18 additions and 4 deletions

Binary file not shown.

BIN
byte-buddy-1.18.3.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Dec 19 15:36:15 UTC 2025 - Anton Shvetz <shvetz.anton@gmail.com>
- Update to v1.18.3
* Changes of v1.18.3
+ Avoid using Class File API when Byte Buddy is loaded on the
boot loader where multi-release jars are not available.
+ Add additional safety when processing class files with
illegally formed parameters.
+ Update to latest ASM.
* Changes of v1.18.2
+ Support modifiers for value classes in Valhalla builds.
+ Improve use of build cache in Gradle.
-------------------------------------------------------------------
Mon Nov 24 09:27:27 UTC 2025 - Anton Shvetz <shvetz.anton@gmail.com>

View File

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