GH-1420: Move 2.4.x What's New to Appendix
Previous commit had wrong GH.
This commit is contained in:
@@ -25,6 +25,15 @@ See <<async-annotation-driven-enable-signature>> for more information.
|
||||
A new property `recoverManualDeclarations` allows recovery of manually declared queues/exchanges/bindings.
|
||||
See <<declarable-recovery>> 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 <<json-message-converter>> for more information.
|
||||
|
||||
==== Changes in 2.3 Since 2.2
|
||||
|
||||
This section describes the changes between version 2.2 and version 2.3.
|
||||
|
||||
@@ -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 <<json-message-converter>> for more information.
|
||||
Reference in New Issue
Block a user