inspectIT / inspectit-ocelot

inspectIT Ocelot - Java agent for collecting application performance, tracing and behavior data
http://www.inspectit.rocks/
Apache License 2.0
204 stars 69 forks source link

Bumped ByteBuddy-Version and fixed Lambda-Problem #1655

Closed levinkerschberger closed 4 months ago

levinkerschberger commented 5 months ago

In Java21, the names of Lambda-Methods don´t end with $ anymore. Fixed it with adding an additional check in isIgnoredClass.


This change is Reviewable