Skip to content

Commit 12976d7

Browse files
committed
Fix testLatestDeps
1 parent 6cd791b commit 12976d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

javaagent-tooling/src/main/java/io/opentelemetry/javaagent/tooling/ignore/AdditionalLibraryIgnoredTypesConfigurer.java

+2
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ public void configure(IgnoredTypesBuilder builder) {
106106
.allowClass("org.springframework.boot.web.servlet.")
107107
.allowClass("org.springframework.boot.web.embedded.netty.GracefulShutdown$$Lambda")
108108
.allowClass("org.springframework.boot.web.embedded.tomcat.GracefulShutdown$$Lambda")
109+
.allowClass(
110+
"org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory$$Lambda")
109111
.allowClass(
110112
"org.springframework.boot.actuate.metrics.web.reactive.server.MetricsWebFilter$$Lambda")
111113
.allowClass("org.springframework.boot.autoconfigure.BackgroundPreinitializer$")

0 commit comments

Comments
 (0)