From 0cc872aa694d4b99ad23a86c2f4655e836335d2ebdb3575b903de98cd71572af Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Thu, 31 Aug 2023 10:34:16 +0000 Subject: [PATCH] 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 --- byte-buddy-1.14.4.tar.gz | 3 --- byte-buddy-1.14.7.tar.gz | 3 +++ byte-buddy.changes | 34 ++++++++++++++++++++++++++++++++++ byte-buddy.spec | 2 +- 4 files changed, 38 insertions(+), 4 deletions(-) delete mode 100644 byte-buddy-1.14.4.tar.gz create mode 100644 byte-buddy-1.14.7.tar.gz diff --git a/byte-buddy-1.14.4.tar.gz b/byte-buddy-1.14.4.tar.gz deleted file mode 100644 index 78eb783..0000000 --- a/byte-buddy-1.14.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:78ea2a45811426d0ec24acdbf54798949edd75a21b1d295102d48a7c877bc185 -size 1996693 diff --git a/byte-buddy-1.14.7.tar.gz b/byte-buddy-1.14.7.tar.gz new file mode 100644 index 0000000..69d1d00 --- /dev/null +++ b/byte-buddy-1.14.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:282209749f87d421ff690070042bc9b03aa237c4bf36be08d9ea94ebab04d325 +size 2005312 diff --git a/byte-buddy.changes b/byte-buddy.changes index e8b667d..75cfef0 100644 --- a/byte-buddy.changes +++ b/byte-buddy.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Thu Aug 31 07:35:26 UTC 2023 - Anton Shvetz + +- 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 + +- 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 + +- 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 diff --git a/byte-buddy.spec b/byte-buddy.spec index d1fe316..048f5ef 100644 --- a/byte-buddy.spec +++ b/byte-buddy.spec @@ -23,7 +23,7 @@ %else %bcond_with bootstrap %endif -Version: 1.14.4 +Version: 1.14.7 Release: 0 Summary: Runtime code generation for the Java virtual machine License: Apache-2.0