Closed IainHull closed 6 years ago
I'm having the same issue with latest com.github.dnvriend:akka-persistence-inmemory_2.12:2.5.15.0
.
akka/persistence/inmemory/util/UUIDUtil has been compiled by a more recent version of the Java Runtime (class file version 54.0), this version of the Java Runtime only recognizes class file versions up to 52.0
@dnvriend Could you please republish with JDK 8 as it seems to be the minimal required version of java specified in docs?
This is not intentional, let me release a new version with Java 8
I just released 2.5.15.1
, should be a Java 8 binary.
Perfect we are using this now. 👍
Closing
com.github.dnvriend:akka-persistence-inmemory_2.12:2.5.15.0
is published with Java 10. As a result it can only be used with other Java 10 code :-( Can you publish a new version compiled with Java 8? as we are not yet in a position to upgrade.