2023-08-31 12:34:16 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|
2023-05-05 09:45:01 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri May 5 07:43:46 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
- Do not bootstrap using downloaded binaries, but build the
|
|
|
|
minimal bootstrap package from sources
|
|
|
|
|
2023-04-03 11:09:31 +02:00
|
|
|
-------------------------------------------------------------------
|
2023-04-17 08:02:17 +02:00
|
|
|
Thu Apr 13 16:47:24 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>
|
|
|
|
|
|
|
|
- Update to v1.14.4
|
|
|
|
* Changes of v1.14.4
|
|
|
|
+ Include instrumented type and auxiliary types in TypePool
|
|
|
|
that is passed to TypeWriter.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 3 12:37:18 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>
|
|
|
|
|
|
|
|
- Remove patch:
|
|
|
|
* 00-asm5.patch - not needed due to update of objectweb-asm
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2023-04-03 11:09:31 +02:00
|
|
|
Sun Apr 2 18:09:26 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>
|
|
|
|
|
|
|
|
- Update to v1.14.3
|
|
|
|
* Changes of v1.14.3
|
|
|
|
+ Make MethodGraph.Compiler failsafe when processing incomplete
|
|
|
|
methods.
|
|
|
|
+ Update ASM.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 20 13:10:06 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>
|
|
|
|
|
|
|
|
- Update to v1.14.2
|
|
|
|
* Changes of v1.14.2
|
|
|
|
+ Fix offset mapping for local variable array remapping in
|
|
|
|
Advice.
|
|
|
|
+ Add possibility to specify an index for skipOn and repeatOn
|
|
|
|
which resolves the checked value from a returned array.
|
|
|
|
* Changes of 1.14.1
|
|
|
|
+ Add extended scope for Maven Byte Buddy plugin to include all
|
|
|
|
non-test-dependencies.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 8 04:33:02 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>
|
|
|
|
|
|
|
|
- Initial packaging with v1.14.0
|
|
|
|
- Add patch:
|
|
|
|
* 00-asm5.patch
|
|
|
|
~ asm5 does not support the Opcodes.V20 constant
|