Skip to content

Commit

Permalink
Exclude spring temporary type matching class loader (#5912)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit committed Apr 22, 2022
1 parent a46e674 commit 4d0564a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ private static void configureIgnoredClassLoaders(IgnoredTypesBuilder builder) {
.ignoreClassLoader("jdk.internal.reflect.DelegatingClassLoader")
.ignoreClassLoader("clojure.lang.DynamicClassLoader")
.ignoreClassLoader("org.apache.cxf.common.util.ASMHelper$TypeHelperClassLoader")
.ignoreClassLoader(
"org.springframework.context.support.ContextTypeMatchClassLoader$ContextOverridingClassLoader")
.ignoreClassLoader("sun.misc.Launcher$ExtClassLoader")
.ignoreClassLoader(AgentClassLoader.class.getName())
.ignoreClassLoader(ExtensionClassLoader.class.getName());
Expand Down

0 comments on commit 4d0564a

Please sign in to comment.