forked from pool/byte-buddy
Accepting request 1108254 from home:urbic:branches:Java:packages
- Update to v1.14.7 * Changes of v1.14.7 + Correctly read minor version from class file. + Catch type resolution errors when applying Plugin.Engine. - Update to v1.14.6 * Changes of v1.14.6 + Add PatchMode.SUBSTITUTE and ResettableClassFileTransformer.Substitutable for in-order patching. + Allow for explicit specification og differential matcher when patching an AgentBuilder. + Add platform loader to locator for build plugins. + Correctly resolve accessors for fields with capitalized first letter. + Make jars for Android read-only as newer versions require it. - Update to v1.14.5 * Changes of v1.14.5 + Avoid use of location if agent argument separator is contained. + Allow failure of member substitution if no element is separated. + Allow retry in case of parallel class injection. OBS-URL: https://build.opensuse.org/request/show/1108254 OBS-URL: https://build.opensuse.org/package/show/Java:packages/byte-buddy?expand=0&rev=6
This commit is contained in:
parent
c7bfa5c821
commit
0cc872aa69
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:78ea2a45811426d0ec24acdbf54798949edd75a21b1d295102d48a7c877bc185
|
|
||||||
size 1996693
|
|
3
byte-buddy-1.14.7.tar.gz
Normal file
3
byte-buddy-1.14.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:282209749f87d421ff690070042bc9b03aa237c4bf36be08d9ea94ebab04d325
|
||||||
|
size 2005312
|
@ -1,3 +1,37 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 31 07:35:26 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||||
|
|
||||||
|
- Update to v1.14.7
|
||||||
|
* Changes of v1.14.7
|
||||||
|
+ Correctly read minor version from class file.
|
||||||
|
+ Catch type resolution errors when applying Plugin.Engine.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 15 03:26:43 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||||
|
|
||||||
|
- Update to v1.14.6
|
||||||
|
* Changes of v1.14.6
|
||||||
|
+ Add PatchMode.SUBSTITUTE and
|
||||||
|
ResettableClassFileTransformer.Substitutable for in-order
|
||||||
|
patching.
|
||||||
|
+ Allow for explicit specification og differential matcher when
|
||||||
|
patching an AgentBuilder.
|
||||||
|
+ Add platform loader to locator for build plugins.
|
||||||
|
+ Correctly resolve accessors for fields with capitalized first
|
||||||
|
letter.
|
||||||
|
+ Make jars for Android read-only as newer versions require it.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jun 10 08:06:59 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||||
|
|
||||||
|
- Update to v1.14.5
|
||||||
|
* Changes of v1.14.5
|
||||||
|
+ Avoid use of location if agent argument separator is
|
||||||
|
contained.
|
||||||
|
+ Allow failure of member substitution if no element is
|
||||||
|
separated.
|
||||||
|
+ Allow retry in case of parallel class injection.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 5 07:43:46 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
Fri May 5 07:43:46 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
%else
|
%else
|
||||||
%bcond_with bootstrap
|
%bcond_with bootstrap
|
||||||
%endif
|
%endif
|
||||||
Version: 1.14.4
|
Version: 1.14.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Runtime code generation for the Java virtual machine
|
Summary: Runtime code generation for the Java virtual machine
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user