From cdf1a9cda0a962758b4ebe21ffeff90a80277d59 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Wed, 9 Mar 2022 13:28:44 -0500 Subject: [PATCH] GH-1420: Move 2.4.x What's New to Appendix Previous commit had wrong GH. --- src/reference/asciidoc/appendix.adoc | 9 +++++++++ src/reference/asciidoc/whats-new.adoc | 5 ----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/src/reference/asciidoc/appendix.adoc b/src/reference/asciidoc/appendix.adoc index 18cc3a28..d1f3bf6d 100644 --- a/src/reference/asciidoc/appendix.adoc +++ b/src/reference/asciidoc/appendix.adoc @@ -25,6 +25,15 @@ See <> for more information. A new property `recoverManualDeclarations` allows recovery of manually declared queues/exchanges/bindings. See <> for more information. +===== Remoting Support + +Support remoting using Spring Framework’s RMI support is deprecated and will be removed in 3.0. See Spring Remoting with AMQP for more information. + +==== Message Converter Changes + +The `Jackson2JsonMessageConverter` can now determine the charset from the `contentEncoding` header. +See <> for more information. + ==== Changes in 2.3 Since 2.2 This section describes the changes between version 2.2 and version 2.3. diff --git a/src/reference/asciidoc/whats-new.adoc b/src/reference/asciidoc/whats-new.adoc index d216446a..fb15a9e0 100644 --- a/src/reference/asciidoc/whats-new.adoc +++ b/src/reference/asciidoc/whats-new.adoc @@ -10,8 +10,3 @@ This version requires Spring Framework 6.0 and Java 17 ==== Remoting The remoting feature (using RMI) is no longer supported. - -==== Message Converter Changes - -The `Jackson2JsonMessageConverter` can now determine the charset from the `contentEncoding` header. -See <> for more information. \ No newline at end of file