The GitHub Actions job "Validate and test" on 
pekko-persistence-r2dbc.git/fix/replace-deprecated-deleteObject has failed.
Run started by GitHub user He-Pin (triggered by He-Pin).

Head commit for run:
e2f454458bee5108f3efc0dd22b0b5e25d269617 / 虎鸣 <[email protected]>
refactor: replace deprecated deleteObject(persistenceId) with revision overload

Motivation:
DurableStateUpdateStore.deleteObject(persistenceId) (1-arg form) has
been deprecated since Akka 2.6.20 in favor of deleteObject(persistenceId, 
revision).

Modification:
Replace store.deleteObject(persistenceId) with
store.deleteObject(persistenceId, revision = 1L) in DurableStateStoreSpec.scala,
matching the revision used in the preceding upsertObject call.

Result:
Removes usage of deprecated deleteObject overload in test code.

Tests:
- sbt "core / Test / compile" - success

References:
None - deprecated API cleanup

Report URL: 
https://github.com/apache/pekko-persistence-r2dbc/actions/runs/28337254975

With regards,
GitHub Actions via GitBox


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

Reply via email to