Sets proxyBeanMethods = false on test config

This commit is contained in:
spencergibb
2025-02-18 11:49:07 -05:00
committed by Soby Chacko
parent 6a8fb64c02
commit 9561625ef7

View File

@@ -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