From 2219330e8bf501ee3b11f6cf7210caec6760ee7e Mon Sep 17 00:00:00 2001 From: Marius Bogoevici Date: Fri, 23 May 2008 07:17:15 +0000 Subject: [PATCH] added reference to pojo-method handling --- build-spring-integration/resources/changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/build-spring-integration/resources/changelog.txt b/build-spring-integration/resources/changelog.txt index 5fb2abcbc9..46cfc973ab 100644 --- a/build-spring-integration/resources/changelog.txt +++ b/build-spring-integration/resources/changelog.txt @@ -16,6 +16,7 @@ Added support for parameter-binding with @HeaderAttribute and @HeaderProperty an Handler methods configured with namespace support now accept a Message payload Implemented a MessageSelectorChain (consistent with MessageHandlerChain) Added @CompletionStrategy annotation and CompletionStrategyAdapter for aggregators +The sequence number and sequence size are propagated correctly for POJO-based handler methods. Source implementations may be connected to a DirectChannel The ErrorHandler is now provided to ConcurrentTargets Implemented RootCauseErrorMessageRouter