- Update to 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.
    + Add missing @MaybeNull annotation.

OBS-URL: https://build.opensuse.org/package/show/Java:packages/byte-buddy?expand=0&rev=12
This commit is contained in:
Anton Shvetz 2024-02-17 15:44:01 +00:00 committed by Git OBS Bridge
parent 51b2c44f11
commit 77af5e8ed5
4 changed files with 14 additions and 4 deletions

View File

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

View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Feb 17 15:42:45 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>
- Update to 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.
+ Add missing @MaybeNull annotation.
-------------------------------------------------------------------
Thu Dec 21 00:16:33 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>

View File

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