This is an automated email from the ASF dual-hosted git repository.
pjfanning pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-persistence-jdbc.git
The following commit(s) were added to refs/heads/main by this push:
new 68654311 Enable serialization support in JdbcDurableStateStoreTCKSpec
(#507)
68654311 is described below
commit 68654311909dd24d97d04f8b00b3ee173bf840a8
Author: PJ Fanning <[email protected]>
AuthorDate: Fri May 22 23:24:12 2026 +0100
Enable serialization support in JdbcDurableStateStoreTCKSpec (#507)
---
.../persistence/jdbc/state/scaladsl/JdbcDurableStateStoreTCKSpec.scala | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/core/src/test/scala/org/apache/pekko/persistence/jdbc/state/scaladsl/JdbcDurableStateStoreTCKSpec.scala
b/core/src/test/scala/org/apache/pekko/persistence/jdbc/state/scaladsl/JdbcDurableStateStoreTCKSpec.scala
index 6ce9da6f..28da49c8 100644
---
a/core/src/test/scala/org/apache/pekko/persistence/jdbc/state/scaladsl/JdbcDurableStateStoreTCKSpec.scala
+++
b/core/src/test/scala/org/apache/pekko/persistence/jdbc/state/scaladsl/JdbcDurableStateStoreTCKSpec.scala
@@ -28,6 +28,8 @@ abstract class JdbcDurableStateStoreTCKSpec(config: Config,
schemaType: SchemaTy
override protected def supportsUpsertWithRevisionCheck: CapabilityFlag =
CapabilityFlag.on()
+ override protected def supportsSerialization: CapabilityFlag =
CapabilityFlag.on()
+
override protected def supportsSoftDelete: CapabilityFlag =
CapabilityFlag.on()
lazy val db = {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]