Skip to content
This repository was archived by the owner on Nov 13, 2025. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 23, 2024

Bumps net.bytebuddy:byte-buddy from 1.14.19 to 1.15.0.

Release notes

Sourced from net.bytebuddy:byte-buddy's releases.

Byte Buddy 1.15.0

  • Introduce AsmClassWriter and AsmClassReader abstractions that allow for plugging different implementations of readers and writers.
  • Add configuration extension to the Android Gradle plugin and make it behave like regular Gradle plugin with standard configuration.
  • Throw TypeNotPresentException upon discovering undeclared type variables as it was recently fixed on the JVM.
Changelog

Sourced from net.bytebuddy:byte-buddy's changelog.

23. August 2024: version 1.15.0

  • Introduce AsmClassWriter and AsmClassReader abstractions that allow for plugging different implementations of readers and writers.
  • Add configuration extension to the Android Gradle plugin and make it behave like regular Gradle plugin with standard configuration.
  • Throw TypeNotPresentException upon discovering undeclared type variables as it was recently fixed on the JVM.
Commits
  • 7047adb [maven-release-plugin] prepare release byte-buddy-1.15.0
  • 6d05733 [release] Release new version
  • 28472f9 Add missing javadoc.
  • 16a83a4 Remove use of raw type.
  • d94182e Removing one raw type warning from ByteBuddyAndroidPlugin (#1702)
  • 98bb6cd Make build work again.
  • 7e87eca Use reflection and translation to piggy back Android task on top of regular G...
  • c5507cc Avoid duplication og Gradle plugin logic.
  • d11652d Merge branch 'master' into android-extension
  • c274e42 Allow explicit specification of the experimental property.
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.14.19 to 1.15.0.
- [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.14.19...byte-buddy-1.15.0)

---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 23, 2024
@github-actions
Copy link
Contributor

Test Results

  100 files  + 80    100 suites  +80   42s ⏱️ +37s
  256 tests + 26    239 ✅ + 24  16 💤 + 1  1 ❌ +1 
1 140 runs  +910  1 062 ✅ +847  77 💤 +62  1 ❌ +1 

For more details on these failures, see this check.

Results for commit 535a906. ± Comparison against base commit fb12a9d.

This pull request removes 1 and adds 27 tests. Note that renamed tests count towards both.
de.gesellix.docker.engine.OkDockerClientSpec ‑ generic request with bad config: <de.gesellix.docker.engine.EngineRequest@22175999 method=OPTIONS path=null headers=[:] query=[:] contentType=null body=null timeout=0 async=false attach=null stdout=null apiVersion=null>
de.gesellix.docker.builder.GlobsMatcherSpec ‑ #pattern should match #path on unix systems
de.gesellix.docker.builder.GlobsMatcherSpec ‑ #pattern should not match #path on unix systems
de.gesellix.docker.builder.GlobsMatcherSpec ‑ #pattern should throw exception on unix systems
de.gesellix.docker.builder.GlobsMatcherSpec ‑ a* should match a\bc
de.gesellix.docker.builder.GlobsMatcherSpec ‑ a*/b should match a\b\c
de.gesellix.docker.builder.GlobsMatcherSpec ‑ a*/b should match abc\b
de.gesellix.docker.builder.GlobsMatcherSpec ‑ a*/b should not match a\c\b
de.gesellix.docker.builder.GlobsMatcherSpec ‑ a*b should not match a\b
de.gesellix.docker.builder.GlobsMatcherSpec ‑ a*b*c*d*e*/f should match axbxcxdxe\f
de.gesellix.docker.builder.GlobsMatcherSpec ‑ a*b*c*d*e*/f should match axbxcxdxexx\f
…

@gesellix gesellix merged commit 9673c6c into main Aug 23, 2024
@gesellix gesellix deleted the dependabot/gradle/net.bytebuddy-byte-buddy-1.15.0 branch August 23, 2024 18:56
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 java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants