-
Notifications
You must be signed in to change notification settings - Fork 325
Indy plugins #1230
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
Merged
Merged
Indy plugins #1230
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
39e25ae
Use non-inlined advices where possible
felixbarny aaf059c
Isolated @AssignToArgument test
felixbarny dc2955a
Fix AssignToFieldPostProcessorFactory by loading this on stack before…
felixbarny ed3109f
Add workaround for VerifyError
felixbarny 24614be
Fix compile errors and tests
felixbarny c5e92f9
Add ability to assign to multiple arguments, fields and return value
felixbarny 543f3ae
Use indy dispatcher for Servlet and JDBC plugins
felixbarny d80e36f
java.lang.IndyBootstrap: take this OSGi!
felixbarny 3e68d7e
Avoid NoClassDefFoundErrors when using OSGi CLs without bootdelegatio…
felixbarny 75b5a29
Fix IndyBootstrapDispatcher noop MethodHandle
felixbarny 4b3aa01
Polish and documentation
felixbarny 98d5fb0
Add test for updating class file version while retransforming
felixbarny 019ad45
Add tests for patching class file version
felixbarny 90d1320
Add validations for indy advices
felixbarny b1648ca
Remove inline=false from non-indy advices
felixbarny f061612
Merge remote-tracking branch 'origin/master' into indy-dispatch
felixbarny 42d4839
Add docs, rename indyDispatch to indyPlugin
felixbarny 6771a07
Fix tests
felixbarny 87f324f
Update Byte Buddy
felixbarny 8553bb6
Use MutableInt instead of AtomicInteger for CallDepth
felixbarny cdafeaf
Merge remote-tracking branch 'origin/master' into indy-dispatch
felixbarny 6abbf01
Make concurrent, process, and HttpUrlConnection indy plugins
felixbarny 8f156cf
Make @AssignTo* annotations inner classes of @AssignTo
felixbarny d47f768
Update Byte Buddy to 1.10.12
felixbarny e2d1e23
Merge remote-tracking branch 'origin/master' into indy-dispatch
felixbarny d4d09b2
Fix JMS tests
felixbarny 3437036
Fix Kafka instrumentation
felixbarny 0d10839
Fix ITs by lazily resolving type descriptions
felixbarny b1c69b4
Fix another test
felixbarny 8c8b5f4
Fix bootstrap method signature
felixbarny 960146a
Fix Payara and WebSphere tests
felixbarny c55474b
Fix Spring Boot tests
felixbarny a016876
Add bytecode examples
felixbarny 2dec53f
Merge remote-tracking branch 'origin/master' into indy-dispatch
felixbarny 076f116
Apply suggestions from code review
felixbarny eb12fb1
Implement suggestions from review
felixbarny ec53de6
Disallow ThreadLocals in instrumentation plugins
felixbarny c4bfd97
Add no shading to benefits
felixbarny 4f56565
Allow trace_methods to instrument core java classes
felixbarny 55d987b
Merge remote-tracking branch 'origin/master' into indy-dispatch
felixbarny File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.