We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upstream ring.middleware.multipart-params depends on removed javax.* ns. See ring-clojure/ring#251
ring.middleware.multipart-params
javax.*
Offending code: https://github.com/metosin/reitit/blob/master/modules/reitit-middleware/src/reitit/ring/middleware/multipart.clj
The text was updated successfully, but these errors were encountered:
@ikitommi
I'm being hit by this when trying to build a toy example based on https://github.com/metosin/reitit/tree/master/examples/ring-malli-swagger
(More details: allentiak/scramble@603f1b9)
Is there any Clojure library that you are aware of that could replace ring.middleware.multipart-params?
Sorry, something went wrong.
UPDATE: Forget my last comment. I realized I was just simply missing a dependency.
Just for the record, I added ring/ring-jetty-adapter and it compiled.
ring/ring-jetty-adapter
No branches or pull requests
Upstream
ring.middleware.multipart-params
depends on removedjavax.*
ns.See ring-clojure/ring#251
Offending code: https://github.com/metosin/reitit/blob/master/modules/reitit-middleware/src/reitit/ring/middleware/multipart.clj
The text was updated successfully, but these errors were encountered: