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