-
-
Notifications
You must be signed in to change notification settings - Fork 826
Open
Labels
Description
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.