pragmatic-objects / oo-atom

A Java polyfill for better code design
MIT License
23 stars 2 forks source link

Bump byte-buddy from 1.8.3 to 1.9.11 #249

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps byte-buddy from 1.8.3 to 1.9.11.

Release notes *Sourced from [byte-buddy's releases](https://github.com/raphw/byte-buddy/releases).* > ## 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. > > ## Byte Buddy 1.9.6 > - Add the JVM extension / platform class loaders to the default excludes for the `AgentBuilder`. > - Refactor `MethodCall` to better reuse intermediates. This implies some API changes in the customization API. > - Add hook to `AgentBuilder` to customize class file transformer. > > ## Byte Buddy 1.9.5 > - Fixed lookup injection for classes in the default package in Java 9. > > ## Byte Buddy 1.9.4 > - Add API for explicit field access from `FieldAccessor`. > - Fix stack size adjustment for custom `MemberSubstitution`s. > - Performance improvement for classes with many methods. > > ## Byte Buddy 1.9.3 > - Update to ASM 7.0 final > - Improve field setting capabilities of `FieldAccessor` and `MethodCall`. > > ## Byte Buddy 1.9.2 > - Allow for delegation to method result for `MethodDelegation`. > - Extend `MemberSubstitution` to allow for delegating to matched member. > - Create multi-release jar for module-info carrying artifacts. > - Properly handle directory elements in plugin engine with in-memory or folder target. > > ## Byte Buddy 1.9.1 > - Minor API change of `Plugin.Engine.Source` to allow for closing resources that need to be opened. > ... (truncated)
Changelog *Sourced from [byte-buddy's changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md).* > ### 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`. > - Performance improvement on array creation. > - Allow for custom strategy for visibility bridge creation. > > ### 10. January 2019: version 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. > > ### 13. December 2018: version 1.9.6 > > - Add the JVM extension / platform class loaders to the default excludes for the `AgentBuilder`. > - Refactor `MethodCall` to better reuse intermediates. This implies some API changes in the customization API. > - Add hook to `AgentBuilder` to customize class file transformer. > > ### 22. November 2018: version 1.9.5 > > - Fixed lookup injection for classes in the default package in Java 9. > > ### 13. November 2018: version 1.9.4 > > - Add API for explicit field access from `FieldAccessor`. > - Fix stack size adjustment for custom `MemberSubstitution`s. > - Performance improvement for classes with many methods. > > ### 28. October 2018: version 1.9.3 > > - Update to ASM 7.0 final > - Improve field setting capabilities of `FieldAccessor` and `MethodCall`. > ... (truncated)
Commits - [`9713c94`](https://github.com/raphw/byte-buddy/commit/9713c94ae03c1622c28140cf501524d50b702960) [maven-release-plugin] prepare release byte-buddy-1.9.11 - [`afaf8cc`](https://github.com/raphw/byte-buddy/commit/afaf8cc1f162f3aa33418e3e4447d542c46b365f) Fixed unsafe injection. - [`f8a2857`](https://github.com/raphw/byte-buddy/commit/f8a2857433b104e8d23fc769d1ad472621012a89) Add deprecated module for plugin-plugin to run. - [`c976f89`](https://github.com/raphw/byte-buddy/commit/c976f898a28d92f21dcb5b01ea7648bc2c3be186) Update to ASM 7.1. - [`f9a809d`](https://github.com/raphw/byte-buddy/commit/f9a809db2084f0f70e3cb67cc0cedf511608b21c) Update versions. - [`324f035`](https://github.com/raphw/byte-buddy/commit/324f0352851056f77b83b24505bea9d51372bc6d) Do not share reference to Nexus accessor due to possibility of class loader d... - [`bfb31e6`](https://github.com/raphw/byte-buddy/commit/bfb31e63aad760b99454eec4375b1d2f0eca2765) Update release-notes.md - [`a5ae6ba`](https://github.com/raphw/byte-buddy/commit/a5ae6bad5a198901f0464c24e5dcb18b3cdb85aa) [maven-release-plugin] prepare for next development iteration - [`ebbaff4`](https://github.com/raphw/byte-buddy/commit/ebbaff4eeaa2f2602c815130bd174e6fd27cfafe) [maven-release-plugin] prepare release byte-buddy-1.9.10 - [`c0db01e`](https://github.com/raphw/byte-buddy/commit/c0db01e822b00197ff9d0dc52dc7fb802cecfd89) Fix javadoc. - Additional commits viewable in [compare view](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.8.3...byte-buddy-1.9.11)


Dependabot compatibility score

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 yourself) - `@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.
dependabot-preview[bot] commented 5 years ago

Superseded by #251.