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