Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Jetty 11 and commons-fileupload

Your best hope is that https://github.com/apache/commons-fileupload has some ongoing work where jakarta.javax support has been added, so build and try or sit and wait for release :)

Or, just go back to Jetty 10 that is really the same (AFAIK) as Jetty 11 except it still uses javax packages instead of jakarta packages?

HTH
T

On Fri, Apr 16, 2021 at 5:18 PM Eitan Rosenberg <rosen.eitan@xxxxxxxxx> wrote:

I have been using Jetty 9 with commons-fileupload  for my own private use for some time.
https://commons.apache.org/proper/commons-fileupload/

I recently try to update my code to use org.eclipse.jetty:jetty-server:11.0.2

I change the required name space from javax.* to jakarta.* namespace.

The only problem left is commons-fileupload which is of course using  javax.* namespace.

To overcome this problem I update my code to use org.eclipse.jetty:jetty-server:10.0.2

Is there any fileupload handler within Jetty 11 ?

Regards.




_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jetty-users

Back to the top