metosin / compojure-api

Sweet web apis with Compojure & Swagger
http://metosin.github.io/compojure-api/doc/
Eclipse Public License 1.0
1.12k stars 149 forks source link

Java 11 support #401

Closed JoePython1 closed 5 years ago

JoePython1 commented 5 years ago

When will Java 11 support be available?

Deraen commented 5 years ago

There is no known problems with Compojure-api itself on Java 11. However Muuntaja-yaml -> clj-yaml -> org.flatland/ordered is still broken on JDK 11 which breaks the tests, unless using a forked version with a fix.

CI is now running tests against Java 11: https://travis-ci.org/metosin/compojure-api/jobs/457403630