Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump byte-buddy-agent from 1.10.22 to 1.11.15 #223

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 8, 2021

Bumps byte-buddy-agent from 1.10.22 to 1.11.15.

Release notes

Sourced from byte-buddy-agent's releases.

Byte Buddy 1.11.15

  • Add net.bytebuddy prefix to Byte Buddy specific privileges.
  • Rework JavaDispatcher to require specific privilege but use Byte Buddy's protection domain for dispatchers, once acquired.

byte-buddy-1.11.14

  • Adjust InvocationHandlerAdapter to use null for methods without parameters as specified by contract.
  • Offer option to use null for MethodDelegation and Advice if method has no parameters.
  • Add method to seal unsealed class loaders after the fact.
  • Use correct type for resolving security manager method in ByteBuddyAgent.

Byte Buddy 1.11.13

  • Introduce warmUp to further avoid circularities when using AgentBuilder.
  • Fix ignore matcher of AgentBuilder to include jdk.internal.reflect package by default.

Byte Buddy 1.11.12

  • Always use reflection and not a JavaDispatcher when a method potentially checks the access context via a security manager.

Byte Buddy 1.11.11

  • Do not pollute access context for security manager when defining classes via a method handle lookup.

Byte Buddy 1.11.10

  • Added option for Gradle plugin to register adjustmentPostProcessor to manually add task dependencies.

Byte Buddy 1.11.9

  • Include jdk.reflect package in default ignore matcher.
  • Retain parameter names for constructor of Java record as it is done by javac.
  • Throw NoSuchTypeException on non-resolved types rather then IllegalStateException.
  • Weaken visibility checks for fields set by MethodCall.

Byte Buddy 1.11.8

  • Fix package exposure for JavaDispatcher class when Byte Buddy is used as a module.

Byte Buddy 1.11.7

  • Introduce a more complex error handler for Gradle builds in favor of strict mode.
  • Include method for reading all loaded Class values of a loaded dynamic type.
  • Include Byte Buddy version in module-info.
  • Fix package list in module-info.

Byte Buddy 1.11.6

  • Add fallback for JavaDispatcher that works on Android and other platforms that do not support dynamic class definitions.
  • Make Gradle task dependency resolution more robust and configurable.
  • Update ASM and support Java 18 without experimental configuration.

Byte Buddy 1.11.5

  • Remove AccessController API to replace with weaved access control via AccessControllerPlugin.

Byte Buddy 1.11.4

  • Add constant for Java 18
  • Improve constructor resolution for Plugins.
  • Add convenience method for translating TypeDescription.Generic to a builder.

... (truncated)

Changelog

Sourced from byte-buddy-agent's changelog.

2. September 2021: version 1.11.15

  • Add net.bytebuddy prefix to Byte Buddy specific privileges.
  • Rework JavaDispatcher to require specific privilege but use Byte Buddy's protection domain for dispatchers, once acquired.

31. August 2021: version 1.11.14

  • Adjust InvocationHandlerAdapter to use null for methods without parameters as specified by contract.
  • Offer option to use null for MethodDelegation and Advice if method has no parameters.
  • Add method to seal unsealed class loaders after the fact.
  • Use correct type for resolving security manager method in ByteBuddyAgent.

18. August 2021: version 1.11.13

  • Introduce warmUp to further avoid circularities when using AgentBuilder.
  • Fix ignore matcher of AgentBuilder to include jdk.internal.reflect package by default.

6. August 2021: version 1.11.12

  • Always use reflection and not a JavaDispatcher when a method potentially checks the access context via a security manager.

5. August 2021: version 1.11.11

  • Do not pollute access context for security manager when defining classes via a method handle lookup.

4. August 2021: version 1.11.10

  • Added option for Gradle plugin to register adjustmentPostProcessor to manually add task dependencies.

27. July 2021: version 1.11.9

  • Include jdk.reflect package in default ignore matcher.
  • Retain parameter names for constructor of Java record as it is done by javac.
  • Throw NoSuchTypeException on non-resolved types rather then IllegalStateException.
  • Weaken visibility checks for fields set by MethodCall.

15. July 2021: version 1.11.8

  • Fix package exposure for JavaDispatcher class when Byte Buddy is used as a module.

14. July 2021: version 1.11.7

  • Introduce a more complex error handler for Gradle builds in favor of strict mode.
  • Include method for reading all loaded Class values of a loaded dynamic type.
  • Include Byte Buddy version in module-info.
  • Fix package list in module-info.

2. July 2021: version 1.11.6

  • Add fallback for JavaDispatcher that works on Android and other platforms that do not support dynamic class definitions.

... (truncated)

Commits
  • 94479ab [maven-release-plugin] prepare release byte-buddy-1.11.15
  • 84b82fc [release] New version
  • 4a5c2af Clean up in access patterns after security manager use.
  • a8dd1cf Adjust security concept to require specific privilege to create dispatcher wh...
  • 7028277 Update release-notes.md
  • 1591fed [maven-release-plugin] prepare for next development iteration
  • a013284 [maven-release-plugin] prepare release byte-buddy-1.11.14
  • cec80d0 [release] Release new version
  • 271be4b Add missing javadoc.
  • c9147b8 [release] Release new version
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)

Bumps [byte-buddy-agent](https://github.com/raphw/byte-buddy) from 1.10.22 to 1.11.15.
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](raphw/byte-buddy@byte-buddy-1.10.22...byte-buddy-1.11.15)

---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy-agent
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the type/dependency-upgrade A dependency upgrade label Sep 8, 2021
@simonbasle simonbasle merged commit cc20970 into master Sep 8, 2021
@simonbasle simonbasle deleted the dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.11.15 branch September 8, 2021 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/dependency-upgrade A dependency upgrade
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant