Skip to content

Commit 9561625

Browse files
spencergibbsobychacko
authored andcommitted
Sets proxyBeanMethods = false on test config
1 parent 6a8fb64 commit 9561625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/spring-cloud-stream-test-binder/src/main/java/org/springframework/cloud/stream/binder/test/TestChannelBinderConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
* @author Soby Chacko
4646
* @see TestChannelBinder
4747
*/
48-
@Configuration
48+
@Configuration(proxyBeanMethods = false)
4949
@ConditionalOnMissingBean(Binder.class)
5050
@Import(BinderFactoryAutoConfiguration.class)
5151
@EnableIntegration

0 commit comments

Comments
 (0)