From 5db9be7dac7051db7a389bf20b3d5153899cf749c970f309d9da2fd9fa5aca3a Mon Sep 17 00:00:00 2001 From: Anton Shvetz Date: Sun, 19 Jan 2025 10:08:34 +0000 Subject: [PATCH] - Update to v1.16.1 * Changes of v1.16.1 + Correct reflective activation of Class File API. + Reject array descriptors that are not well-formed in TypePool. OBS-URL: https://build.opensuse.org/package/show/Java:packages/byte-buddy?expand=0&rev=47 --- byte-buddy-1.16.0.tar.gz | 3 --- byte-buddy-1.16.1.tar.gz | 3 +++ byte-buddy.changes | 9 +++++++++ byte-buddy.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 byte-buddy-1.16.0.tar.gz create mode 100644 byte-buddy-1.16.1.tar.gz diff --git a/byte-buddy-1.16.0.tar.gz b/byte-buddy-1.16.0.tar.gz deleted file mode 100644 index 6480f37..0000000 --- a/byte-buddy-1.16.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:65234ac23a27ddc9c12291b37ebb4b3e2456f2d784ee8b731ff9932b08187d11 -size 2066615 diff --git a/byte-buddy-1.16.1.tar.gz b/byte-buddy-1.16.1.tar.gz new file mode 100644 index 0000000..72ad612 --- /dev/null +++ b/byte-buddy-1.16.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9a23766ffee8cb0928dafe5ea9b55277a076821a60d01675d28bf8587a659e2 +size 2067221 diff --git a/byte-buddy.changes b/byte-buddy.changes index 04492c4..6119c49 100644 --- a/byte-buddy.changes +++ b/byte-buddy.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Jan 19 10:07:34 UTC 2025 - Anton Shvetz + +- Update to v1.16.1 + * Changes of v1.16.1 + + Correct reflective activation of Class File API. + + Reject array descriptors that are not well-formed in + TypePool. + ------------------------------------------------------------------- Sat Jan 18 10:59:07 UTC 2025 - Anton Shvetz diff --git a/byte-buddy.spec b/byte-buddy.spec index f8dacb0..b474425 100644 --- a/byte-buddy.spec +++ b/byte-buddy.spec @@ -17,7 +17,7 @@ Name: byte-buddy -Version: 1.16.0 +Version: 1.16.1 Release: 0 Summary: Runtime code generation for the Java virtual machine License: Apache-2.0