-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flatland Dependency Issue with JDK11 #28
Comments
This is now released in |
Could you possibly update your dependencies? Reading YAML fails under Java 11 because of outdated version dependency on org.flatland/ordered.
I would also suggest updating Clojure to at least 1.8, and both |
Update org.flatland/ordered to 1.5.7; fixes #28
Could you please release the new version? |
Any chance this will get a release soon? |
As a workaround, I have added YAML parsing here: |
With 1.0.9, I was getting the errors from owainlewis/yaml#28.
* Update io.forward/yaml dependency. With 1.0.9, I was getting the errors from owainlewis/yaml#28. * Bump travis to JDK 11, transitive dependency snakeyaml needs it * Update midje dependency * Update remaining dependencies to the latest
The library is affected by clj-commons/ordered#37
Users on JDK11 may encounter errors. Mine manifested because
lein test-refresh
broke for our project with this message:or, more confusingly:
The text was updated successfully, but these errors were encountered: