Re: [collections] suggestion for improvement: QueryableCollections

2012-01-16 Thread Benedikt Ritter
Am 15.01.2012 20:23, schrieb 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 Hi James, thanks for the response! I agree

Re: [configuration] Generics and next release

2012-01-16 Thread Emmanuel Bourg
Thank you for the hard work Oliver. The generified API alone is worth a release IMHO. Other Java 5 features like better synchronization can be added later. I think the heavy refactoring can still take place on the experimental branch, the Java 5 migration is simply no longer one of its main

[ALL] suggestion for improvement: Unify homepage layout for all commons subprojects

2012-01-16 Thread Benedikt Ritter
Hi, looking at the different commons project pages, it occurs to me, that all pages use a slightly different layout. For example comparing Lang, BeanUtils and Collections with one another the first thing are the page titles: - Home - BeanUtils - Commons - Collections - Home If I were to

Re: [collections] suggestion for improvement: QueryableCollections

2012-01-16 Thread Benedikt Ritter
Am 16.01.2012 12:00, schrieb Benedikt Ritter: Am 15.01.2012 20:23, schrieb 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

help for scxml conformance update

2012-01-16 Thread Ingo Lütkebohle
Hi All, I'd be interested in getting a version of commons scxml which supports the latest SCXML standard and would be willing to contribute code to that effect, work on open tickets, etc.. If you're interested in that, please let me know how I could help best. FWIW, I've looked over the

Re: [ALL] suggestion for improvement: Unify homepage layout for all commons subprojects

2012-01-16 Thread Christian Grobmeier
Actually Simone has already brought up a bootstrap'ped variant of the Commons homepage I liked very much. Not sure what was the problem with that. We should put it on our table again, as the current Commons site looks like we are jdk 1.3 users (ok, we support 1.3 on some places, but this does not

Re: help for scxml conformance update

2012-01-16 Thread Rahul Akolkar
On Mon, Jan 16, 2012 at 10:00 AM, Ingo Lütkebohle iluet...@techfak.uni-bielefeld.de wrote: Hi All, I'd be interested in getting a version of commons scxml which supports the latest SCXML standard and would be willing to contribute code to that effect, work on open tickets, etc.. snip/ Cool

Re: [ALL] suggestion for improvement: Unify homepage layout for all commons subprojects

2012-01-16 Thread sebb
On 16 January 2012 15:02, Christian Grobmeier grobme...@gmail.com wrote: Actually Simone has already brought up a bootstrap'ped variant of the Commons homepage I liked very much. Not sure what was the problem with that. The major problem was that it did not meet the branding requirements. We

Re: [ALL] suggestion for improvement: Unify homepage layout for all commons subprojects

2012-01-16 Thread Christian Grobmeier
On Mon, Jan 16, 2012 at 4:26 PM, Benedikt Ritter b...@systemoutprintln.de wrote: Am 16.01.2012 16:16, schrieb sebb: On 16 January 2012 15:02, Christian Grobmeiergrobme...@gmail.com  wrote: Actually Simone has already brought up a bootstrap'ped variant of the Commons homepage I liked very

Re: help for scxml conformance update

2012-01-16 Thread Ingo Lütkebohle
Hi, Am Mon 16 Jan 2012 04:10:40 PM CET schrieb Rahul Akolkar: Sounds reasonable. There hasn't been any time put into bringing the code upto conformance in over a year. If you're keen to work on some issues over others, I suggest you simply make a note of that by commenting on the appropriate

Re: [ALL] suggestion for improvement: Unify homepage layout for all commons subprojects

2012-01-16 Thread Benedikt Ritter
Am 16.01.2012 16:40, schrieb Christian Grobmeier: On Mon, Jan 16, 2012 at 4:26 PM, Benedikt Ritter b...@systemoutprintln.de wrote: Am 16.01.2012 16:16, schrieb sebb: On 16 January 2012 15:02, Christian Grobmeiergrobme...@gmail.comwrote: Actually Simone has already brought up a

Re: [ALL] suggestion for improvement: Unify homepage layout for all commons subprojects

2012-01-16 Thread Christian Grobmeier
On Mon, Jan 16, 2012 at 4:55 PM, Benedikt Ritter b...@systemoutprintln.de wrote: Am 16.01.2012 16:40, schrieb Christian Grobmeier: On Mon, Jan 16, 2012 at 4:26 PM, Benedikt Ritter b...@systemoutprintln.de  wrote: Am 16.01.2012 16:16, schrieb sebb: On 16 January 2012 15:02, Christian

