You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Persisters was meant as a simple utility to bridge the untyped akka serialization world with the typed stamina world. Unfortunately it has leaked out into the testkit.
The Persisters class should be made private or removed entirely to prevent other parts of Stamina and users from using it and depending on it.
The text was updated successfully, but these errors were encountered:
Persisters
was meant as a simple utility to bridge the untyped akka serialization world with the typed stamina world. Unfortunately it has leaked out into the testkit.The
Persisters
class should be made private or removed entirely to prevent other parts of Stamina and users from using it and depending on it.The text was updated successfully, but these errors were encountered: