taoensso / carmine

Redis client + message queue for Clojure
https://www.taoensso.com/carmine
Eclipse Public License 1.0
1.15k stars 130 forks source link

2.17.0 does not allow to create war files #205

Closed abhisek-ghosh closed 6 years ago

abhisek-ghosh commented 6 years ago

Hi, I was trying to refer your repository in my code. My code will need SSL connection. So I pulled 2.17.0 version but I found that when I am trying to create a war file of my project using (lein ring uberwar), the process is freezing. Although I am able to successfully create a war file of my project using 2.16.0. Also if you can provide an example of using the ssl connection configuration structure, I could not find the same in the readme

ptaoussanis commented 6 years ago

Thanks for the report, seem to be able to reproduce this- will look into it :+1:

ptaoussanis commented 6 years ago

Resolved with 2.18.0, now on Clojars.

abhisek-ghosh commented 6 years ago

Thanks. I have tested 2.18.0 and it works both for SSL and non-SSL