dependabot[bot] opened a new pull request, #2079:
URL: https://github.com/apache/tika/pull/2079
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from
1.15.10 to 1.15.11.
Release notes
Sourced from https://github.com/raphw/byte-buddy/releases";>net.bytebuddy:byte-buddy's
releases.
Byte Buddy 1.15.11
Avoid dependency of CachedReturnPlugin on precompiled class
files.
Add NOP instruction when Advice is used on
void methods as those might be empty which results on a frame
being written to the same offset, causing an exception.
Allow Plugin.Enging to link files instead of copying.
Adjust validator code to avoid compiler bug that was reported by
multiple users.
Allow injection of class path as File[] to
Plugin constructors.
Allow for configuring variants when using the Android Gradle plugin.
Changelog
Sourced from https://github.com/raphw/byte-buddy/blob/master/release-notes.md";>net.bytebuddy:byte-buddy's
changelog.
15. December 2024: version 1.15.11
Avoid dependency of CachedReturnPlugin on precompiled class
files.
Add NOP instruction when Advice is used on
void methods as those might be empty which results on a frame
being written to the same offset, causing an exception.
Allow Plugin.Enging to link files instead of copying.
Adjust validator code to avoid compiler bug that was reported by
multiple users.
Allow injection of class path as File[] to
Plugin constructors.
Allow for configuring variants when using the Android Gradle plugin.
Commits
https://github.com/raphw/byte-buddy/commit/08578b9b02c9837ef811fdbe1ec55949bc522fee";>08578b9
[maven-release-plugin] prepare release byte-buddy-1.15.11
https://github.com/raphw/byte-buddy/commit/8b4485f34205f47a4c9e797eee43dbfc4c750db5";>8b4485f
[release] Release new version
https://github.com/raphw/byte-buddy/commit/e9bde621ea67f47436818264aa713c3ef1640fc8";>e9bde62
Add checksums for new release plugin.
https://github.com/raphw/byte-buddy/commit/268bf967378d9194a244a87423c7e15392a869f9";>268bf96
[release] Release new version
https://github.com/raphw/byte-buddy/commit/c15c880139bc434d8d8df246402b6ee540b307e6";>c15c880
Clean up build and remove access to projects from Maven and Gradle plugins
as...
https://github.com/raphw/byte-buddy/commit/efbd6cb453a8c37ec610bbdaeb8c382c0eaac139";>efbd6cb
Remove debug output.
https://github.com/raphw/byte-buddy/commit/5237719ef1bd7c33f6bc0017dbb66299e476fb69";>5237719
Clean up code according to existing conventions.
https://github.com/raphw/byte-buddy/commit/ea9ad3df1aa256cdc2db0f373b0899b93603fdd7";>ea9ad3d
Config avoidance (https://redirect.github.com/raphw/byte-buddy/issues/1737";>#1737)
https://github.com/raphw/byte-buddy/commit/f071a02cb82229bdfe1a97042eff538b6569d641";>f071a02
Add additional arguments to plugins.
https://github.com/raphw/byte-buddy/commit/01d06f97b1207d4f4d72c97e157233ada56bdd8c";>01d06f9
Avoid JIT compilation bug in validator.
Additional commits viewable in https://github.com/raphw/byte-buddy/compare/byte-buddy-1.15.10...byte-buddy-1.15.11";>compare
view
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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 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