Closed ahjohannessen closed 2 years ago
change EventStoreJournal to to use circe as that is what is used in the jvm client.
EventStoreJournal
change signature of EventStoreReadJournalProvider methods to match ReadJournalProvider from akka.
EventStoreReadJournalProvider
ReadJournalProvider
remove unused import from EventStorePlugin.
EventStorePlugin
add nowarn annotation for Json4sSerializer as Scala 3 deprecates usage of Manifest.
nowarn
Json4sSerializer
Manifest
define explicit JsonFormat for SnapshotMetadata due to Scala 3.
JsonFormat
SnapshotMetadata
adjust ci setup.
upgrade various dependencies and adjust README to reflect changes.
README
@t3hnar WDYT? The changes in the readme assume you will increase the version to 8.0.0.
@t3hnar Any chance of getting this merged and published? :)
v8.0.0
Thanks a lot @t3hnar 🥳
change
EventStoreJournal
to to use circe as that is what is used in the jvm client.change signature of
EventStoreReadJournalProvider
methods to matchReadJournalProvider
from akka.remove unused import from
EventStorePlugin
.add
nowarn
annotation forJson4sSerializer
as Scala 3 deprecates usage ofManifest
.define explicit
JsonFormat
forSnapshotMetadata
due to Scala 3.adjust ci setup.
upgrade various dependencies and adjust
README
to reflect changes.