Accepting request 1198467 from Java:packages

1.15.1

OBS-URL: https://build.opensuse.org/request/show/1198467
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/byte-buddy?expand=0&rev=5
This commit is contained in:
2024-09-04 11:23:14 +00:00
committed by Git OBS Bridge
4 changed files with 29 additions and 4 deletions

BIN
byte-buddy-1.14.18.tar.gz (Stored with Git LFS)

Binary file not shown.

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

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

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Sun Sep 1 16:25:12 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>
- Update to v1.15.1
* Changes of v1.15.1
+ Revert default EntryPoint for Android Gradle plugin to use
DECORATE unless explicitly specified due to many generic type
errors in Kotlin classes.
* Changes of v1.15.0
+ Introduce AsmClassWriter and AsmClassReader abstractions that
allow for plugging different implementations of readers and
writers.
+ Add configuration extension to the Android Gradle plugin and
make it behave like regular Gradle plugin with standard
configuration.
+ Throw TypeNotPresentException upon discovering undeclared
type variables as it was recently fixed on the JVM.
* Changes of v1.14.19
+ Add Maven Mojo for transforming jars and for transforming
dependencies folder.
+ Better error handling for unresolved type variables.
+ Allow loading arguments of the instrumented method in
MemberSubstitution.
+ Fix checks for method visibility.
-------------------------------------------------------------------
Mon Jul 8 21:30:57 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>

View File

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