Skip to content

Commit 5400539

Browse files
committed
Merge branch '3.4.x' into 3.5.x
Closes gh-48499
2 parents 927232d + f64042b commit 5400539

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

spring-boot-project/spring-boot-test/src/test/java/org/springframework/boot/test/context/AbstractSpringBootTestEmbeddedReactiveWebEnvironmentTests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
import org.springframework.boot.web.reactive.server.ReactiveWebServerFactory;
3131
import org.springframework.context.ApplicationContext;
3232
import org.springframework.context.annotation.Bean;
33-
import org.springframework.context.annotation.Configuration;
3433
import org.springframework.context.support.PropertySourcesPlaceholderConfigurer;
3534
import org.springframework.http.server.reactive.HttpHandler;
3635
import org.springframework.test.web.reactive.server.WebTestClient;
@@ -96,7 +95,6 @@ void annotationAttributesOverridePropertiesFile() {
9695
assertThat(this.value).isEqualTo(123);
9796
}
9897

99-
@Configuration(proxyBeanMethods = false)
10098
static class AbstractConfig {
10199

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

spring-boot-project/spring-boot-test/src/test/java/org/springframework/boot/test/context/AbstractSpringBootTestWebServerWebEnvironmentTests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
import org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory;
2727
import org.springframework.boot.web.servlet.server.ServletWebServerFactory;
2828
import org.springframework.context.annotation.Bean;
29-
import org.springframework.context.annotation.Configuration;
3029
import org.springframework.context.support.PropertySourcesPlaceholderConfigurer;
3130
import org.springframework.web.bind.annotation.RequestMapping;
3231
import org.springframework.web.client.RestTemplate;
@@ -91,7 +90,6 @@ void validateWebApplicationContextIsSet() {
9190
assertThat(this.context).isSameAs(WebApplicationContextUtils.getWebApplicationContext(this.servletContext));
9291
}
9392

94-
@Configuration(proxyBeanMethods = false)
9593
static class AbstractConfig {
9694

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

0 commit comments

Comments
 (0)