reactive-mybatis-support
reactive-mybatis-support copied to clipboard
Bump byte-buddy from 1.12.13 to 1.12.18
Bumps byte-buddy from 1.12.13 to 1.12.18.
Release notes
Sourced from byte-buddy's releases.
Byte Buddy 1.12.17
- Use decorating
EntryPointin Android Gradle plugin.- Introduce
PatchModeonAgentBuilderpatching to allow for control over overlap.Byte Buddy 1.12.16
- Fix Gradle release script to publish plugin.
Byte Buddy 1.12.15
- Introduce ClassVisitorFactory which allows to translate to and from class wrappers in a different ASM namespace.
- Allow builders to change to ClassVisitors.
- Add support for Android instrumentation from Gradle plugin.
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.
Byte Buddy release notes
22. August 2022: version 1.12.17
- Use decorating
EntryPointin Android Gradle plugin.- Introduce
PatchModeonAgentBuilderpatching to allow for control over overlap.22. August 2022: version 1.12.16
- Fix Gradle release script to publish plugin.
22. August 2022: version 1.12.15
- Introduce
ClassVisitorFactorywhich allows to translate to and from class wrappers in a different ASM namespace.- Allow builders to change to
ClassVisitors.- Add support for Android instrumentation from Gradle plugin.
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
7901cc8[maven-release-plugin] prepare release byte-buddy-1.12.183a91f96[release] Release new version60594adAdd cast.de5605eAdd ability to write to field from constructor before invoking super construc...4e3f710Add missing maybe null.34110f8Fix generic type.8410220Fix generic type.cf63517Merge branch 'LikeTheSalad-master'c85b731Refactor plugin to avoid implementing general logic and adjust to better matc...29f4f6cFirst clean up.- 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)