Re: [fileupload] drop JDK1.3 support, update to 1.5 and bump to 2.0.0

2013-03-05 Thread Simone Tripodi
> Why not 1.3 ? > > Or at least wait until you see how much is changed before deciding > whether it deserves a point release or a minor release bump. nice idea, let's keep 1.2.3 until something drives us on increasing the minor version http://people.apache.org/~simonetripodi/ http://simonetripodi

Re: [fileupload] drop JDK1.3 support, update to 1.5 and bump to 2.0.0

2013-03-05 Thread sebb
On 5 March 2013 20:56, Simone Tripodi wrote: > Thanks both Gary and Sebb, > >> It seems very unlikely that anyone will still be running Java 1.3 or >> Java 1.4, so the change to 1.5 is not likely to concern users, even >> though it is a bit of a jump. >> Is the addition of generics sufficiently si

Re: [fileupload] drop JDK1.3 support, update to 1.5 and bump to 2.0.0

2013-03-05 Thread Benedikt Ritter
Am 05.03.2013 um 21:56 schrieb Simone Tripodi : > Thanks both Gary and Sebb, > >> It seems very unlikely that anyone will still be running Java 1.3 or >> Java 1.4, so the change to 1.5 is not likely to concern users, even >> though it is a bit of a jump. >> Is the addition of generics sufficien

Re: [fileupload] drop JDK1.3 support, update to 1.5 and bump to 2.0.0

2013-03-05 Thread Simone Tripodi
Thanks both Gary and Sebb, > It seems very unlikely that anyone will still be running Java 1.3 or > Java 1.4, so the change to 1.5 is not likely to concern users, even > though it is a bit of a jump. > Is the addition of generics sufficiently significant? what you said makes perfectly sense, 2.0.

Re: [fileupload] drop JDK1.3 support, update to 1.5 and bump to 2.0.0

2013-03-05 Thread sebb
On 5 March 2013 19:57, Simone Tripodi wrote: >>> Just for the record: I don't intend to do a major rewrite ATM, just >>> update and bugfix. >> >> So why the change to 2.0? > > I intend to add at least generics, where possible - in the past, the > introduction of generics in digester justified the

Re: [fileupload] drop JDK1.3 support, update to 1.5 and bump to 2.0.0

2013-03-05 Thread Gary Gregory
On Tue, Mar 5, 2013 at 3:22 PM, Simone Tripodi wrote: > >>> Just for the record: I don't intend to do a major rewrite ATM, just > >>> update and bugfix. > >> > >> So why the change to 2.0? > > > > I intend to add at least generics, where possible - in the past, the > > introduction of generics in

Re: [fileupload] drop JDK1.3 support, update to 1.5 and bump to 2.0.0

2013-03-05 Thread Simone Tripodi
>>> Just for the record: I don't intend to do a major rewrite ATM, just >>> update and bugfix. >> >> So why the change to 2.0? > > I intend to add at least generics, where possible - in the past, the > introduction of generics in digester justified the update from > digester-1.8 to digester-2.0. >

Re: [fileupload] drop JDK1.3 support, update to 1.5 and bump to 2.0.0

2013-03-05 Thread Simone Tripodi
>> Just for the record: I don't intend to do a major rewrite ATM, just >> update and bugfix. > > So why the change to 2.0? I intend to add at least generics, where possible - in the past, the introduction of generics in digester justified the update from digester-1.8 to digester-2.0. Is the gener

Re: [fileupload] drop JDK1.3 support, update to 1.5 and bump to 2.0.0

2013-03-05 Thread sebb
On 5 March 2013 15:34, Simone Tripodi wrote: > Just for the record: I don't intend to do a major rewrite ATM, just > update and bugfix. So why the change to 2.0? > best, > -Simo > > http://people.apache.org/~simonetripodi/ > http://simonetripodi.livejournal.com/ > http://twitter.com/simonetripod

Re: [fileupload] drop JDK1.3 support, update to 1.5 and bump to 2.0.0

