From 44f0b844623c4b62880900d1649003809e96f2184796ed69c46c2402b8d67185 Mon Sep 17 00:00:00 2001 From: Anton Shvetz Date: Thu, 28 Mar 2024 20:52:12 +0000 Subject: [PATCH] - Update to v1.14.13 * Changes of v1.14.13 + Avoid resolving type variables when generic type processing is disabled. + Improve error message for Byte Buddy agent external attach. + Fix build for modular jars when using later version than Java 8. OBS-URL: https://build.opensuse.org/package/show/Java:packages/byte-buddy?expand=0&rev=13 --- byte-buddy-1.14.12.tar.gz | 3 --- byte-buddy-1.14.13.tar.gz | 3 +++ byte-buddy.changes | 13 ++++++++++++- byte-buddy.spec | 4 ++-- 4 files changed, 17 insertions(+), 6 deletions(-) delete mode 100644 byte-buddy-1.14.12.tar.gz create mode 100644 byte-buddy-1.14.13.tar.gz diff --git a/byte-buddy-1.14.12.tar.gz b/byte-buddy-1.14.12.tar.gz deleted file mode 100644 index 590534b..0000000 --- a/byte-buddy-1.14.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:452248f7b955c279eaf85f30a44aa2fc8b925935b0ae63875cd23d54117324b7 -size 2016877 diff --git a/byte-buddy-1.14.13.tar.gz b/byte-buddy-1.14.13.tar.gz new file mode 100644 index 0000000..2264405 --- /dev/null +++ b/byte-buddy-1.14.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9690aa8e0cabeeb270a90b44fd899b675b8308dbcaca199cefaedefa922638a +size 2019321 diff --git a/byte-buddy.changes b/byte-buddy.changes index 1f0a37b..dfb2498 100644 --- a/byte-buddy.changes +++ b/byte-buddy.changes @@ -1,8 +1,19 @@ +------------------------------------------------------------------- +Thu Mar 28 20:38:55 UTC 2024 - Anton Shvetz + +- Update to v1.14.13 + * Changes of v1.14.13 + + Avoid resolving type variables when generic type processing + is disabled. + + Improve error message for Byte Buddy agent external attach. + + Fix build for modular jars when using later version than Java + 8. + ------------------------------------------------------------------- Sat Feb 17 15:42:45 UTC 2024 - Anton Shvetz - Update to v1.14.12 - % Changes of v1.14.12 + * Changes of v1.14.12 + Pin proxy class file version to avoid implicit changes when using Graal native image. + Add support for Java 23. diff --git a/byte-buddy.spec b/byte-buddy.spec index 9b1b403..b492868 100644 --- a/byte-buddy.spec +++ b/byte-buddy.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: byte-buddy -Version: 1.14.12 +Version: 1.14.13 Release: 0 Summary: Runtime code generation for the Java virtual machine License: Apache-2.0