GH-3199: Missing What's new commit

This commit is contained in:
Gary Russell
2020-03-03 16:52:12 -05:00
parent 45a91b25de
commit 0efcf2402a

View File

@@ -84,3 +84,9 @@ The same option is added into an `AbstractWebServiceOutboundGateway`.
Java DSL support has been added for Web Service components.
The `encodeUri` property on the `AbstractWebServiceOutboundGateway` has been deprecated in favor of newly introduced `encodingMode` - similar to HTTP changes above.
See <<./ws.adoc#ws,Web Services Support>> for more information.
[[x5.3-tcp]]
=== TCP Changes
The `FailoverClientConnectionFactory` no longer fails back, by default, until the current connection fails.
See <<./ip.adoc#failover-cf,TCP Failover Client Connection Factory>> for more information.