2 Commits

Author SHA256 Message Date
9af9886566 Update to v1.18.3 2025-12-19 18:37:57 +03:00
Fridrich Štrba
ff71920992 Require objectweb-asm >= 9.9 2025-11-25 09:58:48 +01:00
4 changed files with 19 additions and 5 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
@@ -40,7 +40,7 @@ BuildRequires: mvn(org.apache.maven:maven-plugin-api)
BuildRequires: mvn(org.apache.maven:maven-resolver-provider)
BuildRequires: mvn(org.eclipse.aether:aether-api)
BuildRequires: mvn(org.eclipse.aether:aether-util)
BuildRequires: mvn(org.ow2.asm:asm) >= 9.8
BuildRequires: mvn(org.ow2.asm:asm) >= 9.9
BuildRequires: mvn(org.ow2.asm:asm-commons)
BuildRequires: mvn(org.sonatype.plexus:plexus-build-api)
BuildArch: noarch