From 9561625ef778b8796f6b234996bfaf7eaa5763fd Mon Sep 17 00:00:00 2001 From: spencergibb Date: Tue, 18 Feb 2025 11:49:07 -0500 Subject: [PATCH] Sets proxyBeanMethods = false on test config --- .../stream/binder/test/TestChannelBinderConfiguration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/spring-cloud-stream-test-binder/src/main/java/org/springframework/cloud/stream/binder/test/TestChannelBinderConfiguration.java b/core/spring-cloud-stream-test-binder/src/main/java/org/springframework/cloud/stream/binder/test/TestChannelBinderConfiguration.java index 74c28faf3..1b63dfedf 100644 --- a/core/spring-cloud-stream-test-binder/src/main/java/org/springframework/cloud/stream/binder/test/TestChannelBinderConfiguration.java +++ b/core/spring-cloud-stream-test-binder/src/main/java/org/springframework/cloud/stream/binder/test/TestChannelBinderConfiguration.java @@ -45,7 +45,7 @@ import org.springframework.integration.config.EnableIntegration; * @author Soby Chacko * @see TestChannelBinder */ -@Configuration +@Configuration(proxyBeanMethods = false) @ConditionalOnMissingBean(Binder.class) @Import(BinderFactoryAutoConfiguration.class) @EnableIntegration