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 from 1.10.19 to 1.10.22 #176

Merged
merged 3 commits into from
Mar 23, 2021

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps byte-buddy from 1.10.19 to 1.10.22.

Release notes

Sourced from byte-buddy's releases.

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

Sourced from byte-buddy's changelog.

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.
Commits
  • 7ae30ab [maven-release-plugin] prepare release byte-buddy-1.10.22
  • 55536be [release] release new version
  • 605ce61 Remove obsolete imports.
  • 5a7d454 Do not make default task class path incremental.
  • 11ba568 Merge branch 'incremental-class-path'
  • 6fa09a9 Make methods for parallel class loading capabilities findbugs-compatible.
  • e7e27a8 Merge pull request #1021 from raphw/windows-attach
  • e13312d Update main.yml
  • 5384568 Update main.yml
  • 0016be1 Align remote attach function for Windows with current implementation.
  • 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)
  • @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.19 to 1.10.22.
- [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.19...byte-buddy-1.10.22)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@simonbasle simonbasle merged commit 62bf352 into master Mar 23, 2021
@simonbasle simonbasle deleted the dependabot/gradle/net.bytebuddy-byte-buddy-1.10.22 branch March 23, 2021 18:47
simonbasle added a commit that referenced this pull request Mar 25, 2021
This commit introduces a STATIC_INITIALIZER constant in BlockHound, so
it becomes easier to discover that the features relying on the
`String methodName` parameter can work with `<clinit>` for static
initializer.

Additionally, this is documented in the customization examples and
used in the StaticInitTest.

Fixes #176.
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