-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade Byte Buddy 1.15.7 -> 1.15.10 #1388
Conversation
Suggested commit message:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated suggested commit message (release notes not yet available).
Looks good. No mutations were possible for these changes. |
03a6ccb
to
2490685
Compare
Version 1.15.9 and 1.15.10 LGTM too. |
Looks good. No mutations were possible for these changes. |
1 similar comment
Looks good. No mutations were possible for these changes. |
2490685
to
360ae1b
Compare
Looks good. No mutations were possible for these changes. |
See: - https://github.com/raphw/byte-buddy/blob/HEAD/release-notes.md#4-November-2024-version-11510 - https://github.com/raphw/byte-buddy/blob/HEAD/release-notes.md#3-November-2024-version-1159 - https://github.com/raphw/byte-buddy/blob/HEAD/release-notes.md#1-November-2024-version-1158
360ae1b
to
2bf4324
Compare
Quality Gate passedIssues Measures |
This PR contains the following updates:
1.15.7
->1.15.10
Release Notes
raphw/byte-buddy (Byte Buddy)
v1.15.10
v1.15.9
v1.15.8
ClassInjector
API to support lazy resolution of class files.DynamicType
API to support lazy resolution of auxiliary types.AgentBuilder.Transformer.ForAdvice
to support injection of new classes by their name.