Fork me on GitHub
#ring-swagger
<
2016-11-09
>
anders_eriksson07:11:55

Hello, I have a small project I upgraded to 1.9.0-alpha14. Now when trying to run it I get "ExceptionInfo: Call to clojure.core/ns did not conform to spec" when compiling:(ring/swagger/swagger2_schema.clj:1:1) which seems to be called from ring-swagger version 0.22.7 and the swagger2.clj file seems to be the one calling it

anders_eriksson07:11:22

I might be wrong, not used to the Clojure stack traces yet

miikka11:11:00

@anders_eriksson, that's indeed an issue with the version 0.22.7 - it has been fixed in 0.22.10. I recommend upgrading to the latest version (0.22.12). There haven't been any major changes, you can see the changelog here: https://github.com/metosin/ring-swagger/blob/master/CHANGELOG.md