forked from pool/byte-buddy
- 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
This commit is contained in:
parent
77af5e8ed5
commit
44f0b84462
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:452248f7b955c279eaf85f30a44aa2fc8b925935b0ae63875cd23d54117324b7
|
||||
size 2016877
|
3
byte-buddy-1.14.13.tar.gz
Normal file
3
byte-buddy-1.14.13.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a9690aa8e0cabeeb270a90b44fd899b675b8308dbcaca199cefaedefa922638a
|
||||
size 2019321
|
@ -1,8 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 28 20:38:55 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||
|
||||
- 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 <shvetz.anton@gmail.com>
|
||||
|
||||
- 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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user