File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.springframework.boot</groupId >
77 <artifactId >spring-boot-starter-parent</artifactId >
8- <version >3.5.8 </version >
8+ <version >4.0.2 </version >
99 <relativePath /> <!-- lookup parent from repository -->
1010 </parent >
1111
1919
2020 <properties >
2121 <java .version>17</java .version>
22- <spring .boot.version>3.5.8 </spring .boot.version>
23- <spring-cloud .version>2025.0 .0</spring-cloud .version>
22+ <spring .boot.version>4.0.2 </spring .boot.version>
23+ <spring-cloud .version>2025.1 .0</spring-cloud .version>
2424 <commons-logging .version>1.3.5</commons-logging .version>
2525 <dependency-check-maven .version>12.2.0</dependency-check-maven .version>
2626 <netty .version>4.2.7.Final</netty .version>
158158 <artifactId >spring-cloud-stream-test-binder</artifactId >
159159 <scope >test</scope >
160160 </dependency >
161+ <dependency >
162+ <groupId >org.springframework.boot</groupId >
163+ <artifactId >spring-boot-starter-webmvc-test</artifactId >
164+ <scope >test</scope >
165+ </dependency >
161166 <dependency >
162167 <groupId >io.projectreactor</groupId >
163168 <artifactId >reactor-test</artifactId >
Original file line number Diff line number Diff line change 99import org .mockito .Mockito ;
1010import org .mockito .listeners .MockCreationListener ;
1111import org .springframework .beans .factory .annotation .Autowired ;
12- import org .springframework .boot .test .autoconfigure .web .servlet .AutoConfigureMockMvc ;
1312import org .springframework .boot .test .context .SpringBootTest ;
13+ import org .springframework .boot .webmvc .test .autoconfigure .AutoConfigureMockMvc ;
1414import org .springframework .test .annotation .DirtiesContext ;
1515import org .springframework .test .context .ActiveProfiles ;
1616import org .springframework .test .context .ContextConfiguration ;
Original file line number Diff line number Diff line change 99import org .mockito .Mockito ;
1010import org .mockito .listeners .MockCreationListener ;
1111import org .springframework .beans .factory .annotation .Autowired ;
12- import org .springframework .boot .test .autoconfigure .web .servlet .AutoConfigureMockMvc ;
1312import org .springframework .boot .test .context .SpringBootTest ;
13+ import org .springframework .boot .webmvc .test .autoconfigure .AutoConfigureMockMvc ;
1414import org .springframework .test .annotation .DirtiesContext ;
1515import org .springframework .test .context .ActiveProfiles ;
1616import org .springframework .test .context .ContextConfiguration ;
Original file line number Diff line number Diff line change 99import org .mockito .Mockito ;
1010import org .mockito .listeners .MockCreationListener ;
1111import org .springframework .beans .factory .annotation .Autowired ;
12- import org .springframework .boot .test .autoconfigure .web .servlet .AutoConfigureMockMvc ;
1312import org .springframework .boot .test .context .SpringBootTest ;
13+ import org .springframework .boot .webmvc .test .autoconfigure .AutoConfigureMockMvc ;
1414import org .springframework .cloud .stream .function .StreamBridge ;
1515import org .springframework .context .ApplicationEvent ;
1616import org .springframework .test .annotation .DirtiesContext ;
Original file line number Diff line number Diff line change 55import community .solace .spring .cloud .requestreply .service .header .RequestReplyMessageHeaderSupportService ;
66import org .slf4j .Logger ;
77import org .slf4j .LoggerFactory ;
8- import org .springframework .beans .factory .annotation .Autowired ;
98import org .springframework .boot .SpringApplication ;
109import org .springframework .boot .autoconfigure .SpringBootApplication ;
1110import org .springframework .context .annotation .Bean ;
You can’t perform that action at this time.
0 commit comments