forked from pool/byte-buddy
4451e39718
- Update to v1.14.4 * Changes of v1.14.4 + Include instrumented type and auxiliary types in TypePool that is passed to TypeWriter. - Remove patch: * 00-asm5.patch - not needed due to update of objectweb-asm OBS-URL: https://build.opensuse.org/request/show/1079678 OBS-URL: https://build.opensuse.org/package/show/Java:packages/byte-buddy?expand=0&rev=2
44 lines
1.5 KiB
Plaintext
44 lines
1.5 KiB
Plaintext
-------------------------------------------------------------------
|
|
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
|
|
|
|
-------------------------------------------------------------------
|
|
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
|