Codearte / gradle-nexus-staging-plugin

Automatize releasing Gradle projects to Maven Central.
Apache License 2.0
172 stars 26 forks source link

Bump byte-buddy from 1.10.21 to 1.11.5 #211

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps byte-buddy from 1.10.21 to 1.11.5.

Release notes

Sourced from byte-buddy's releases.

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.
  • Adjust bootstrap method validation to account for possible dynamic constants.
  • Make class loaders parallel capable.
  • Correct code for attaching to Windows VMs with 32 bit.
  • Allow configuration for Gradle plugin to consider class path as incremental.
Changelog

Sourced from byte-buddy's changelog.

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.
  • 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.

9. Mars 2021: version 1.10.22

... (truncated)

Commits
  • f1342d1 [maven-release-plugin] prepare release byte-buddy-1.11.5
  • 08c7709 [release] Release without access controller dependency.
  • b52f543 Remove direct use of access controller API, introduce access controller facad...
  • 1e834c6 [maven-release-plugin] prepare for next development iteration
  • 83848df [maven-release-plugin] prepare release byte-buddy-1.11.4
  • 5757302 [release] New release.
  • ba0b308 Exclude another test from OpenJDK 7.
  • 0bfb7e1 Another dump attempt.
  • 6d214e7 Include folder.
  • de270c4 Add failure condition.
  • 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 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 the `.dependabot/config.yml` file in this repo: - Update frequency - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #212.