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
+9-4Lines changed: 9 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -17,29 +17,34 @@ If you are interested in more details, see the Issue Tracker tickets that were r
17
17
18
18
`Pausable` has been moved from `o.s.i.endpoint` to `o.s.i.core`.
19
19
20
+
[[x5.2-behavior]]
21
+
=== Behavior Changes
22
+
23
+
See the https://github.com/spring-projects/spring-integration/wiki/Spring-Integration-5.1-to-5.2-Migration-Guide#dsl-publishsubscribechannel-behavior-change[Migration Guide] about a behavior change when using `publishSubscribeChannel` within a dynamically registered DSL integration flow.
24
+
20
25
[[x5.2-new-components]]
21
26
=== New Components
22
27
23
28
[[x5.2-rate-limit-advice]]
24
-
=== Rate Limit Advice Support
29
+
==== Rate Limit Advice Support
25
30
26
31
The `RateLimiterRequestHandlerAdvice` is now available for limiting requests rate on handlers.
27
32
See <<./handler-advice.adoc#rate-limiter-advice,Rate Limiter Advice>> for more information.
28
33
29
34
[[x5.2-cache-advice]]
30
-
=== Caching Advice Support
35
+
==== Caching Advice Support
31
36
32
37
The `CacheRequestHandlerAdvice` is now available for caching request results on handlers.
33
38
See <<./handler-advice.adoc#cache-advice,Caching Advice>> for more information.
34
39
35
40
[[x5.2-kotlin-scripts]]
36
-
=== Kotlin Scripts Support
41
+
==== Kotlin Scripts Support
37
42
38
43
The JSR223 scripting module now includes a support for Kotlin scripts.
39
44
See <<./scripting.adoc#scripting,Scripting Support>> for more information.
40
45
41
46
[[x5.2-flux-aggregator]]
42
-
=== Flux Aggregator Support
47
+
==== Flux Aggregator Support
43
48
44
49
The `FluxAggregatorMessageHandler` is now available for grouping and windowing messages logic based on the Project Reactor `Flux` operators.
45
50
See <<./aggregator.adoc#flux-aggregator,Flux Aggregator>> for more information.
0 commit comments