Skip to content
Advertisement

Tag: apache-commons-fileupload

Jetty 11 and commons-fileupload

I am updating Jetty9 to Jetty11. I updated my package from javax.servlet to jakarta.servlet because servlet 5.0 is the prerequisite for Jetty11. but the problem is when I am using commons-fileupload`-1.4.jar as it is still using java.servlet package. The above method is expecting argument from java.servlet package. Latest version for commons-fileupload – https://search.maven.org/classic/#search%7Cga%7C1%7Ca%3A%22commons-fileupload%22%20AND%20g%3A%22commons-fileupload%22 Do we have any way to overcome

Advertisement