src-d / enry

A faster file programming language detector
https://blog.sourced.tech/post/enry/
Apache License 2.0
460 stars 51 forks source link

Release: use non-EOLed JDK version #223

Open bzz opened 5 years ago

bzz commented 5 years ago

JDK version that we are using for enry-java release is oracle JDK 8 which EOLed 1 year ago (and e.g is not available on newer linux 16.04 CI images any more)

This issue is about:

Initial work was done under #221 but still a consensus on min JDK version is needed.

smola commented 5 years ago

@bzz We're using JDK 8 for Apache Spark. I'm not sure what the status on JDK 11 is, see SPARK-24417.