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: spring-pulsar-docs/src/main/antora/modules/ROOT/pages/whats-new.adoc
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,16 @@
6
6
7
7
This section covers the changes made from version 1.2 to version 2.0.
8
8
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
+
9
19
=== Removals
10
20
The following previously deprecated APIs, which were marked for removal in version 2.0.x, have now been removed:
0 commit comments