You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/reference/asciidoc/whats-new.adoc
+18-1Lines changed: 18 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36,4 +36,21 @@ See <<./http.adoc#http,HTTP Support>> for more information.
36
36
=== RMI Removal
37
37
38
38
The `spring-integration-rmi` module has been removed altogether after being deprecated in previous versions.
39
-
There is no replacement: it is recommended to migrate to more secure network and application protocols, such as WebSockets, RSockets, gRPC or REST.
39
+
There is no replacement: it is recommended to migrate to more secure network and application protocols, such as WebSockets, RSockets, gRPC or REST.
40
+
41
+
[[x6.0-poller]]
42
+
==== @Poller (Messaging Annotations)
43
+
44
+
The messaging annotations
45
+
46
+
- `@Aggregator`
47
+
- `@BridgeFrom`
48
+
- `@BridgeTo`
49
+
- `@Filter`
50
+
- `@InboundChannelAdapter`
51
+
- `@Router`
52
+
- `@ServiceActivator`
53
+
- `@Splitter`
54
+
- `@Transformer`
55
+
56
+
used to contain a `Poller[]` attribute but now contain a single element. The array was only in place to allow an empty default (no poller). This is now accomplished with a single element using the special value of `ValueConstants.DEFAULT_NONE`.
0 commit comments