Skip to content

Commit 4517c30

Browse files
committed
Update whats-new.adoc for Spring Retry replace with Core Retry
See #1224 Signed-off-by: onobc <[email protected]>
1 parent fc4742f commit 4517c30

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

spring-pulsar-docs/src/main/antora/modules/ROOT/pages/whats-new.adoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@
66

77
This section covers the changes made from version 1.2 to version 2.0.
88

9+
=== Spring Retry replaced with Core Retry
10+
All usages of Spring Retry have been replaced with a simpler retry mechanism recently introduced by Spring Framework.
11+
12+
This is mostly an internal implementation detail used when restarting message containers.
13+
This will only affect you if you were providing a custom `RetryTemplate` via a `PulsarContainerFactoryCustomizer` bean.
14+
15+
The `RetryTemplate` class still exists in Core Retry but the package name has changed from `org.springframework.retry.support` to `org.springframework.core.retry` and the API has slightly changed.
16+
17+
See the https://github.com/spring-projects/spring-pulsar/commit/fc4742f419fb882c7a045a742cae259f8ab45cc5[commit] for more details.
18+
919
=== Removals
1020
The following previously deprecated APIs, which were marked for removal in version 2.0.x, have now been removed:
1121

0 commit comments

Comments
 (0)