From a08b033b7c850ef95c85090ed96ef1c00fd71804 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Tue, 26 Nov 2013 14:23:44 -0500 Subject: [PATCH] What's New Polishing Typos; add a comment about HTTP paths. --- src/reference/docbook/whats-new.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/reference/docbook/whats-new.xml b/src/reference/docbook/whats-new.xml index 8a6ffa7642..fac46686a3 100644 --- a/src/reference/docbook/whats-new.xml +++ b/src/reference/docbook/whats-new.xml @@ -141,6 +141,7 @@ To achieve flexible Request Mapping configuration, Spring Integration provides the <request-mapping/> sub-element for <http:inbound-channel-adapter/> and <http:inbound-gateway/>. Both HTTP Inbound Endpoints are now fully based on the Request Mapping infrastructure that was introduced with Spring MVC 3.1. + For example, multiple paths are supported on a single inbound endpoint. For more information see . @@ -643,7 +644,7 @@
- Redis Adapters Changers + Redis Adapter Changes @@ -665,7 +666,7 @@
- Persistend File List Filters (file, (S)FTP) + Persistent File List Filters (file, (S)FTP) New FileListFilters that use a persistent MetadataStore are now available. These can be used to prevent duplicate files after a system restart. See