We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce42e56 commit 5dff882Copy full SHA for 5dff882
spring-integration-core/src/main/java/org/springframework/integration/config/IntegrationRegistrar.java
@@ -93,7 +93,7 @@ public void setBeanClassLoader(ClassLoader classLoader) {
93
throw new ApplicationContextException("Starting with Spring Integration 5.0, "
94
+ "the 'spring-integration-java-dsl' dependency is no longer needed; "
95
+ "the Java DSL has been merged into the core project. "
96
- + "Having it present it on the classpath causes class loading conflicts.");
+ + "If it is present on the classpath, it will cause class loading conflicts.");
97
}
98
99
0 commit comments