Release notes
*Sourced from [byte-buddy's releases](https://github.com/raphw/byte-buddy/releases).*
> ## Byte Buddy 1.9.16
> - Add support for attach emulation on Solaris.
> - Fix JNA signatures for attach emulation on POSIX.
> - Add standard call conventions for Windows JNA calls.
>
> ## Byte Buddy 1.9.15
> - Add emulated attach mechanism for HotSpot on Windows and for OpenJ9/J9 on POSIX and Windows (if JNA is present).
> - Reimplement POSIX attach mechanism for HotSpot to use JNA (if present).
>
> ## Byte Buddy 1.9.14
> - Add Java 14 compatibility.
> - Refactor emulated attach mechanism and use JNA in order to prepare supporting other mechanisms in the future.
> - Reinterrupt threads if interruption exceptions are catched in threads not owned by Byte Buddy.
> - Refactor class file dumping.
> - Publish Gradle plugin to Gradle plugin repository.
>
> ## Byte Buddy 1.9.13
> - Added matcher for super class hierarchy that ignores interfaces.
> - Extend API for member substitution.
> - Minor API extensions.
>
> ## Byte Buddy 1.9.12
> - Fixed stack map frame generation during constructor advice.
> - Improves frame generation for cropping-capable frames.
>
> ## Byte Buddy 1.9.11
> - Remove field reference in injected class due to possibility of loading Byte Buddy on the boot loader.
> - Updated to ASM 7.1.
> - Fix unsafe injection on Java 12/13.
>
> ## Byte Buddy 1.9.10
> - Fixed `ByteArrayClassLoader` when used from boot class loader.
> - Fixed shading to include ASM class required during renaming.
>
> ## Byte Buddy 1.9.9
> - Properly interrupt resubmission process in agent builder.
> - Fix visibility checks for nest mates.
>
> ## Byte Buddy 1.9.8
> - Extend `MethodCall` to allow for loading target from `StackManipulation`.
> - Allow for injection into `MultipleParentClassLoader`.
> - Performance improvement on array creation.
> - Allow for custom strategy for visibility bridge creation.
>
> ## Byte Buddy 1.9.7
> - Retain native modifier when defining a method without method body.
> - Allow appending class loader to multiple parent class loader with hierarchy check.
> - Add support for Java 13.
> - Extend experimental property to allow for detection of unknown versions.
>
> ... (truncated)
Changelog
*Sourced from [byte-buddy's changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md).*
> ### 27. July 2019: version 1.9.16
>
> - Add support for attach emulation on Solaris.
> - Fix JNA signatures for attach emulation on POSIX.
> - Add standard call conventions for Windows JNA calls.
>
> ### 21. July 2019: version 1.9.15
>
> - Add emulated attach mechanism for HotSpot on Windows and for OpenJ9/J9 on POSIX and Windows (if JNA is present).
> - Reimplement POSIX attach mechanism for HotSpot to use JNA (if present).
>
> ### 8. July 2019: version 1.9.14
>
> - Add Java 14 compatibility.
> - Refactor emulated attach mechanism and use JNA in order to prepare supporting other mechanisms in the future.
> - Reinterrupt threads if interruption exceptions are catched in threads not owned by Byte Buddy.
> - Refactor class file dumping.
> - Publish Gradle plugin to Gradle plugin repository.
>
> ### 24. May 2019: version 1.9.13
>
> - Added matcher for super class hierarchy that ignores interfaces.
> - Extend API for member substitution.
> - Minor API extensions.
>
> ### 26. March 2019: version 1.9.12
>
> - Fixed stack map frame generation during constructor advice.
> - Improves frame generation for cropping-capable frames.
>
> ### 21. March 2019: version 1.9.11
>
> - Remove field reference in injected class due to possibility of loading Byte Buddy on the boot loader.
> - Updated to ASM 7.1.
> - Fix unsafe injection on Java 12/13.
>
> ### 11. February 2019: version 1.9.10
>
> - Fixed `ByteArrayClassLoader` when used from boot class loader.
> - Fixed shading to include ASM class required during renaming.
>
> ### 4. February 2019: version 1.9.9
>
> - Properly interrupt resubmission process in agent builder.
> - Fix visibility checks for nest mates.
>
> ### 24. January 2019: version 1.9.8
>
> - Extend `MethodCall` to allow for loading target from `StackManipulation`.
> - Allow for injection into `MultipleParentClassLoader`.
> ... (truncated)
Commits
- [`4f5012c`](https://github.com/raphw/byte-buddy/commit/4f5012c6ed79d2f52ab6dfc86962895d321dacb4) [maven-release-plugin] prepare release byte-buddy-1.9.16
- [`bb3276f`](https://github.com/raphw/byte-buddy/commit/bb3276f43181677e09954a0bc15d3e6eb08e8915) Update version numbers.
- [`03a5a8f`](https://github.com/raphw/byte-buddy/commit/03a5a8fe06d978cfe31affbf8626e746756c3724) Add hints for findbugs.
- [`157cb19`](https://github.com/raphw/byte-buddy/commit/157cb1984df44a0d527fa75eb620f0e44c97b80f) Support locally built OpenJDK.
- [`4835279`](https://github.com/raphw/byte-buddy/commit/4835279ead328f0658690263b9f36e06d1562cbe) Fix javadoc.
- [`97c1615`](https://github.com/raphw/byte-buddy/commit/97c16159db8a1dc95a3afae0f6721a85a10ea6ab) Fix handle read operation.
- [`8259a6d`](https://github.com/raphw/byte-buddy/commit/8259a6d40a0394b09a2dc32e81bbb27f2a508cc8) Add timeout for attachment test.
- [`200c24b`](https://github.com/raphw/byte-buddy/commit/200c24b17a5ad461e5c7bc4d0b91e9a49b38416f) Fix field name.
- [`e9bb433`](https://github.com/raphw/byte-buddy/commit/e9bb4334090fae2b20be5e58c3e6263da31dead6) Remove redundant check.
- [`604c519`](https://github.com/raphw/byte-buddy/commit/604c519ff9832d9de61cb124e7c8cff3d19e930a) Adjust library use.
- Additional commits viewable in [compare view](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.8.3...byte-buddy-1.9.16)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps byte-buddy from 1.8.3 to 1.9.16.
Release notes
*Sourced from [byte-buddy's releases](https://github.com/raphw/byte-buddy/releases).* > ## Byte Buddy 1.9.16 > - Add support for attach emulation on Solaris. > - Fix JNA signatures for attach emulation on POSIX. > - Add standard call conventions for Windows JNA calls. > > ## Byte Buddy 1.9.15 > - Add emulated attach mechanism for HotSpot on Windows and for OpenJ9/J9 on POSIX and Windows (if JNA is present). > - Reimplement POSIX attach mechanism for HotSpot to use JNA (if present). > > ## Byte Buddy 1.9.14 > - Add Java 14 compatibility. > - Refactor emulated attach mechanism and use JNA in order to prepare supporting other mechanisms in the future. > - Reinterrupt threads if interruption exceptions are catched in threads not owned by Byte Buddy. > - Refactor class file dumping. > - Publish Gradle plugin to Gradle plugin repository. > > ## Byte Buddy 1.9.13 > - Added matcher for super class hierarchy that ignores interfaces. > - Extend API for member substitution. > - Minor API extensions. > > ## Byte Buddy 1.9.12 > - Fixed stack map frame generation during constructor advice. > - Improves frame generation for cropping-capable frames. > > ## Byte Buddy 1.9.11 > - Remove field reference in injected class due to possibility of loading Byte Buddy on the boot loader. > - Updated to ASM 7.1. > - Fix unsafe injection on Java 12/13. > > ## Byte Buddy 1.9.10 > - Fixed `ByteArrayClassLoader` when used from boot class loader. > - Fixed shading to include ASM class required during renaming. > > ## Byte Buddy 1.9.9 > - Properly interrupt resubmission process in agent builder. > - Fix visibility checks for nest mates. > > ## Byte Buddy 1.9.8 > - Extend `MethodCall` to allow for loading target from `StackManipulation`. > - Allow for injection into `MultipleParentClassLoader`. > - Performance improvement on array creation. > - Allow for custom strategy for visibility bridge creation. > > ## Byte Buddy 1.9.7 > - Retain native modifier when defining a method without method body. > - Allow appending class loader to multiple parent class loader with hierarchy check. > - Add support for Java 13. > - Extend experimental property to allow for detection of unknown versions. > > ... (truncated)Changelog
*Sourced from [byte-buddy's changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md).* > ### 27. July 2019: version 1.9.16 > > - Add support for attach emulation on Solaris. > - Fix JNA signatures for attach emulation on POSIX. > - Add standard call conventions for Windows JNA calls. > > ### 21. July 2019: version 1.9.15 > > - Add emulated attach mechanism for HotSpot on Windows and for OpenJ9/J9 on POSIX and Windows (if JNA is present). > - Reimplement POSIX attach mechanism for HotSpot to use JNA (if present). > > ### 8. July 2019: version 1.9.14 > > - Add Java 14 compatibility. > - Refactor emulated attach mechanism and use JNA in order to prepare supporting other mechanisms in the future. > - Reinterrupt threads if interruption exceptions are catched in threads not owned by Byte Buddy. > - Refactor class file dumping. > - Publish Gradle plugin to Gradle plugin repository. > > ### 24. May 2019: version 1.9.13 > > - Added matcher for super class hierarchy that ignores interfaces. > - Extend API for member substitution. > - Minor API extensions. > > ### 26. March 2019: version 1.9.12 > > - Fixed stack map frame generation during constructor advice. > - Improves frame generation for cropping-capable frames. > > ### 21. March 2019: version 1.9.11 > > - Remove field reference in injected class due to possibility of loading Byte Buddy on the boot loader. > - Updated to ASM 7.1. > - Fix unsafe injection on Java 12/13. > > ### 11. February 2019: version 1.9.10 > > - Fixed `ByteArrayClassLoader` when used from boot class loader. > - Fixed shading to include ASM class required during renaming. > > ### 4. February 2019: version 1.9.9 > > - Properly interrupt resubmission process in agent builder. > - Fix visibility checks for nest mates. > > ### 24. January 2019: version 1.9.8 > > - Extend `MethodCall` to allow for loading target from `StackManipulation`. > - Allow for injection into `MultipleParentClassLoader`. > ... (truncated)Commits
- [`4f5012c`](https://github.com/raphw/byte-buddy/commit/4f5012c6ed79d2f52ab6dfc86962895d321dacb4) [maven-release-plugin] prepare release byte-buddy-1.9.16 - [`bb3276f`](https://github.com/raphw/byte-buddy/commit/bb3276f43181677e09954a0bc15d3e6eb08e8915) Update version numbers. - [`03a5a8f`](https://github.com/raphw/byte-buddy/commit/03a5a8fe06d978cfe31affbf8626e746756c3724) Add hints for findbugs. - [`157cb19`](https://github.com/raphw/byte-buddy/commit/157cb1984df44a0d527fa75eb620f0e44c97b80f) Support locally built OpenJDK. - [`4835279`](https://github.com/raphw/byte-buddy/commit/4835279ead328f0658690263b9f36e06d1562cbe) Fix javadoc. - [`97c1615`](https://github.com/raphw/byte-buddy/commit/97c16159db8a1dc95a3afae0f6721a85a10ea6ab) Fix handle read operation. - [`8259a6d`](https://github.com/raphw/byte-buddy/commit/8259a6d40a0394b09a2dc32e81bbb27f2a508cc8) Add timeout for attachment test. - [`200c24b`](https://github.com/raphw/byte-buddy/commit/200c24b17a5ad461e5c7bc4d0b91e9a49b38416f) Fix field name. - [`e9bb433`](https://github.com/raphw/byte-buddy/commit/e9bb4334090fae2b20be5e58c3e6263da31dead6) Remove redundant check. - [`604c519`](https://github.com/raphw/byte-buddy/commit/604c519ff9832d9de61cb124e7c8cff3d19e930a) Adjust library use. - Additional commits viewable in [compare view](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.8.3...byte-buddy-1.9.16)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.