Hi, thanks for your great work on compojure and your other projects.
I'm just asking if you could please update the 'project.clj' of ring-serve to use [ring "1.1.0"].
Ring-serve pulls in ring 1.0.0 which creates a problem in my project because recent versions of hiccup changed a namespace name that ring 1.0.0 looks for. Ring 1.1.0 works fine with the newer hiccup.
Thanks!
p.s. I just stumbled on 'ring-server', should I be using that instead of 'ring-serve'?
(more details, in case you want them:
in ring 1.0.0, ring.middleware.stacktrace included hiccup.page-helpers, and hiccup now changed that ns to 'hiccup.page'. Ring 1.1.0 already updated to the new name. So since my project uses the latest version of hiccup, when I try to use ring.serve, it pulls: ring-serve -> ring 1.0.0 -> ring.middleware.stacktrace with the old ns name, and fails saying it can't find 'hiccup.page-helpers'.)
Hi, thanks for your great work on compojure and your other projects.
I'm just asking if you could please update the 'project.clj' of ring-serve to use [ring "1.1.0"].
Ring-serve pulls in ring 1.0.0 which creates a problem in my project because recent versions of hiccup changed a namespace name that ring 1.0.0 looks for. Ring 1.1.0 works fine with the newer hiccup.
Thanks!
p.s. I just stumbled on 'ring-server', should I be using that instead of 'ring-serve'?
(more details, in case you want them:
in ring 1.0.0, ring.middleware.stacktrace included hiccup.page-helpers, and hiccup now changed that ns to 'hiccup.page'. Ring 1.1.0 already updated to the new name. So since my project uses the latest version of hiccup, when I try to use ring.serve, it pulls: ring-serve -> ring 1.0.0 -> ring.middleware.stacktrace with the old ns name, and fails saying it can't find 'hiccup.page-helpers'.)