polish
This commit is contained in:
@@ -103,6 +103,11 @@
|
||||
<artifactId>assertj-core</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.module</groupId>
|
||||
<artifactId>jackson-module-kotlin</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
<plugins>
|
||||
|
||||
@@ -86,7 +86,7 @@ public class RoutePredicateHandlerMapping extends AbstractHandlerMapping {
|
||||
//TODO: error handling
|
||||
.map(route -> {
|
||||
if (logger.isDebugEnabled()) {
|
||||
logger.debug("RouteDefinition matched: " + route.getId());
|
||||
logger.debug("Route matched: " + route.getId());
|
||||
}
|
||||
validateRoute(route, exchange);
|
||||
return route;
|
||||
|
||||
Reference in New Issue
Block a user