metosin / reitit

A fast data-driven routing library for Clojure/Script
https://cljdoc.org/d/metosin/reitit/
Eclipse Public License 1.0
1.39k stars 252 forks source link

Verify that code works with Java8 #242

Open ikitommi opened 5 years ago

ikitommi commented 5 years ago

0.3.0 was locally compiled with Java11 causing #241. There was no guard for this. We should fail fast (at CircleCI) before deploying if the Java classes are compiled with > Java8.

miikka commented 4 years ago

327 is a good but it doesn't actually solve this problem. It's still easy to accidentally create a release compiled with Java 11.