add back BackoffSupervisor.calculateDelay due to bin compat issues#2195
Merged
pjfanning merged 4 commits intoapache:1.2.xfrom Sep 12, 2025
Merged
add back BackoffSupervisor.calculateDelay due to bin compat issues#2195pjfanning merged 4 commits intoapache:1.2.xfrom
pjfanning merged 4 commits intoapache:1.2.xfrom
Conversation
He-Pin
reviewed
Sep 12, 2025
| * | ||
| * Calculates an exponential back off delay. | ||
| * | ||
| * Was removed in 1.2.0 but added back in 1.2.1 for binary compatibility reasons. |
Member
There was a problem hiding this comment.
We should point to the new methods in 2.0.0
Member
Author
There was a problem hiding this comment.
I do - in the deprecation message below
Member
|
Seems like some internal api is been used across akka projects :( |
Member
Author
we can't assume package private code at [pekko] level is only used in this repo - it can be used in any of our repos |
Member
|
seems like we will do a release soon |
pjfanning
added a commit
to pjfanning/incubator-pekko
that referenced
this pull request
Sep 12, 2025
…pache#2195) * add back BackoffSupervisor.calculateDelay due to bin compat issues * Update BackoffSupervisor.scala * Update releases-1.2.md * Update BackoffSupervisor.scala
pjfanning
added a commit
that referenced
this pull request
Sep 12, 2025
* 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See apache/pekko-persistence-cassandra#305 and #1940
Aim for main branch is to forward fit the release note - and to move the mima filter to 2.0.x with a note about the bug in Pekko 1.2.0.