Re: [collections] suggestion for improvement: QueryableCollections

2012-01-16 Thread Matt Benson
Also, if you're interested in predicate-based APIs for filtering Iterables, check out the FilteredIterable class in Commons' unreleased [functor] component. Matt On Mon, Jan 16, 2012 at 9:50 AM, James Ring s...@jdns.org wrote: I agree, I'm just saying you should seriously study the design of

Re: [collections] suggestion for improvement: QueryableCollections

2012-01-16 Thread Benedikt Ritter
Am 16.01.2012 17:11, schrieb Matt Benson: Also, if you're interested in predicate-based APIs for filtering Iterables, check out the FilteredIterable class in Commons' unreleased [functor] component. Matt I had an interesting discussion about commons collections next release with Christian

Re: [ALL] suggestion for improvement: Unify homepage layout for all commons subprojects

2012-01-16 Thread Henri Yandell
On Mon, Jan 16, 2012 at 6:49 AM, Benedikt Ritter b...@systemoutprintln.de wrote: Hi, looking at the different commons project pages, it occurs to me, that all pages use a slightly different layout. For example comparing Lang, BeanUtils and Collections with one another the first thing are the

Re: help for scxml conformance update

2012-01-16 Thread Rahul Akolkar
On Mon, Jan 16, 2012 at 11:09 AM, Jacob Beard jbea...@cs.mcgill.ca wrote: Hi Ingo, On Mon, Jan 16, 2012 at 10:53 AM, Ingo Lütkebohle iluet...@techfak.uni-bielefeld.de wrote: Hi, Am Mon 16 Jan 2012 04:10:40 PM CET schrieb Rahul Akolkar: Sounds reasonable. There hasn't been any time put

[SANDBOX][DISCUSS] BeanUtils2 experiment - lazy consensus

2012-01-16 Thread Simone Tripodi
Hi all guys, I am here to discuss a possible area to explore for a potential BeanUtils2 component: I recently came across an article[1] that shows a fluent API set for Java reflection, with a basic implementation on gcode[2]; moreover, Alex Ruiz created FEST[3] that is a complete set of fluent

Re: [configuration] Generics and next release

2012-01-16 Thread Oliver Heger
Am 16.01.2012 14:02, schrieb Emmanuel Bourg: Thank you for the hard work Oliver. The generified API alone is worth a release IMHO. Other Java 5 features like better synchronization can be added later. I think the heavy refactoring can still take place on the experimental branch, the Java 5

Re: [SANDBOX][DISCUSS] BeanUtils2 experiment - lazy consensus

2012-01-16 Thread Christian Grobmeier
big +1 If time allows I might be able to code a few lines myself Cheers Christian On Mon, Jan 16, 2012 at 9:18 PM, Simone Tripodi simonetrip...@apache.org wrote: Hi all guys, I am here to discuss a possible area to explore for a potential BeanUtils2 component: I recently came across an

Re: When to create a new major release - Was [VOTE][CANCEL] The vote for commons-email-1.3 based on RC2 in cancelled

2012-01-16 Thread sebb
On 14 January 2012 08:42, Henri Yandell flame...@gmail.com wrote: On Fri, Jan 13, 2012 at 5:09 AM, sebb seb...@gmail.com wrote: On 13 January 2012 06:00, Henri Yandell flame...@gmail.com wrote: On Thu, Jan 12, 2012 at 2:52 AM, sebb seb...@gmail.com wrote: On 12 January 2012 08:27, Henri

Re: [configuration] Generics and next release

2012-01-16 Thread Ralph Goers
On Jan 16, 2012, at 12:48 PM, Oliver Heger wrote: Am 16.01.2012 14:02, schrieb Emmanuel Bourg: Thank you for the hard work Oliver. The generified API alone is worth a release IMHO. Other Java 5 features like better synchronization can be added later. I think the heavy refactoring can

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

2012-01-16 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

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

2012-01-16 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

[MATH] Re: svn commit: r1232324 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/distribution/ test/R/ test/java/org/apache/commons/math/distribution/

2012-01-16 Thread Mikkel Meyer Andersen
Hi, You write for x = 0, but isn't only x 0? Cheers, Mikkel. Den 17/01/2012 08.12 skrev celes...@apache.org: Author: celestin Date: Tue Jan 17 07:12:02 2012 New Revision: 1232324 URL: http://svn.apache.org/viewvc?rev=1232324view=rev Log: Implementation of log-normal distributions