Fix spring-webflux latestDepTest (#3251)

This commit is contained in:
Mateusz Rzeszutek 2021-06-11 10:06:47 +02:00 committed by GitHub
parent 5fdba59c51
commit 50b7a20b39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -342,6 +342,7 @@ public class AdditionalLibraryIgnoresMatcher
"org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedWebappClassLoader");
instrumented.add("org.springframework.boot.web.servlet.DelegatingFilterProxyRegistrationBean$");
instrumented.add("org.springframework.boot.StartupInfoLogger$");
instrumented.add("org.springframework.boot.SpringApplicationShutdownHook");
INSTRUMENTED_SPRING_BOOT_CLASSES = Collections.unmodifiableSet(instrumented);
}