Re: Applying GitHub pull requests

2013-11-11 Thread Gary Gregory
On Tue, Nov 12, 2013 at 12:43 AM, Henri Yandell wrote: > Apologies if this is obvious to all, but I figured I'd share as it took a > moment to look it up and get the right answer out of the noise on > StackOverflow :) > > A simple way to apply a GitHub pull request, say: > > https://github.co

Applying GitHub pull requests

2013-11-11 Thread Henri Yandell
Apologies if this is obvious to all, but I figured I'd share as it took a moment to look it up and get the right answer out of the noise on StackOverflow :) A simple way to apply a GitHub pull request, say: https://github.com/apache/commons-lang/pull/11/ Download (wget etc) https://github.co

Re: [LANG] Release 3.2?

2013-11-11 Thread Henri Yandell
It's wrong imo :) "Useless parentheses" - I didn't author them, but just looking at the code I find them useful. I think PMD's passed the point of value for us. Too much noise over stylistic items (ie: checkstyle's domain without checkstyle's configuration) and not enough being flagged for real p

Re: Snapshot vs. release sites.

2013-11-11 Thread Henri Yandell
On Fri, Nov 8, 2013 at 4:24 AM, sebb wrote: > On 7 November 2013 17:45, Phil Steitz wrote: > > On 11/6/13 10:11 PM, Henri Yandell wrote: > >> On Wed, Nov 6, 2013 at 7:53 AM, Gary Gregory > wrote: > >> > >>> Hi All: > >>> > >>> I find it unhelpful and confusing at times to see Commons sites for

[VOTE] Release of Commons Collections 4.0 based on RC3

2013-11-11 Thread Thomas Neidhart
Hi, I'd like to call a vote for releasing Commons Collections 4.0 based on RC3. Changes since RC2: * [COLLECTIONS-499] Refactored the test framework for Bag implementations to extend from "AbstractCollectionTest" by decorating the concrete Bag instance with a CollectionBag or Coll

Re: [beanutils] Preparing next release

2013-11-11 Thread Oliver Heger
Hi Benedikt, Am 10.11.2013 22:36, schrieb Benedikt Ritter: > Hello, > > I'm back from a conference week and I hope to find the time to have a look at > trunk this week. I also want to go through jira and do some work on the > tickets. From my perspective this will be the last minor release. So

Re: Snapshot vs. release sites.

2013-11-11 Thread Thomas Neidhart
On 11/06/2013 04:53 PM, Gary Gregory wrote: > Hi All: > > I find it unhelpful and confusing at times to see Commons sites for > -SNAPSHOT version. > > I'd prefer to be able to browse a whole site for any released version. This > is especially handy when I want to find information for some older v

Re: Snapshot vs. release sites.

2013-11-11 Thread Ralph Goers
Wouldn’t it be better to leverage Sonar for looking at versions of reports? Of course, that won’t get you the whole web site. Ralph On Nov 6, 2013, at 7:53 AM, Gary Gregory wrote: > Hi All: > > I find it unhelpful and confusing at times to see Commons sites for > -SNAPSHOT version. > > I'd

RE: [ANNOUNCE] Apache Commons Pool 2.0 released

2013-11-11 Thread Gary Gregory
Congrats to [pool] on a 2.0 finally seeing the light of day! Gary Original message From: Mark Thomas Date:11/11/2013 10:25 (GMT-05:00) To: Commons Users List Cc: Commons Developers List ,annou...@apache.org Subject: [ANNOUNCE] Apache Commons Pool 2.0 released The Apach

[ANNOUNCE] Apache Commons Pool 2.0 released

2013-11-11 Thread Mark Thomas
The Apache Commons Team is pleased to announce the release of Apache Commons Pool 2.0. The Apache Commons Pool open source software library provides an object-pooling API and a number of object pool implementations. Version 2 of Apache Commons Pool contains a completely re-written pooling impleme

Re: Fwd: svn commit: r1540502 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/stat/regression/AbstractMultipleLinearRegression.java

2013-11-11 Thread Luc Maisonobe
Le 11/11/2013 09:47, Thomas Neidhart a écrit : > On 11/11/2013 01:07 AM, Phil Steitz wrote: >> Clirr does not complain about this change, I guess because pre- and >> post- are both unchecked, unadvertised exceptions. Before making >> more of these changes, I want to make sure others are OK with th

Re: Fwd: svn commit: r1540502 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/stat/regression/AbstractMultipleLinearRegression.java

2013-11-11 Thread Thomas Neidhart
On 11/11/2013 01:07 AM, Phil Steitz wrote: > Clirr does not complain about this change, I guess because pre- and > post- are both unchecked, unadvertised exceptions. Before making > more of these changes, I want to make sure others are OK with this > in a dot release. Users who catch MathIllegalA

Re: [OGNL] Make use of logging?

2013-11-11 Thread Thomas Neidhart
On 11/11/2013 06:54 AM, Gary Gregory wrote: > It sounds like the Commons Logging page should include text that refers to > Log4j 2. I can imagine adding something like the following to the logging page: Active development of Commons Logging has stopped, only maintenance release for critical bug