Re: [VOTE] Move COMPRESS to git

2015-08-24 Thread Jörg Schaible
+1 Stefan Bodewig wrote: > Hi all > > more thann half a year ago I promised to call for a vote for migrating > to git as soon as 1.10 has been released. Well that took longer than > expected :-) > > Anyway, here is the vote: > > +1 Move to git > -1 Stick with svn > > vote will be open for 72

[BCEL] InstructionHandle refactor

2015-08-24 Thread Chas Honton
I've created a pull request for a major refactor of how InstructionList and InstructionHandle work. Please review the contents of https://github.com/apache/commons-bcel/pull/2. Thanks, Chas - To unsubscribe, e-mail: dev-unsubsc

[RESULT][VOTE] Release Apache Commons CSV 1.2-RC2

2015-08-24 Thread Gary Gregory
This VOTE passes with the following binding votes: - Oliver Heger +1 - Gary Gregory +1 - Jörg Schaible +1 I'll proceed with the release. Gary On Mon, Aug 24, 2015 at 3:35 PM, Jörg Schaible wrote: > Gary Gregory wrote: > > > Hi All, > > > > Apache Commons-CSV 1.2-RC2 is available for review h

Re: [VOTE] Move COMPRESS to git

2015-08-24 Thread Olivier Lamy
+1 On 23 August 2015 at 05:29, Stefan Bodewig wrote: > Hi all > > more thann half a year ago I promised to call for a vote for migrating > to git as soon as 1.10 has been released. Well that took longer than > expected :-) > > Anyway, here is the vote: > > +1 Move to git > -1 Stick with svn > >

Re: [VOTE] Release Apache Commons CSV 1.2-RC2

2015-08-24 Thread Jörg Schaible
Gary Gregory wrote: > Hi All, > > Apache Commons-CSV 1.2-RC2 is available for review here: > https://dist.apache.org/repos/dist/dev/commons/csv/ > (svn revision 10267) > The difference with RC1 is that the Svn RC2 tag now contains the proper > version in pom.xml. > > Maven artifacts are

Re: [VOTE] Release Apache Commons CSV 1.2-RC2

2015-08-24 Thread Gary Gregory
Ping. Reviewer needed. My +1 Thank you, Gary On Sun, Aug 23, 2015 at 12:54 PM, Gary Gregory wrote: > Thank you Oliver, the black magic of Maven sometimes still eludes me but I > can now see that Java 7 ran out of memory building the site. Rebuilding > with Java 8 and... done. > > Gary > > On S

Re: svn commit: r1697267 - in /commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6: classfile/ generic/ verifier/structurals/

2015-08-24 Thread sebb
The clone method and Cloneable interface should be treated with caution [1], so I don't think it makes sense to make it easier to use. I would rather see copy methods allied to a suitable interface. [1] http://my.safaribooksonline.com/9780137150021/ch03lev1sec4 On 24 August 2015 at 11:07, sebb

Re: svn commit: r1697267 - in /commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6: classfile/ generic/ verifier/structurals/

2015-08-24 Thread sebb
On 24 August 2015 at 10:57, Jörg Schaible wrote: > Hi Sebb, > > sebb wrote: > >> On 24 August 2015 at 08:04, Jörg Schaible >> wrote: >>> Hi Sebb, >>> >>> sebb wrote: >>> On 23 August 2015 at 23:19, wrote: > Author: dbrosius > Date: Sun Aug 23 22:19:04 2015 > New Revision: 16972

Re: svn commit: r1697267 - in /commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6: classfile/ generic/ verifier/structurals/

2015-08-24 Thread Jörg Schaible
Hi Sebb, sebb wrote: > On 24 August 2015 at 08:04, Jörg Schaible > wrote: >> Hi Sebb, >> >> sebb wrote: >> >>> On 23 August 2015 at 23:19, wrote: Author: dbrosius Date: Sun Aug 23 22:19:04 2015 New Revision: 1697267 URL: http://svn.apache.org/r1697267 Log: re

Re: svn commit: r1697267 - in /commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6: classfile/ generic/ verifier/structurals/

2015-08-24 Thread sebb
On 24 August 2015 at 08:04, Jörg Schaible wrote: > Hi Sebb, > > sebb wrote: > >> On 23 August 2015 at 23:19, wrote: >>> Author: dbrosius >>> Date: Sun Aug 23 22:19:04 2015 >>> New Revision: 1697267 >>> >>> URL: http://svn.apache.org/r1697267 >>> Log: >>> remove the need for casting at the clone(

Re: svn commit: r1697267 - in /commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6: classfile/ generic/ verifier/structurals/

2015-08-24 Thread Jörg Schaible
Hi Sebb, sebb wrote: > On 23 August 2015 at 23:19, wrote: >> Author: dbrosius >> Date: Sun Aug 23 22:19:04 2015 >> New Revision: 1697267 >> >> URL: http://svn.apache.org/r1697267 >> Log: >> remove the need for casting at the clone() call site > > -1 > > I was hoping to reduce the number of AP