Re: [FileUpload] modular 2.0

2023-04-30 Thread Gary Gregory
It's not hard, it's just a touch tedious, I'll get to it this weekend. Gary On Sun, Apr 30, 2023, 10:27 Bruno Kinoshita wrote: > +1 if it is not too hard to do it. > > On Sun, 30 Apr 2023, 4:22 pm Gary Gregory, wrote: > > > In the 2.0 snapshot code in git master, we support both javax and

Re: [FileUpload] modular 2.0

2023-04-30 Thread Bruno Kinoshita
+1 if it is not too hard to do it. On Sun, 30 Apr 2023, 4:22 pm Gary Gregory, wrote: > In the 2.0 snapshot code in git master, we support both javax and Jakarta > servers, in different packages. I am thinking we should create maven > modules for these and for portlets, such that all their

Re: [FileUpload] modular 2.0

2023-04-30 Thread Maxim Solodovnik
+1 :) from mobile (sorry for typos ;) On Sun, Apr 30, 2023, 21:22 Gary Gregory wrote: > In the 2.0 snapshot code in git master, we support both javax and Jakarta > servers, in different packages. I am thinking we should create maven > modules for these and for portlets, such that all their

[FileUpload] modular 2.0

2023-04-30 Thread Gary Gregory
In the 2.0 snapshot code in git master, we support both javax and Jakarta servers, in different packages. I am thinking we should create maven modules for these and for portlets, such that all their dependencies are non-optional. Thoughts? Gary