-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Java 8 #258
Comments
OK, let's try to publish all these libraries in Java 1.8...in principle it should be doable. |
The code depending on Java 1.11 is: shex-s/modules/wikibaserdf/src/main/scala/es/weso/utils/Deref.scala Lines 43 to 59 in 505489f
|
Looks like this was fixed changing previous lines by the following ones: shex-s/modules/wikibaserdf/src/main/scala/es/weso/utils/Deref.scala Lines 49 to 75 in a084b71
So this issue looks like is fixed. |
Hi @labra,
We are using this library for Map Reduce processing within Apache Spark and would like to execute some tests on AWS EMR. Unfortunately, their environment uses Java 1.8 and claims that this library was compiled with Java 1.11.
Exception:
java.lang.UnsupportedClassVersionError: es/weso/shex/parser/ShExDocLexer has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
.The text was updated successfully, but these errors were encountered: