He-Pin opened a new pull request, #3290: URL: https://github.com/apache/pekko/pull/3290
### Motivation The single-argument `deleteObject(persistenceId)` was deprecated since Akka 2.6.20 in favor of the overload that takes a `revision` parameter for optimistic locking. ### Modification Remove the deprecated abstract method from both scaladsl and javadsl `DurableStateUpdateStore` traits. Remove the corresponding TCK test for the deprecated overload. ### Result Only the revision-aware `deleteObject(persistenceId, revision)` remains in the trait. Note: Implementation projects (pekko-persistence-r2dbc, pekko-persistence-jdbc, pekko-persistence-cassandra, pekko-persistence-dynamodb) will need follow-up PRs to remove their overrides of this deleted method. ### Tests Not run - trait method removal with TCK test cleanup ### References None - deprecated API cleanup -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
