trackr
trackr copied to clipboard
Bump byte-buddy from 1.10.14 to 1.11.9
Bumps byte-buddy from 1.10.14 to 1.11.9.
Release notes
Sourced from byte-buddy's releases.
Byte Buddy 1.11.9
- Include jdk.reflect package in default ignore matcher.
- Retain parameter names for constructor of Java record as it is done by javac.
- Throw
NoSuchTypeExceptionon non-resolved types rather thenIllegalStateException.- Weaken visibility checks for fields set by
MethodCall.Byte Buddy 1.11.8
- Fix package exposure for
JavaDispatcherclass when Byte Buddy is used as a module.Byte Buddy 1.11.7
- Introduce a more complex error handler for Gradle builds in favor of strict mode.
- Include method for reading all loaded
Classvalues of a loaded dynamic type.- Include Byte Buddy version in module-info.
- Fix package list in module-info.
Byte Buddy 1.11.6
- Add fallback for
JavaDispatcherthat works on Android and other platforms that do not support dynamic class definitions.- Make Gradle task dependency resolution more robust and configurable.
- Update ASM and support Java 18 without experimental configuration.
Byte Buddy 1.11.5
- Remove
AccessControllerAPI to replace with weaved access control viaAccessControllerPlugin.Byte Buddy 1.11.4
- Add constant for Java 18
- Improve constructor resolution for
Plugins.- Add convenience method for translating
TypeDescription.Genericto a builder.- Add convenience method for resolving an annotation property from a property name.
Byte Buddy 1.11.3
- Introduce
AccessControllerPluginto weave use ofAccessControlleronly if available.- Fix use of incorrect type when chaining
InvokeDynamic.- Better emulate visitation order of ASM when creating types.
- Avoid writing duplicate entries for submitted subtypes in sealed types.
- Better encapsulate
JavaDispatcherutility.- Add frame padding to initialization handler when redefining or rebasing a class.
- Do not assume that
TypeVariables areAnnotatedElements to support Java 7 and earlier.Byte Buddy 1.11.2
- Fixes resolution of array types for Java descriptors of
JavaConstant.- Properly process Android's version string and avoid relying on the version string where possible.
- Allow for self-calls when creating a
MethodCalland identifying a method via a matcher.Byte Buddy 1.11.1
- Add JNA based
ClassInjectorfor use if JNA is already available.- Allow
HashCodeEqualsPluginto derive hash code from instrumented type rather then lowest type in hierarchy.- Retain this variable name for index 0 when using advice with remapped locals.
- Rework
AnnotationDescriptionforTypePoolto mirror JVM behavior if annotation properties are changed inconsistently.- Add several
StackManipulations for common operations.- Remove unwanted dependency to
InstrumentationAPI fromJavaModuletype.
... (truncated)
Changelog
Sourced from byte-buddy's changelog.
27. July 2021: version 1.11.9
- Include jdk.reflect package in default ignore matcher.
- Retain parameter names for constructor of Java record as it is done by javac.
- Throw
NoSuchTypeExceptionon non-resolved types rather thenIllegalStateException.- Weaken visibility checks for fields set by
MethodCall.15. July 2021: version 1.11.8
- Fix package exposure for
JavaDispatcherclass when Byte Buddy is used as a module.14. July 2021: version 1.11.7
- Introduce a more complex error handler for Gradle builds in favor of strict mode.
- Include method for reading all loaded
Classvalues of a loaded dynamic type.- Include Byte Buddy version in module-info.
- Fix package list in module-info.
2. July 2021: version 1.11.6
- Add fallback for
JavaDispatcherthat works on Android and other platforms that do not support dynamic class definitions.- Make Gradle task dependency resolution more robust and configurable.
- Update ASM and support Java 18 without experimental configuration.
19. June 2021: version 1.11.5
- Remove
AccessControllerAPI to replace with weaved access control viaAccessControllerPlugin.19. June 2021: version 1.11.4
- Add constant for Java 18
- Improve constructor resolution for
Plugins.- Add convenience method for translating
TypeDescription.Genericto a builder.- Add convenience method for resolving an annotation property from a property name.
18. June 2021: version 1.11.3
- Introduce
AccessControllerPluginto weave use ofAccessControlleronly if available.- Fix use of incorrect type when chaining
InvokeDynamic.- Better emulate visitation order of ASM when creating types.
- Avoid writing duplicate entries for submitted subtypes in sealed types.
- Better encapsulate
JavaDispatcherutility.- Add frame padding to initialization handler when redefining or rebasing a class.
- Do not assume that
TypeVariables areAnnotatedElements to support Java 7 and earlier.11. June 2021: version 1.11.2
- Fixes resolution of array types for Java descriptors of
JavaConstant.- Properly process Android's version string and avoid relying on the version string where possible.
- Allow for self-calls when creating a
MethodCalland identifying a method via a matcher.
... (truncated)
Commits
52bfa03[maven-release-plugin] prepare release byte-buddy-1.11.9033221c[release] Release new version9a3e7e2Restrict constraint for field setting since field is always set on own instance.520339dAdd specific exception type to indicate unresolved type to allow easier catch...f82339eRemove bad comment refactoring and add description for use of internal name o...da712dbRetain parameter name for records to mimic OpenJDK behaviour.d67c7f3Include 'jdk.reflect' package in default ignore matcher.b2ae24fAdd release notes.1f45b78[maven-release-plugin] prepare for next development iterationff69a57[maven-release-plugin] prepare release byte-buddy-1.11.8- 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)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)