Skip to content
New issue

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

Multipart middleware: remove/replace dependency on broken ring.middleware.multipart-params #609

Open
allentiak opened this issue Apr 17, 2023 · 2 comments

Comments

@allentiak
Copy link
Contributor

allentiak commented Apr 17, 2023

Upstream ring.middleware.multipart-params depends on removed javax.* ns.
See ring-clojure/ring#251

Offending code: https://github.com/metosin/reitit/blob/master/modules/reitit-middleware/src/reitit/ring/middleware/multipart.clj

@allentiak
Copy link
Contributor Author

@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?

@allentiak
Copy link
Contributor Author

allentiak commented Jul 7, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant