Skip to content

Commit 3873f25

Browse files
committed
Merge branch '3.5.x'
Closes gh-48500
2 parents 192efca + 5400539 commit 3873f25

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

integration-test/spring-boot-test-integration-tests/src/test/java/org/springframework/boot/web/server/test/AbstractSpringBootTestEmbeddedReactiveWebEnvironmentTests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
import org.springframework.boot.webtestclient.autoconfigure.AutoConfigureWebTestClient;
3434
import org.springframework.context.ApplicationContext;
3535
import org.springframework.context.annotation.Bean;
36-
import org.springframework.context.annotation.Configuration;
3736
import org.springframework.context.support.PropertySourcesPlaceholderConfigurer;
3837
import org.springframework.http.server.reactive.HttpHandler;
3938
import org.springframework.test.web.reactive.server.WebTestClient;
@@ -101,7 +100,6 @@ void annotationAttributesOverridePropertiesFile() {
101100
assertThat(this.value).isEqualTo(123);
102101
}
103102

104-
@Configuration(proxyBeanMethods = false)
105103
static class AbstractConfig {
106104

107105
@Value("${server.port:8080}")

integration-test/spring-boot-test-integration-tests/src/test/java/org/springframework/boot/web/server/test/AbstractSpringBootTestWebServerWebEnvironmentTests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
import org.springframework.boot.tomcat.servlet.TomcatServletWebServerFactory;
3030
import org.springframework.boot.web.server.servlet.ServletWebServerFactory;
3131
import org.springframework.context.annotation.Bean;
32-
import org.springframework.context.annotation.Configuration;
3332
import org.springframework.context.support.PropertySourcesPlaceholderConfigurer;
3433
import org.springframework.test.web.servlet.client.RestTestClient;
3534
import org.springframework.test.web.servlet.client.RestTestClient.ResponseSpec;
@@ -108,7 +107,6 @@ void validateWebApplicationContextIsSet() {
108107
assertThat(this.context).isSameAs(WebApplicationContextUtils.getWebApplicationContext(this.servletContext));
109108
}
110109

111-
@Configuration(proxyBeanMethods = false)
112110
static class AbstractConfig {
113111

114112
@Value("${server.port:8080}")

0 commit comments

Comments
 (0)