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