Skip to content

Commit

Permalink
INT-4551: Fix exception msg from previous commit
Browse files Browse the repository at this point in the history
JIRA: https://jira.spring.io/browse/INT-4551

**Cherry-pick to 5.0.x**

(cherry picked from commit 1dca553)
  • Loading branch information
artembilan committed Nov 8, 2018
1 parent ce42e56 commit 5dff882
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -93,7 +93,7 @@ public void setBeanClassLoader(ClassLoader classLoader) {
throw new ApplicationContextException("Starting with Spring Integration 5.0, "
+ "the 'spring-integration-java-dsl' dependency is no longer needed; "
+ "the Java DSL has been merged into the core project. "
+ "Having it present it on the classpath causes class loading conflicts.");
+ "If it is present on the classpath, it will cause class loading conflicts.");
}
}

Expand Down

0 comments on commit 5dff882

Please sign in to comment.