radarsh / gradle-test-logger-plugin

A Gradle plugin for printing beautiful logs on the console while running tests
Apache License 2.0
846 stars 38 forks source link

Bump byte-buddy from 1.12.7 to 1.12.10 #267

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps byte-buddy from 1.12.7 to 1.12.10.

Release notes

Sourced from byte-buddy's releases.

Byte Buddy 1.12.10

  • Correctly resolve temporary folder, if custom folder is set, on Linux during emulated attach.
  • Attempt guessing if Graal automatic configuration agent for native image is run.
  • Avoid hard-coded dependencies to classes of java.management module.
  • Do not include OSGi info in Byte Buddy source module.

Byte Buddy 1.12.9

  • Add support for Java 19.
  • Add basic support for Graal native image.
  • Add option for strongly referenced cache keys.
  • Reduce access requirements for fields from Advice.

Byte Buddy 1.12.8

  • Make Step type in MemberSubstitution public as intended.
  • Add factory that uses ArrayDeque instead of LinkedList if the used JVM supports it (Java 6+).
  • Fix resolution of internal names for arrays in TypeReferenceAdjustment.
Changelog

Sourced from byte-buddy's changelog.

1. May 2022: version 1.12.10

  • Correctly resolve temporary folder, if custom folder is set, on Linux during emulated attach.
  • Attempt guessing if Graal automatic configuration agent for native image is run.
  • Avoid hard-coded dependencies to classes of java.management module.
  • Do not include OSGi info in Byte Buddy source module.

7. April 2022: version 1.12.9

  • Add support for Java 19.
  • Add basic support for Graal native image.
  • Add option for strongly referenced cache keys.
  • Reduce access requirements for fields from Advice.

10. February 2022: version 1.12.8

  • Make Step type in MemberSubstitution public as intended.
  • Add factory that uses ArrayDeque instead of LinkedList if the used JVM supports it (Java 6+).
  • Fix resolution of internal names for arrays in TypeReferenceAdjustment.
Commits
  • 4d7859f [maven-release-plugin] prepare release byte-buddy-1.12.10
  • 01b6053 [release] Release new version
  • 77ddbaf Remove method.
  • edf5482 Attempt to resolve user temporary folder on Linux.
  • 4c470e2 Correct module resolution and fix javadoc.
  • d05c47d Add findbugs hint.
  • fb9bd84 Add findbugs hint.
  • 66a7e17 Fix import order.
  • 7d50f56 Add missing static dependency to java.management and attempt to guess the nee...
  • b69acb3 Better shade discrimination.
  • 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)
coveralls commented 2 years ago

Coverage Status

Coverage remained the same at 97.468% when pulling 3502088ad942b555ef181c76f0f8de6a49b1f74b on dependabot/gradle/net.bytebuddy-byte-buddy-1.12.10 into 494f78333030e3a72874b652a758cdce16a14288 on develop.

dependabot[bot] commented 2 years ago

Superseded by #273.