[GUMP@vmgump]: Project commons-proxy-test (in module apache-commons) failed

2012-01-15 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-proxy-test has an issue affecting its community integration. This

[GUMP@vmgump]: Project commons-digester3 (in module apache-commons) failed

2012-01-15 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-digester3 has an issue affecting its community integration. This i

Re: [configuration] Generics and next release

2012-01-15 Thread Ralph Goers
On Jan 15, 2012, at 10:47 AM, Oliver Heger wrote: > Hi all, > > the "generification" of [configuration] is now complete. The tests were > addressed, too. Clirr does not report any compatibility breaks. > > If you do not have any objections against the current API, we can start > thinking abou

Re: [collections] suggestion for improvement: QueryableCollections

2012-01-15 Thread James Ring
Google Guava has all this and more, and it doesn't require an extension to ArrayList, any Iterable will do. http://google-collections.googlecode.com/svn/trunk/javadoc/com/google/common/collect/Iterables.html On Jan 15, 2012 3:59 AM, "Benedikt Ritter" wrote: > Hi, > > I have written a small exten

[configuration] Generics and next release

2012-01-15 Thread Oliver Heger
Hi all, the "generification" of [configuration] is now complete. The tests were addressed, too. Clirr does not report any compatibility breaks. If you do not have any objections against the current API, we can start thinking about a new release. There are some Jira issues I am going to have

Re: svn commit: r1230906 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math/random: RandomData.java RandomDataImpl.java

2012-01-15 Thread Gilles Sadowski
On Sun, Jan 15, 2012 at 01:13:34PM +0100, Sébastien Brisard wrote: > Hi Gilles, > >> > >> An alternative would be to document unchecked exceptions in the > >> javadoc, but not in @throws tags. Something along the lines "this > >> method should throw/throws an XXXException if...". This way, we would

Re: svn commit: r1230906 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math/random: RandomData.java RandomDataImpl.java

2012-01-15 Thread Sébastien Brisard
Hi Gilles, >> >> An alternative would be to document unchecked exceptions in the >> javadoc, but not in @throws tags. Something along the lines "this >> method should throw/throws an XXXException if...". This way, we would >> be able to remove the exceptions from the method signature if we feel >>

[collections] suggestion for improvement: QueryableCollections

2012-01-15 Thread Benedikt Ritter
Hi, I have written a small extension for java.util.ArrayList, that allows for qerrying Lists using (generic) predicates. In addition to that, I adapted org.springframework.data.jpa.domain.Specifications class as a util to link predicates to queries. Here is how it works: QueryableList qList

Re: svn commit: r1230906 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math/random: RandomData.java RandomDataImpl.java

2012-01-15 Thread Gilles Sadowski
Hi Sébastien. > thank you for taking part in this discussion. > > > > Hi Sébastien, > > > >> > >>> > >>> I used to do that when we still had a single root hierarchy. Changing > >>> the root temporarily to checked was a simple and efficient way to make > >>> sure javadoc was OK. > >>> Now we have r

Re: svn commit: r1230906 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math/random: RandomData.java RandomDataImpl.java

2012-01-15 Thread Luc Maisonobe
Le 15/01/2012 10:26, Sébastien Brisard a écrit : > Hello Luc and Gilles, > thank you for taking part in this discussion. >> >> Hi Sébastien, >> >>> I used to do that when we still had a single root hierarchy. Changing the root temporarily to checked was a simple and efficient way to

Re: svn commit: r1230906 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math/random: RandomData.java RandomDataImpl.java

2012-01-15 Thread Sébastien Brisard
Hello Luc and Gilles, thank you for taking part in this discussion. > > Hi Sébastien, > >> >>> >>> I used to do that when we still had a single root hierarchy. Changing >>> the root temporarily to checked was a simple and efficient way to make >>> sure javadoc was OK. >>> Now we have removed the si

Re: svn commit: r1230906 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math/random: RandomData.java RandomDataImpl.java

2012-01-15 Thread Luc Maisonobe
Le 14/01/2012 17:50, Sébastien Brisard a écrit : > Hello, Hi Sébastien, > >> >> I used to do that when we still had a single root hierarchy. Changing >> the root temporarily to checked was a simple and efficient way to make >> sure javadoc was OK. >> Now we have removed the single root and this