This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko.git


The following commit(s) were added to refs/heads/main by this push:
     new f48ec1d425 update docs for calculateDelay (#2196)
f48ec1d425 is described below

commit f48ec1d42511150f5472a609f66f212d68c6d676
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Sep 12 17:32:37 2025 +0100

    update docs for calculateDelay (#2196)
    
    * add back BackoffSupervisor.calculateDelay due to bin compat issues (#2195)
    
    * add back BackoffSupervisor.calculateDelay due to bin compat issues
    
    * Update BackoffSupervisor.scala
    
    * Update releases-1.2.md
    
    * Update BackoffSupervisor.scala
    
    * remove deprecated method
---
 .../backoff-calculation.excludes                                    | 4 +++-
 docs/src/main/paradox/release-notes/releases-1.2.md                 | 6 ++++++
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git 
a/actor/src/main/mima-filters/1.1.x.backwards.excludes/backoff-calculation.excludes
 
b/actor/src/main/mima-filters/2.0.x.backwards.excludes/backoff-calculation.excludes
similarity index 82%
rename from 
actor/src/main/mima-filters/1.1.x.backwards.excludes/backoff-calculation.excludes
rename to 
actor/src/main/mima-filters/2.0.x.backwards.excludes/backoff-calculation.excludes
index 8a700c471d..e3f26f252c 100644
--- 
a/actor/src/main/mima-filters/1.1.x.backwards.excludes/backoff-calculation.excludes
+++ 
b/actor/src/main/mima-filters/2.0.x.backwards.excludes/backoff-calculation.excludes
@@ -15,5 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-# Move BackoffSupervisor.calculateDelay
+# Move BackoffSupervisor.calculateDelay to RetrySupport
+# Was removed in Pekko 1.2.0 but added back in 1.2.1 due to breakages
+# in pekko-persistence-cassandra - this method is deprecated in 1.2.1+
 
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.pekko.pattern.BackoffSupervisor.calculateDelay")
diff --git a/docs/src/main/paradox/release-notes/releases-1.2.md 
b/docs/src/main/paradox/release-notes/releases-1.2.md
index 8ea94d6a73..416d4f47ef 100644
--- a/docs/src/main/paradox/release-notes/releases-1.2.md
+++ b/docs/src/main/paradox/release-notes/releases-1.2.md
@@ -86,3 +86,9 @@ Most of the changes appeared in the milestone releases 
(1.2.0-M1 and 1.2.0-M2) b
 * slfj4 2.0.17
 * jupiter-junit 5.13.3
 * scala 2.12.20, 2.13.16, 3.3.6
+
+### Known Issues
+
+This release breaks binary compatibility for 
[pekko-persistence-cassandra](https://github.com/apache/pekko-persistence-cassandra/issues/305)
+and users of that lib will need to avoid Pekko 1.2.0 release. We will fix
+this in the 1.2.1 release.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to