7
0
forked from pool/byte-buddy

- Update to v1.18.1 #1

Merged
fstrba merged 1 commits from urbic/byte-buddy:main into main 2025-11-25 07:02:00 +01:00
4 changed files with 31 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:902807bdebe99cfbae8b253e0ccef5fc5e31f64ae2470618aae7b55743b95bb1
size 2101394

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

Binary file not shown.

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Mon Nov 24 09:27:27 UTC 2025 - Anton Shvetz <shvetz.anton@gmail.com>
- Update to v1.18.1
* Changes of v1.18.1
+ Fix generated module-info to include new package.
* Changes of v1.18.0
+ Add support for module-info class files and
ModuleDescriptions.
+ Allow for manipulating module information using the ByteBuddy
API.
* Changes of v1.17.8
+ Avoid use of types that are deprecated as of Java 26.
+ Include ASM 9.9 that offers ASM support for Java 26.
+ Make sure that generated code internal to Byte Buddy supports
CDS if available.
+ Update version of ASM to JDK Class File API bridge to fix
some minor bugs related to type annotations.
* Changes of v1.17.7
+ Specify correct JVM environment for Android builds when using
the Gradle plugin.
+ Avoid recomputing the size of a parameter list for
performance reasons after measuring the significant impact.
+ Correct validation of JVM names to avoid breaking when Java
names are not allowed while JVM names are, with Kotlin and
others.
-------------------------------------------------------------------
Fri Nov 21 17:04:47 UTC 2025 - Fridrich Strba <fstrba@suse.com>

View File

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