I'm using Yada and Yada uses ring-swagger.
Yada does not require the ring.middleware.multipart-params namespace, but this is required from the ring.swagger.upload namespace and therefore also introduces issue https://github.com/ring-clojure/ring/issues/251 to Yada users when they require ring.swagger.upload.
I'm using Yada and Yada uses ring-swagger. Yada does not require the
ring.middleware.multipart-params
namespace, but this is required from thering.swagger.upload
namespace and therefore also introduces issue https://github.com/ring-clojure/ring/issues/251 to Yada users when they requirering.swagger.upload
.I think this bit could be moved elsewhere? https://github.com/metosin/ring-swagger/blob/master/src/ring/swagger/upload.clj#L8-L11