Skip to content
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.

Bump byte-buddy from 1.10.14 to 1.11.6 #30

Conversation

dependabot-preview[bot]
Copy link

Bumps byte-buddy from 1.10.14 to 1.11.6.

Release notes

Sourced from byte-buddy's releases.

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.
  • Add convenience method for resolving an annotation property from a property name.

Byte Buddy 1.11.3

  • Introduce AccessControllerPlugin to weave use of AccessController only if available.
  • Fix use of incorrect type when chaining InvokeDynamic.
  • Better emulate visitation order of ASM when creating types.
  • Avoid writing duplicate entries for submitted subtypes in sealed types.
  • Better encapsulate JavaDispatcher utility.
  • Add frame padding to initialization handler when redefining or rebasing a class.
  • Do not assume that TypeVariables are AnnotatedElements to support Java 7 and earlier.

Byte Buddy 1.11.2

  • Fixes resolution of array types for Java descriptors of JavaConstant.
  • Properly process Android's version string and avoid relying on the version string where possible.
  • Allow for self-calls when creating a MethodCall and identifying a method via a matcher.

Byte Buddy 1.11.1

  • Add JNA based ClassInjector for use if JNA is already available.
  • Allow HashCodeEqualsPlugin to derive hash code from instrumented type rather then lowest type in hierarchy.
  • Retain this variable name for index 0 when using advice with remapped locals.
  • Rework AnnotationDescription for TypePool to mirror JVM behavior if annotation properties are changed inconsistently.
  • Add several StackManipulations for common operations.
  • Remove unwanted dependency to Instrumentation API from JavaModule type.
  • Rework use of reflection to use JavaDispatcher API which also allows for custom generation of proxies without use of reflection.
  • Fully rework JavaConstant API to integrate with Java's ConstantDesc API and to allow for production of such descriptions.
  • Fix different bugs to properly support representation sealed classes.

Byte Buddy 1.11.0

  • Rework resubmission strategy to allow for immediate resubmission or on error.
  • Fix type for constructor call when setting field in MethodCall.
  • Include thread in default agent logger.
  • Add compound property to InvocationHandlerAdapter.
  • Flatten conjunction and disjunction matchers.
  • Add method to get possibly known class file version of TypeDescription.
  • Correctly consider generic array type when computing erasure.

Byte Buddy 1.10.22

  • Refactor JavaConstant API and fix handle resolution.

... (truncated)

Changelog

Sourced from byte-buddy's changelog.

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.
  • Make Gradle task dependency resolution more robust and configurable.
  • Update ASM and support Java 18 without experimental configuration.

19. June 2021: version 1.11.5

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

19. June 2021: version 1.11.4

  • Add constant for Java 18
  • Improve constructor resolution for Plugins.
  • Add convenience method for translating TypeDescription.Generic to a builder.
  • Add convenience method for resolving an annotation property from a property name.

18. June 2021: version 1.11.3

  • Introduce AccessControllerPlugin to weave use of AccessController only if available.
  • Fix use of incorrect type when chaining InvokeDynamic.
  • Better emulate visitation order of ASM when creating types.
  • Avoid writing duplicate entries for submitted subtypes in sealed types.
  • Better encapsulate JavaDispatcher utility.
  • Add frame padding to initialization handler when redefining or rebasing a class.
  • Do not assume that TypeVariables are AnnotatedElements to support Java 7 and earlier.

11. June 2021: version 1.11.2

  • Fixes resolution of array types for Java descriptors of JavaConstant.
  • Properly process Android's version string and avoid relying on the version string where possible.
  • Allow for self-calls when creating a MethodCall and identifying a method via a matcher.

1. June 2021: version 1.11.1

  • Add JNA based ClassInjector for use if JNA is already available.
  • Allow HashCodeEqualsPlugin to derive hash code from instrumented type rather then lowest type in hierarchy.
  • Retain this variable name for index 0 when using advice with remapped locals.
  • Rework AnnotationDescription for TypePool to mirror JVM behavior if annotation properties are changed inconsistently.
  • Add several StackManipulations for common operations.
  • Remove unwanted dependency to Instrumentation API from JavaModule type.
  • Rework use of reflection to use JavaDispatcher API which also allows for custom generation of proxies without use of reflection.
  • Fully rework JavaConstant API to integrate with Java's ConstantDesc API and to allow for production of such descriptions.
  • Fix different bugs to properly support representation sealed classes.

19. April 2021: version 1.11.0

  • Rework resubmission strategy to allow for immediate resubmission or on error.
  • Fix type for constructor call when setting field in MethodCall.
  • Include thread in default agent logger.

... (truncated)

Commits
  • c51396b [maven-release-plugin] prepare release byte-buddy-1.11.6
  • 594bb02 [release] Release new version.
  • d36d8f0 [maven-release-plugin] prepare for next development iteration
  • 437062d [maven-release-plugin] prepare release byte-buddy-1.11.6
  • 1bcde8a [release] Release new version.
  • ba7aa08 [release] Release new version.
  • 0b117a5 Try to fix build by forcing dependency update.
  • e10c3c2 Use closure for lazy execution since older Gradle versions do not offer an ov...
  • 908b1d3 Merge branch 'gradle-build'
  • f0acdfc Adjust test to compare to latest supported ASM version, not Byte Buddy constant.
  • Additional commits viewable in compare view

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.


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)
  • @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:

  • Update frequency (including time of day and day of week)
  • 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)

Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.10.14 to 1.11.6.
- [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.14...byte-buddy-1.11.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 5, 2021
@dependabot-preview
Copy link
Author

Superseded by #31.

@dependabot-preview dependabot-preview bot deleted the dependabot/gradle/net.bytebuddy-byte-buddy-1.11.6 branch July 15, 2021 06:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants