Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9df4a35

Browse files
traskotelbot[bot]
authored andcommittedFeb 28, 2025·
Fix testLatestDeps (#13364)
1 parent 240306c commit 9df4a35

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)
Please sign in to comment.