Fix testLatestDeps (#13364)

This commit is contained in:
Trask Stalnaker 2025-02-20 13:24:10 -08:00 committed by GitHub
parent 1572fbfd6c
commit 82dcc737b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -106,6 +106,8 @@ public class AdditionalLibraryIgnoredTypesConfigurer implements IgnoredTypesConf
.allowClass("org.springframework.boot.web.servlet.")
.allowClass("org.springframework.boot.web.embedded.netty.GracefulShutdown$$Lambda")
.allowClass("org.springframework.boot.web.embedded.tomcat.GracefulShutdown$$Lambda")
.allowClass(
"org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory$$Lambda")
.allowClass(
"org.springframework.boot.actuate.metrics.web.reactive.server.MetricsWebFilter$$Lambda")
.allowClass("org.springframework.boot.autoconfigure.BackgroundPreinitializer$")