You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moved multipart classes to jetty-server.
Updated jetty-http's pom.xml and module-info.java
removing the dependency on Servlet APIs.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
Jetty version
10.0.x
Description
Multipart classes are now in
jetty-http
, but they are the only ones that require the Servlet API.This makes it non-optimal from the point of view of the JPMS module dependencies, and of course they are not used at all in the client.
I propose that we move these classes to
jetty-server
, as it is the only user of the multipart classes.The text was updated successfully, but these errors were encountered: