embedded-db-junit
embedded-db-junit copied to clipboard
Bump byte-buddy from 1.12.13 to 1.12.14
Bumps byte-buddy from 1.12.13 to 1.12.14.
Release notes
Sourced from byte-buddy's releases.
Byte Buddy 1.12.14
- Add
wrapmethod toDynamicType.Builderthat allows for the representation of a dynamic type via aClassVisitor.- Add
ClassVisitorFactorythat allows to translate between Byte Buddy's, the original, or other shaded representations of ASM.- Fix visibility check for types in the default package.
- Return correct value for types in the default package.
Changelog
Sourced from byte-buddy's changelog.
22. August 2022: version 1.12.14
- Add
wrapmethod toDynamicType.Builderthat allows for the representation of a dynamic type via aClassVisitor.- Add
ClassVisitorFactorythat allows to translate between Byte Buddy's, the original, or other shaded representations of ASM.- Fix visibility check for types in the default package.
- Return correct value for types in the default package.
Commits
c73d614[maven-release-plugin] prepare release byte-buddy-1.12.1468a4b78[release] Release new version2ffce72Add step security tool.7a79bf3Try to fix link.0a80b74Fix javadoc.b2a7853Correct import.c16f6b6Better null handling in mapper.f28f75eAdd additional tests.98b6fc9Use new frame generation abstraction and add more tests.f83e348Always support frame expansions.- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
Merging #359 (e954c0c) into master (47e4948) will not change coverage. The diff coverage is
n/a.
@@ Coverage Diff @@
## master #359 +/- ##
=========================================
Coverage 88.73% 88.73%
Complexity 170 170
=========================================
Files 19 19
Lines 515 515
Branches 48 48
=========================================
Hits 457 457
Misses 31 31
Partials 27 27
| Flag | Coverage Δ | |
|---|---|---|
| tests-java-11 | 88.73% <ø> (ø) |
|
| tests-java-17 | 88.73% <ø> (ø) |
|
| tests-java-8 | 88.73% <ø> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
Superseded by #369.