Hi all,
We're trying to attach java libraries which are compiled/packaged using Java 11.
After doing some research it looks like even the most recent runtimes use Java 8 which can't run the Java 11 code ("wrong version 55.0, should be 52.0" errors)
Is there some way to work around this? Perhaps wrapping the java 11 lib code in Scala (which seems to be on a much more modern runtime?)
Also, in a longer term, is there anything on the roadmap for supporting a more modern version of Java?
Thank you!