ring-clojure / ring

Clojure HTTP server abstraction
MIT License
3.73k stars 518 forks source link

Replace FileUpload 1.5 with FileUpload 2.0.0-M1 #483

Closed weavejester closed 11 months ago

weavejester commented 11 months ago

The Apache Commons FileUpload library has released 2.0.0-M1, the first milestone release of 2.0.0. In this version, the core package of the library no longer has a dependency on the Servlet API, which means we can eliminate this problematic dependency from Ring core, once there is a full release of FileUpload 2.0.0.

Milestone 2 should be along in a couple of weeks.