weavejester / ring-jetty-component

A component for the standard Ring Jetty adapter
32 stars 3 forks source link

Clojars release needed to get async-capable ring-jetty-adapter #9

Closed robertfw closed 5 years ago

robertfw commented 5 years ago

The current release on clojars (0.3.1) uses ring-jetty-adapter 1.4, which does not support async handlers. The dependency has been bumped to the latest version on master branch, but hasn't been pushed out to clojars.

Is it possible to get a release?

Thanks!

robertfw commented 5 years ago

I've been fiddling with a checked out version and there are some other changes that would need to be made, so not just a simple release :(

robertfw commented 5 years ago

I've worked around this in our code by copying the relevant bits of the component we need. Apologies for the issue noise!