You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-integration-core/src/main/java/org/springframework/integration/config/ConsumerEndpointFactoryBean.java
+24-20Lines changed: 24 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -196,26 +196,7 @@ public void afterPropertiesSet() {
196
196
"Consider specifying the 'beanName' property on this ConsumerEndpointFactoryBean.");
197
197
}
198
198
else {
199
-
try {
200
-
if (!this.beanName.startsWith("org.springframework")) {
Copy file name to clipboardExpand all lines: spring-integration-mongodb/src/main/java/org/springframework/integration/mongodb/outbound/ReactiveMongoDbStoringMessageHandler.java
0 commit comments