From 6790dbd03e01a9846e36f4a4ad55f13e9d4e7825 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Thu, 8 Sep 2016 10:42:29 -0400 Subject: [PATCH] Fix simple typo in `whats-new.adoc` Otherwise `Gateway Changes` section looks like sub-paragraph of the `JMS Changes` --- src/reference/asciidoc/whats-new.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reference/asciidoc/whats-new.adoc b/src/reference/asciidoc/whats-new.adoc index f1424f4f36..f4112c6f8f 100644 --- a/src/reference/asciidoc/whats-new.adoc +++ b/src/reference/asciidoc/whats-new.adoc @@ -22,7 +22,7 @@ It has now been renamed to `jmsConnectionFactory`, which is the bean name used b If your application is relying on the previous behavior, rename your `connectionFactory` bean to `jmsConnectionFactory`, or specifically configure your components to use your bean using its current name. -===== Gateway Changes +==== Gateway Changes The gateway now correctly sets the `errorChannel` header when the gateway method has a `void` return type and an error channel is provided. Previously, the header was not populated.