Skip to content

Commit 42afaf5

Browse files
committed
Merge branch '3.4.x'
Closes gh-45374
2 parents ff668b2 + 26ca27a commit 42afaf5

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/web/client/RestClientAutoConfigurationTests.java

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
import org.springframework.boot.test.context.runner.ReactiveWebApplicationContextRunner;
3838
import org.springframework.boot.test.context.runner.WebApplicationContextRunner;
3939
import org.springframework.boot.web.client.RestClientCustomizer;
40-
import org.springframework.boot.web.codec.CodecCustomizer;
4140
import org.springframework.context.annotation.Bean;
4241
import org.springframework.context.annotation.Configuration;
4342
import org.springframework.http.client.SimpleClientHttpRequestFactory;
@@ -317,16 +316,6 @@ void whenReactiveWebApplicationAndVirtualThreadsEnabledAndNoTaskExecutorBean() {
317316
.run((context) -> assertThat(context).doesNotHaveBean(RestClient.Builder.class));
318317
}
319318

320-
@Configuration(proxyBeanMethods = false)
321-
static class CodecConfiguration {
322-
323-
@Bean
324-
CodecCustomizer myCodecCustomizer() {
325-
return mock(CodecCustomizer.class);
326-
}
327-
328-
}
329-
330319
@Configuration(proxyBeanMethods = false)
331320
static class RestClientCustomizerConfig {
332321

0 commit comments

Comments
 (0)