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
Sherlock 1.0.1 should support Java 17 (see also #89 - although we have now moved on to Java 17!)
Observed Behavior
When trying to compile client code with Java 17 / Maven we see errors of the form:
[ERROR] bad class file: /home/dave/.m2/repository/com/coditory/sherlock/sherlock-api/1.0.1/sherlock-api-1.0.1.jar(/com/coditory/sherlock/Sherlock.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
Steps to Reproduce
Compile any java sherlock client code using a Java 17 JDK
Context
Sherlock 1.0.1 doesn't seem to support Java 17
Expected Behavior
Sherlock 1.0.1 should support Java 17 (see also #89 - although we have now moved on to Java 17!)
Observed Behavior
When trying to compile client code with Java 17 / Maven we see errors of the form:
Steps to Reproduce
Compile any java sherlock client code using a Java 17 JDK
Your Environment
The text was updated successfully, but these errors were encountered: