diff --git a/spring-integration-samples/loanshark/pom.xml b/spring-integration-samples/loanshark/pom.xml index 55ca1945c7..9cf95a57cb 100644 --- a/spring-integration-samples/loanshark/pom.xml +++ b/spring-integration-samples/loanshark/pom.xml @@ -1,11 +1,8 @@ 4.0.0 - - org.springframework.integration.samples - spring-integration-samples - 2.0.0.BUILD-SNAPSHOT - + org.springframework.integration.samples + 2.0.0.BUILD-SNAPSHOT loanshark Spring Integration Loan Shark Sample war diff --git a/src/docbkx/configuration.xml b/src/docbkx/configuration.xml index 9b166d732d..6d5c33c3cc 100644 --- a/src/docbkx/configuration.xml +++ b/src/docbkx/configuration.xml @@ -250,6 +250,7 @@ public class FooService { } } + For several of these annotations, when a Message-handling method returns a non-null value, the endpoint will attempt to send a reply. This is consistent across both configuration options (namespace and annotations) in