He-Pin opened a new pull request, #431:
URL: https://github.com/apache/pekko-persistence-r2dbc/pull/431

   ### 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


-- 
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]

Reply via email to