That was fast....

You are correct about Jetty 10 -
https://webtide.com/jetty-10-and-11-have-arrived/

Thank you very much for the info.

Regards.

On Fri, Apr 16, 2021 at 6:37 PM Tamás Cservenák <[email protected]> wrote:

> 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 <[email protected]>
> 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
>> [email protected]
>> To unsubscribe from this list, visit
>> https://www.eclipse.org/mailman/listinfo/jetty-users
>>
> _______________________________________________
> jetty-users mailing list
> [email protected]
> To unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/jetty-users
>
_______________________________________________
jetty-users mailing list
[email protected]
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/jetty-users

Reply via email to