You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
val springBootVersion ="2.7.18"// AutoConfiguration is added in 2.7.0, but can be used with older versions
9
+
val springBootVersion =
10
+
"2.7.18"// AutoConfiguration is added in 2.7.0, but can be used with older versions
10
11
11
12
// r2dbc-proxy is shadowed to prevent org.springframework.boot.autoconfigure.r2dbc.R2dbcAutoConfiguration
12
13
// from being loaded by Spring Boot (by the presence of META-INF/services/io.r2dbc.spi.ConnectionFactoryProvider) - even if the user doesn't want to use R2DBC.
Copy file name to clipboardExpand all lines: instrumentation/spring/spring-boot-autoconfigure/src/testDeclarativeConfig/java/io/opentelemetry/instrumentation/spring/autoconfigure/OpenTelemetryAutoConfigurationTest.java
0 commit comments