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.1 #21

Conversation

dependabot-preview[bot]
Copy link

@dependabot-preview dependabot-preview bot commented Jun 2, 2021

Bumps byte-buddy from 1.10.14 to 1.11.1.

Release notes

Sourced from byte-buddy's releases.

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.

Byte Buddy 1.10.21

  • Update ASM and add support for Java 17.
  • Make plugin discoverability configurable.
  • Add advice suppression handler for rethrowing.

Byte Buddy, 1.10.20

  • Reuse simple but commonly used matchers as constants to avoid repeated allocation.
  • Allow build plugins to be discovered from a plugin's class path.
  • Do not use cached version of classes that are currently transformed.
  • Allow using an incremental class path for build plugins in Gradle.
  • Fix filter applied to declared, non-virtual methods in MethodCall.

Byte Buddy 1.10.19

  • Fix constructor type resolution in MethodCall.
  • Add support for incremental builds to Byte Buddy Maven plugin.
  • Correctly handle empty, primitive arrays as annotation properties in TypePool.
  • Improve matching of rebaseale methods by using signature tokens rather then full tokens.
  • Use get as prefix for getters of Boolean wrapper properties.
  • Consider types in net.bytebuddy.renamed package in Byte Buddy agent.
  • Set names for all cached variables.
  • Do not fail validation for generic properties in Java 1.4 class files since they can be legally contained due to JSR14.

Byte Buddy 1.10.18

... (truncated)

Changelog

Sourced from byte-buddy's changelog.

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

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

21. February 2021: version 1.10.21

  • Update ASM and add support for Java 17.
  • Make plugin discoverability configurable.
  • Add advice suppression handler for rethrowing.

3. February 2021: version 1.10.20

  • Reuse simple but commonly used matchers as constants to avoid repeated allocation.
  • Allow build plugins to be discovered from a plugin's class path.
  • Do not use cached version of classes that are currently transformed.
  • Allow using an incremental class path for build plugins in Gradle.
  • Fix filter applied to declared, non-virtual methods in MethodCall.

21. December 2020: version 1.10.19

  • Fix constructor type resolution in MethodCall.
  • Add support for incremental builds to Byte Buddy Maven plugin.
  • Correctly handle empty, primitive arrays as annotation properties in TypePool.
  • Improve matching of rebaseale methods by using signature tokens rather then full tokens.

... (truncated)

Commits
  • 5284857 [maven-release-plugin] prepare release byte-buddy-1.11.1
  • 0a08c89 [release] Replicate provided dependencies.
  • 1b49b5a [maven-release-plugin] prepare for next development iteration
  • 00f3f2e [maven-release-plugin] prepare release byte-buddy-1.11.1
  • 61286c6 [release] Another release attempt.
  • 6a44918 [maven-release-plugin] prepare for next development iteration
  • 300718b [maven-release-plugin] prepare release byte-buddy-1.11.1
  • e9ab8f3 [release] Update coveralls Maven plugin.
  • 11d7d13 [release] Fix attempt with upgraded Javadoc plugin.
  • fbac977 [release] Fix attempt with upgraded Javadoc plugin.
  • 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)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 2, 2021
Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.10.14 to 1.11.1.
- [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.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/gradle/net.bytebuddy-byte-buddy-1.11.1 branch from 12b53e8 to 9e3f3ed Compare June 9, 2021 19:10
@dependabot-preview
Copy link
Author

Superseded by #27.

@dependabot-preview dependabot-preview bot deleted the dependabot/gradle/net.bytebuddy-byte-buddy-1.11.1 branch June 11, 2021 06:20
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