File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,15 @@ See <<async-annotation-driven-enable-signature>> for more information.
2525A new property `recoverManualDeclarations` allows recovery of manually declared queues/exchanges/bindings.
2626See <<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
3039This section describes the changes between version 2.2 and version 2.3.
Original file line number Diff line number Diff line change @@ -10,8 +10,3 @@ This version requires Spring Framework 6.0 and Java 17
1010==== Remoting
1111
1212The 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.
You can’t perform that action at this time.
0 commit comments