Skip to content

Commit 91eb365

Browse files
committed
GH-3003: Add link to migration guide
1 parent 5a8be5d commit 91eb365

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

src/reference/asciidoc/whats-new.adoc

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,29 +17,34 @@ If you are interested in more details, see the Issue Tracker tickets that were r
1717

1818
`Pausable` has been moved from `o.s.i.endpoint` to `o.s.i.core`.
1919

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+
2025
[[x5.2-new-components]]
2126
=== New Components
2227

2328
[[x5.2-rate-limit-advice]]
24-
=== Rate Limit Advice Support
29+
==== Rate Limit Advice Support
2530

2631
The `RateLimiterRequestHandlerAdvice` is now available for limiting requests rate on handlers.
2732
See <<./handler-advice.adoc#rate-limiter-advice,Rate Limiter Advice>> for more information.
2833

2934
[[x5.2-cache-advice]]
30-
=== Caching Advice Support
35+
==== Caching Advice Support
3136

3237
The `CacheRequestHandlerAdvice` is now available for caching request results on handlers.
3338
See <<./handler-advice.adoc#cache-advice,Caching Advice>> for more information.
3439

3540
[[x5.2-kotlin-scripts]]
36-
=== Kotlin Scripts Support
41+
==== Kotlin Scripts Support
3742

3843
The JSR223 scripting module now includes a support for Kotlin scripts.
3944
See <<./scripting.adoc#scripting,Scripting Support>> for more information.
4045

4146
[[x5.2-flux-aggregator]]
42-
=== Flux Aggregator Support
47+
==== Flux Aggregator Support
4348

4449
The `FluxAggregatorMessageHandler` is now available for grouping and windowing messages logic based on the Project Reactor `Flux` operators.
4550
See <<./aggregator.adoc#flux-aggregator,Flux Aggregator>> for more information.

0 commit comments

Comments
 (0)