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.
25
25
A new property `recoverManualDeclarations` allows recovery of manually declared queues/exchanges/bindings.
26
26
See <<declarable-recovery>> for more information.
27
27
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
+
28
37
==== Changes in 2.3 Since 2.2
29
38
30
39
This 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
10
10
==== Remoting
11
11
12
12
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.
You can’t perform that action at this time.
0 commit comments