The GitHub Actions job "Pull Requests" on 
pekko.git/remove/deprecated-deleteObject has failed.
Run started by GitHub user He-Pin (triggered by He-Pin).

Head commit for run:
343fa749d8da56449c26468240f4792a14db4049 / 虎鸣 <[email protected]>
refactor: remove deprecated DurableStateUpdateStore.deleteObject(persistenceId) 
(since Akka 2.6.20)

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.

Result:
Only the revision-aware deleteObject(persistenceId, revision) remains.
Implementation projects (r2dbc, jdbc, cassandra, dynamodb) will need to
remove their overrides of the deleted method.

Tests:
Not run - trait method removal with TCK test cleanup

References:
None - deprecated API cleanup

Report URL: https://github.com/apache/pekko/actions/runs/28718773065

With regards,
GitHub Actions via GitBox


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

Reply via email to