borgeby / jarl

Jarl is an Open Policy Agent (OPA) evaluator for the JVM and Javascript, written in Clojure(Script)
Apache License 2.0
41 stars 5 forks source link

Fix jdk version retrieval #178

Closed TimoKramer closed 1 year ago

TimoKramer commented 1 year ago

This fix changes the way the jdk version is retrieved so that it works for openjdk 8, 11 and 21. java.specification.version is probably a bit more reliable between different jdk vendors.

Closes #177