2013-03-05 Thread Simone Tripodi
Hallo Jörg! >> Sounds great. >> >> But please, keep in mind to take care of the package export version: >> Currently the API is exported at 1.2.1 being the same as the >> bundle/library version. If you update the library/bundle to 2.0, make sure >> the API export is *not* updated to 2.0, otherwise

Re: [fileupload] drop JDK1.3 support, update to 1.5 and bump to 2.0.0

2013-03-05 Thread sebb
On 5 March 2013 18:57, KONTRA, Gergely wrote: > On Tue, Mar 5, 2013 at 7:20 PM, Jörg Schaible wrote: > >> Hi Felix, >> >> Felix Meschberger wrote: >> >> > Hi >> > >> > Sounds great. >> > >> > But please, keep in mind to take care of the package export version: >> > Currently the API is exported a

Re: [fileupload] drop JDK1.3 support, update to 1.5 and bump to 2.0.0

2013-03-05 Thread KONTRA, Gergely
On Tue, Mar 5, 2013 at 7:20 PM, Jörg Schaible wrote: > Hi Felix, > > Felix Meschberger wrote: > > > Hi > > > > Sounds great. > > > > But please, keep in mind to take care of the package export version: > > Currently the API is exported at 1.2.1 being the same as the > > bundle/library version. If

Re: [fileupload] drop JDK1.3 support, update to 1.5 and bump to 2.0.0

2013-03-05 Thread Jörg Schaible
Hi Felix, Felix Meschberger wrote: > Hi > > Sounds great. > > But please, keep in mind to take care of the package export version: > Currently the API is exported at 1.2.1 being the same as the > bundle/library version. If you update the library/bundle to 2.0, make sure > the API export is *not

Re: [fileupload] drop JDK1.3 support, update to 1.5 and bump to 2.0.0

2013-03-05 Thread sebb
On 5 March 2013 16:43, Gary Gregory wrote: > +1. Why not Java 6 since 5 is mostly dead. 1.5 is not totally dead, so why exclude those users who still have Java 1.5? If there is some feature of 1.6 that would make a big difference to the performance/functionality then it night be OK, but there is

Re: [fileupload] drop JDK1.3 support, update to 1.5 and bump to 2.0.0

2013-03-05 Thread Felix Meschberger
Hi Sounds great. But please, keep in mind to take care of the package export version: Currently the API is exported at 1.2.1 being the same as the bundle/library version. If you update the library/bundle to 2.0, make sure the API export is *not* updated to 2.0, otherwise consumers in OSGi envi

Re: [fileupload] drop JDK1.3 support, update to 1.5 and bump to 2.0.0

2013-03-05 Thread Gary Gregory
+1. Why not Java 6 since 5 is mostly dead. Gary On Mar 5, 2013, at 10:05, Simone Tripodi wrote: > Hi all guys, > > since I need [fileupload] @work, I intend to do a major bump that > recently involved other commons component. > > Any objection? > TIA, > -Simo > > http://people.apache.org/~simon

Re: [fileupload] drop JDK1.3 support, update to 1.5 and bump to 2.0.0

2013-03-05 Thread Christian Grobmeier
+1... jdk1.3... On Tue, Mar 5, 2013 at 4:34 PM, Simone Tripodi wrote: > Just for the record: I don't intend to do a major rewrite ATM, just > update and bugfix. > > best, > -Simo > > http://people.apache.org/~simonetripodi/ > http://simonetripodi.livejournal.com/ > http://twitter.com/simonetripo

Re: [fileupload] drop JDK1.3 support, update to 1.5 and bump to 2.0.0

2013-03-05 Thread Simone Tripodi
Just for the record: I don't intend to do a major rewrite ATM, just update and bugfix. best, -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Tue, Mar 5, 2013 at 4:04 PM, Simone Tripodi wrote: > Hi a

[fileupload] drop JDK1.3 support, update to 1.5 and bump to 2.0.0

2013-03-05 Thread Simone Tripodi
Hi all guys, since I need [fileupload] @work, I intend to do a major bump that recently involved other commons component. Any objection? TIA, -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/