Skip to content

Commit 26ca27a

Browse files
committed
Merge branch '3.3.x' into 3.4.x
Closes gh-45373
2 parents cc29a05 + a37d06a commit 26ca27a

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
@@ -30,7 +30,6 @@
3030
import org.springframework.boot.ssl.SslBundles;
3131
import org.springframework.boot.test.context.runner.ApplicationContextRunner;
3232
import org.springframework.boot.web.client.RestClientCustomizer;
33-
import org.springframework.boot.web.codec.CodecCustomizer;
3433
import org.springframework.context.annotation.Bean;
3534
import org.springframework.context.annotation.Configuration;
3635
import org.springframework.http.client.SimpleClientHttpRequestFactory;
@@ -225,16 +224,6 @@ void shouldSupplyRestClientBuilderConfigurerWithAutoConfiguredHttpSettings() {
225224
});
226225
}
227226

228-
@Configuration(proxyBeanMethods = false)
229-
static class CodecConfiguration {
230-
231-
@Bean
232-
CodecCustomizer myCodecCustomizer() {
233-
return mock(CodecCustomizer.class);
234-
}
235-
236-
}
237-
238227
@Configuration(proxyBeanMethods = false)
239228
static class RestClientCustomizerConfig {
240229

0 commit comments

Comments
 (0)