open-bounty icon indicating copy to clipboard operation
open-bounty copied to clipboard

Upgrade dependencies for JDK 9 compatibility

Open tirkarthi opened this issue 6 years ago • 0 comments

Description

It seems that the project uses versions of Clojurescript, aleph and http-kit that are incompatible with JDK 9.

(Feature or Bug? i.e Type: Bug)

Type: Bug

Solution.

Clojurescript :

Latest Clojurescript release 1.10 fixes JDK 9 compatibility issue caused by xml-bind. Relevant JIRA issue : https://dev.clojure.org/jira/browse/CLJS-2377 .

http-kit :

Relevant http-kit upstream issue : https://github.com/http-kit/http-kit/issues/356 Relevant release : https://github.com/http-kit/http-kit/releases/tag/2.3.0-beta2 Latest RC release : https://github.com/http-kit/http-kit/releases/tag/v2.3.0-RC1

This was reported using Clojars metadata and GitHub search. Feel free to close this if it's irrelevant.

GitHub
http-kit is a minimalist, event-driven, high-performance Clojure HTTP server/client library with WebSocket and asynchronous support
GitHub
http-kit is a minimalist, event-driven, high-performance Clojure HTTP server/client library with WebSocket and asynchronous support

tirkarthi avatar Apr 13 '18 07:04 tirkarthi