opentelemetry-java-instrume.../muzzle
Lauri Tulmin 8d74cf1806
Improve type resolution cache for classes in java package (#7714)
Classes in `java.` package can only be loaded by boot loader. As the
class loader that we currently use in cache key for these classes isn't
always the boot loader we can end up with multiple entries for the same
class.
2023-02-03 12:58:36 +01:00
..
src Improve type resolution cache for classes in java package (#7714) 2023-02-03 12:58:36 +01:00
build.gradle.kts Allow disabling muzzle checks for specific methods (#7289) 2022-12-12 21:18:17 +00:00