File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
tests/otel/spring-cloud-sleuth-instrumentation-mvc-tests/src/test/java/org/springframework/cloud/sleuth/otel/instrument/web Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2828 <parent >
2929 <groupId >org.springframework.boot</groupId >
3030 <artifactId >spring-boot-starter-parent</artifactId >
31- <version >2.5.2 </version >
31+ <version >2.6.0-SNAPSHOT </version >
3232 <relativePath /> <!-- lookup parent from repository -->
3333 </parent >
3434
4141 <okhttp .version>4.9.0</okhttp .version>
4242 <microbenchmark-runner .version>0.2.0.RELEASE</microbenchmark-runner .version>
4343 <jmh .version>1.21</jmh .version>
44- <spring-cloud-sleuth .version>3.0.0</spring-cloud-sleuth .version>
45- <spring-cloud-stream .version>3.1.0</spring-cloud-stream .version>
44+ <spring-cloud-sleuth .version>3.1.0-SNAPSHOT</spring-cloud-sleuth .version>
4645 </properties >
4746
4847 <dependencyManagement >
5655 </dependency >
5756 <dependency >
5857 <groupId >org.springframework.cloud</groupId >
59- <artifactId >spring-cloud-sleuth-otel-dependencies </artifactId >
60- <version >${project .version} </version >
58+ <artifactId >spring-cloud-sleuth</artifactId >
59+ <version >${spring-cloud-sleuth .version} </version >
6160 <type >pom</type >
6261 <scope >import</scope >
6362 </dependency >
6463 <dependency >
6564 <groupId >org.springframework.cloud</groupId >
66- <artifactId >spring-cloud-stream -dependencies</artifactId >
67- <version >${spring-cloud-stream .version} </version >
65+ <artifactId >spring-cloud-sleuth-otel -dependencies</artifactId >
66+ <version >${project .version} </version >
6867 <type >pom</type >
6968 <scope >import</scope >
7069 </dependency >
Original file line number Diff line number Diff line change 2727
2828@ SpringBootTest (webEnvironment = SpringBootTest .WebEnvironment .RANDOM_PORT )
2929@ ContextConfiguration (classes = TraceCustomHandlerParserPostHandleWebIntegrationTests .Config .class )
30- public class TraceCustomHandlerParserPostHandleWebIntegrationTests extends org .springframework .cloud .sleuth .instrument .web .TraceCustomHandlerParserPostHandleWebIntegrationTests {
30+ public class TraceCustomHandlerParserPostHandleWebIntegrationTests
31+ extends org .springframework .cloud .sleuth .instrument .web .TraceCustomHandlerParserPostHandleWebIntegrationTests {
3132
3233 @ Configuration (proxyBeanMethods = false )
3334 static class Config {
You can’t perform that action at this time.
0 commit comments