Accepting request 1273818 from Java:packages

1.7.5

OBS-URL: https://build.opensuse.org/request/show/1273818
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/byte-buddy?expand=0&rev=17
This commit is contained in:
2025-05-01 13:23:40 +00:00
committed by Git OBS Bridge
4 changed files with 14 additions and 5 deletions

View File

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

3
byte-buddy-1.17.5.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Apr 2 17:35:35 UTC 2025 - Anton Shvetz <shvetz.anton@gmail.com>
- Update to v1.17.5
* Changes of v1.17.5
+ Update ASM to version 9.8 to support Java 25 using ASM reader
and writer.
+ Include AnnotationRemoval visitor for removing or replacing
annotations.
-------------------------------------------------------------------
Mon Mar 24 07:55:09 UTC 2025 - Anton Shvetz <shvetz.anton@gmail.com>

View File

@@ -17,7 +17,7 @@
Name: byte-buddy
Version: 1.17.4
Version: 1.17.5
Release: 0
Summary: Runtime code generation for the Java virtual machine
License: Apache-2.0
@@ -118,7 +118,6 @@ rm -rf %{name}-agent/src/main/resources/win32-x86{,-64}
%build
%{mvn_build} -f -s -- \
-Dproject.build.outputTimestamp=$(date -u -d @${SOURCE_DATE_EPOCH:-$(date +%%s)} +%%Y-%%m-%%dT%%H:%%M:%%SZ) \
-Dsource=8
%install