Skip to content

Lambda Filtering Strategy #1834

@leobornlion

Description

@leobornlion

Hey Rafael,

I have a use case where I want to intercept some methods (Like Thread.Sleep). But it looks like having the same methods defined in lambdas causes byte buddy to miss them. If I define them outside a lambda then they work flawlessly.
My google search stumbled upon the LambdaInstrumentationStrategy.ENABLED which caused JVM failures and I was wondering if there is a way to narrow the scope of lambda instrumentation to my packages?

Thanks for the awesome project and help.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions