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
We have solved this by adding a local version of a Cleanup (copy/pasted from original impementation) and compiled it locally (renamed to CleanupV2). Maybe binary copatibility issue if you build akka-persistance-cassandra on JDK8? Maybe MiMa needs to be checked and aligned with the rest of Akka?
The text was updated successfully, but these errors were encountered:
Versions used
Version used: 0.106 (Default version on Lagom 1.6.5)
Akka version: 2.6.14 Scala 2.13
JDK version: 11
Can't try later versions as this is imported by Lagom and we have a bunch of errors if we try to bump/fix versions with overrides.
Expected Behavior
When embedding and calling Cleanup from within the Lagom Java API it's expected that the Cleanup procedure performs it's task against the repository.
Actual Behavior
Creating the Cleanup blows up.
Relevant logs
Exception on Cleanup creation
We have solved this by adding a local version of a Cleanup (copy/pasted from original impementation) and compiled it locally (renamed to CleanupV2). Maybe binary copatibility issue if you build akka-persistance-cassandra on JDK8? Maybe MiMa needs to be checked and aligned with the rest of Akka?
The text was updated successfully, but these errors were encountered: