Skip to content

Commit a5b36e1

Browse files
committed
Adapt to API changes in Spring Boot 3.0.
1 parent e0d57db commit a5b36e1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

spring-geode-project/spring-geode-autoconfigure/src/test/java/org/springframework/geode/boot/autoconfigure/session/AutoConfiguredSessionLocalCachingIntegrationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
import org.springframework.boot.autoconfigure.SpringBootApplication;
3636
import org.springframework.boot.test.context.SpringBootTest;
37-
import org.springframework.boot.web.server.LocalServerPort;
37+
import org.springframework.boot.test.web.server.LocalServerPort;
3838
import org.springframework.context.annotation.Bean;
3939
import org.springframework.data.gemfire.tests.integration.IntegrationTestsSupport;
4040
import org.springframework.geode.config.annotation.ClusterAwareConfiguration;

spring-geode-project/spring-geode-autoconfigure/src/test/java/org/springframework/geode/boot/autoconfigure/session/AutoConfiguredSessionRemoteCachingIntegrationTests.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
import org.springframework.boot.autoconfigure.SpringBootApplication;
3939
import org.springframework.boot.builder.SpringApplicationBuilder;
4040
import org.springframework.boot.test.context.SpringBootTest;
41-
import org.springframework.boot.web.server.LocalServerPort;
41+
import org.springframework.boot.test.web.server.LocalServerPort;
4242
import org.springframework.context.annotation.Bean;
4343
import org.springframework.data.gemfire.config.annotation.CacheServerApplication;
4444
import org.springframework.data.gemfire.tests.integration.ForkingClientServerIntegrationTestsSupport;
@@ -62,14 +62,14 @@
6262
*
6363
* @author John Blum
6464
* @see java.net.URI
65-
* @see javax.servlet.http.HttpSession
65+
* @see jakarta.servlet.http.HttpSession
6666
* @see org.junit.Test
6767
* @see org.apache.geode.cache.Region
6868
* @see org.apache.geode.cache.client.ClientCache
6969
* @see org.springframework.boot.autoconfigure.SpringBootApplication
7070
* @see org.springframework.boot.builder.SpringApplicationBuilder
7171
* @see org.springframework.boot.test.context.SpringBootTest
72-
* @see org.springframework.boot.web.server.LocalServerPort
72+
* @see org.springframework.boot.test.web.server.LocalServerPort
7373
* @see org.springframework.context.annotation.Bean
7474
* @see org.springframework.data.gemfire.config.annotation.CacheServerApplication
7575
* @see org.springframework.data.gemfire.tests.integration.ForkingClientServerIntegrationTestsSupport

0 commit comments

Comments
 (0)