Ignore cglib packaged with springboot
This commit is contained in:
parent
0c659770cc
commit
27842d8479
|
@ -40,7 +40,8 @@ class GlobalIgnoresMatcher<T extends TypeDescription>
|
|||
|| name.startsWith("com.appdynamics.")
|
||||
|| name.startsWith("com.singularity.")
|
||||
|| name.startsWith("com.jinspired.")
|
||||
|| name.startsWith("org.jinspired.")) {
|
||||
|| name.startsWith("org.jinspired.")
|
||||
|| name.startsWith("org.springframework.cglib.")) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue