Skip to content

Commit cdf1a9c

Browse files
committed
GH-1420: Move 2.4.x What's New to Appendix
Previous commit had wrong GH.
1 parent 1cbdb7d commit cdf1a9c

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

src/reference/asciidoc/appendix.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,15 @@ See <<async-annotation-driven-enable-signature>> for more information.
2525
A new property `recoverManualDeclarations` allows recovery of manually declared queues/exchanges/bindings.
2626
See <<declarable-recovery>> for more information.
2727

28+
===== Remoting Support
29+
30+
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.
31+
32+
==== Message Converter Changes
33+
34+
The `Jackson2JsonMessageConverter` can now determine the charset from the `contentEncoding` header.
35+
See <<json-message-converter>> for more information.
36+
2837
==== Changes in 2.3 Since 2.2
2938

3039
This section describes the changes between version 2.2 and version 2.3.

src/reference/asciidoc/whats-new.adoc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,3 @@ This version requires Spring Framework 6.0 and Java 17
1010
==== Remoting
1111

1212
The remoting feature (using RMI) is no longer supported.
13-
14-
==== Message Converter Changes
15-
16-
The `Jackson2JsonMessageConverter` can now determine the charset from the `contentEncoding` header.
17-
See <<json-message-converter>> for more information.

0 commit comments

Comments
 (0)