Skip to content

Commit

Permalink
Fix testLatestDeps (open-telemetry#13364)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored and kcsurapaneni committed Feb 21, 2025
1 parent 5a92938 commit 1420a18
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ public void configure(IgnoredTypesBuilder builder) {
.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$")
Expand Down

0 comments on commit 1420a18

Please sign in to comment.