- Update to v1.15.3

* Changes of v1.15.3
    + Treat multi-release class files that are newer than the
      supported version as regular resources.
    + Allow overriding the multi-release class file version from
      Maven and Gradle plugin.
    + Correctly resolve multi-release class files in Android.

OBS-URL: https://build.opensuse.org/package/show/Java:packages/byte-buddy?expand=0&rev=32
This commit is contained in:
Anton Shvetz 2024-09-26 22:48:35 +00:00 committed by Git OBS Bridge
parent 04cf25068a
commit 071a02219f
4 changed files with 15 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Sep 26 22:46:31 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>
- Update to v1.15.3
* Changes of v1.15.3
+ Treat multi-release class files that are newer than the
supported version as regular resources.
+ Allow overriding the multi-release class file version from
Maven and Gradle plugin.
+ Correctly resolve multi-release class files in Android.
-------------------------------------------------------------------
Wed Sep 25 21:44:53 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>

View File

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