Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 9af9886566 | |||
|
|
ff71920992 |
BIN
byte-buddy-1.18.1.tar.gz
LFS
BIN
byte-buddy-1.18.1.tar.gz
LFS
Binary file not shown.
BIN
byte-buddy-1.18.3.tar.gz
LFS
Normal file
BIN
byte-buddy-1.18.3.tar.gz
LFS
Normal file
Binary file not shown.
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user