Akka persistence deserialization issues for scala List during migration to Scala 2.13 from Scala 2.11

Viewed 68

I am working on a akka/scala application and migrating from scala 2.11 to 2.13. There are some persisted objects (persisted using Scala 2.11) that have scala.collection.immutable.List type (defined as target: List[]). After migration to Scala 2.13, at the time of replaying the states and during deserialization its failing with below error

java.lang.ClassNotFoundException: scala.collection.immutable.List$SerializationProxy

Could you please help?

0 Answers
Related