fix(deps): update dependency net.bytebuddy:byte-buddy to v1.18.8#265
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
fix(deps): update dependency net.bytebuddy:byte-buddy to v1.18.8#265renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
d21a63c to
7ab78a9
Compare
7ab78a9 to
0ba6b9f
Compare
0ba6b9f to
d32ea58
Compare
d32ea58 to
49a5385
Compare
49a5385 to
4b2a12e
Compare
4b2a12e to
4d0c109
Compare
4d0c109 to
d56aa04
Compare
d56aa04 to
1c6643b
Compare
1c6643b to
44cfb20
Compare
44cfb20 to
3f202e3
Compare
3f202e3 to
173afdb
Compare
173afdb to
3578d2f
Compare
0307689 to
791bda3
Compare
791bda3 to
adf6f8f
Compare
63c10e5 to
a7172f5
Compare
a7172f5 to
b79ab4e
Compare
b79ab4e to
fb60255
Compare
fb60255 to
46e2fde
Compare
46e2fde to
c8ba726
Compare
c8ba726 to
4b7a2c4
Compare
4b7a2c4 to
0bfb975
Compare
0bfb975 to
7f1c03d
Compare
7f1c03d to
b3b5bd0
Compare
b3b5bd0 to
ddf8794
Compare
ddf8794 to
58d2fb8
Compare
58d2fb8 to
bf86bda
Compare
bf86bda to
3572c98
Compare
3572c98 to
db7ec16
Compare
db7ec16 to
c581e86
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.12.19→1.18.8Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
raphw/byte-buddy (net.bytebuddy:byte-buddy)
v1.18.8v1.18.7v1.18.5Advicethat were missing.v1.18.4v1.18.3v1.18.2v1.18.1v1.18.0module-infoclass files andModuleDescriptions.ByteBuddyAPI.v1.17.8v1.17.7v1.17.6ResettableClassFileTransformerthat implicitly delegates to correct transformer method.LazinessModeforTypePooland add convenience support toAgentBuilder.v1.17.5AnnotationRemovalvisitor for removing or replacing annotations.v1.17.4SafeVarargsplugin.v1.17.3SafeVarargsannotations.MemberSubstitutionAPI.v1.17.2v1.17.1MemberSubstitutionwere argument indices were resolved by one digit off.v1.17.0MemberSubstitutionto also allow for intercepting invokedynamic instructions.@Handleannotations to allow for injecting constant pool-stored method handle inAdvice,MemberSubstitutionandMethodDelegation.@DynamicConstantannotations to allow for injecting constant pool-stored dynamic constants inAdvice,MemberSubstitutionandMethodDelegation.v1.16.1TypePool.v1.16.0Advicewithin instrumented class.Advicepost-processing to allow for erasure of bootstrapped methods.Plugin.Engineto retain folders.v1.15.11CachedReturnPluginon precompiled class files.NOPinstruction whenAdviceis used onvoidmethods as those might be empty which results on a frame being written to the same offset, causing an exception.Plugin.Engineto link files instead of copying.File[]toPluginconstructors.v1.15.10v1.15.9v1.15.8ClassInjectorAPI to support lazy resolution of class files.DynamicTypeAPI to support lazy resolution of auxiliary types.AgentBuilder.Transformer.ForAdviceto support injection of new classes by their name.v1.15.7v1.15.5v1.15.4v1.15.3v1.15.2ClassFileLocators andPlugin.Engine.Default.ByteBuddyJarsTask.JarFilewhen extracting individual entries.ByteBuddyMojo.v1.15.1CachedReturnPluginon precompiled class files.NOPinstruction whenAdviceis used onvoidmethods as those might be empty which results on a frame being written to the same offset, causing an exception.Plugin.Engineto link files instead of copying.File[]toPluginconstructors.v1.15.0AsmClassWriterandAsmClassReaderabstractions that allow for plugging different implementations of readers and writers.TypeNotPresentExceptionupon discovering undeclared type variables as it was recently fixed on the JVM.v1.14.19MemberSubstitution.v1.14.18ByteBuddyAgentfrom non-obfuscated name if obfuscation is used.CircularityLockimplementations never load classes during locking.v1.14.17v1.14.16v1.14.15v1.14.14v1.14.13v1.14.12@MaybeNullannotation.v1.14.11v1.14.10TypePoolinAgentBuilderto avoid parsing of types ignored by name.v1.14.9v1.14.8MemberSubstitution.v1.14.7Plugin.Engine.v1.14.6PatchMode.SUBSTITUTEandResettableClassFileTransformer.Substitutablefor in-order patching.AgentBuilder.v1.14.5v1.14.4TypePoolthat is passed toTypeWriter.v1.14.3MethodGraph.Compilerfailsafe when processing incomplete methods.v1.14.2Advice.skipOnandrepeatOnwhich resolves the checked value from a returned array.v1.14.1MemberSubstitution.v1.14.0Step.Factory.ForDelegationinMemberSubstitutionthat allows for delegation similar toMethodDelegationbut in-code.MethodDelegationandAdvicethat leverage method handles for field access and self-invocation.Step.Factoryfor type assignment that allows casting the return value from a previous step to another type.URLclass loader as it is deprecated, and use newer method if available.v1.13.0MemberSubstitutionAPI which now retains the original instruction for invocation.MethodGraph.Compilerusing anElementMatcher.ClassFileLocator.ClassFileVersion.ConstantValueAPI.ToThrownassignment onvoidmethods.MemberSubstitution.v1.12.23ClassFileLocatortoAgentBuilderto append boot-injected types.RenamingPluginthat allows for migration of names using the build plugin.ForAdvicetransformation to allow for easier wrapping.Steps toMemberSubstitutionto reduce need for custom bytecode generation.v1.12.22MethodHandleandMethodTypeinAdvice.Originannotation.MethodHandles.LookupinOriginandAdvice.Originannotations.v1.12.21v1.12.20Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.