Re: [VOTE] Release Apache Commons Pool 2.2 RC2 as 2.2

2014-02-21 Thread Phil Steitz
+1 Phil On 2/21/14, 8:26 AM, Mark Thomas wrote: > 2.2 fixes a few bugs and adds a new testOnCreate() feature that is > required by DBCP 2. > > RC2 fixes/improves the following compared to RC1 > - More clarity in release notes and index page on clients not using > MBean interfaces > - Refactor mi

[continuum] BUILD FAILURE: Apache Commons - Apache Commons Parent - CP cannot use -Prelease

2014-02-21 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=27654&projectId=131 Build statistics: State: Failed Previous State: Failed Started at: Fri 21 Feb 2014 20:20:13 + Finished at: Fri 21 Feb 2014 20:20:17 + Total time: 4s Build Trigger: Schedule Bui

Re: svn commit: r1570651 - /commons/proper/commons-parent/trunk/pom.xml

2014-02-21 Thread Matt Benson
It does look like it's getting about that time, yes. Matt On Fri, Feb 21, 2014 at 1:21 PM, Gary Gregory wrote: > How about another release to push out the new SCM plugin and these other > changes? > > Gary > > > On Fri, Feb 21, 2014 at 1:30 PM, wrote: > > > Author: mbenson > > Date: Fri Feb 21

Re: svn commit: r1570651 - /commons/proper/commons-parent/trunk/pom.xml

2014-02-21 Thread Gary Gregory
How about another release to push out the new SCM plugin and these other changes? Gary On Fri, Feb 21, 2014 at 1:30 PM, wrote: > Author: mbenson > Date: Fri Feb 21 18:30:13 2014 > New Revision: 1570651 > > URL: http://svn.apache.org/r1570651 > Log: > comment why enforcer instead of prerequisit

[continuum] BUILD FAILURE: Apache Commons - Apache Commons Parent - CP cannot use -Prelease

2014-02-21 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=27653&projectId=131 Build statistics: State: Failed Previous State: Failed Started at: Fri 21 Feb 2014 19:20:12 + Finished at: Fri 21 Feb 2014 19:20:16 + Total time: 3s Build Trigger: Schedule Bui

Re: [VOTE] Release Apache Commons Pool 2.2 RC2 as 2.2

2014-02-21 Thread Gary Gregory
+1. Downloaded src zip, sig ok, hash ok. Builds ok. Reports ok. Apache Maven 3.1.1 (0728685237757ffbf44136acec0402957f723d9a; 2013-09-17 11:22:22-0400) Maven home: C:\Java\apache-maven-3.1.1\bin\.. Java version: 1.7.0_51, vendor: Oracle Corporation Java home: C:\Program Files\Java\jdk1.7.0_51\jre

Re: [VOTE] Release Apache Commons Pool 2.2 RC2 as 2.2

2014-02-21 Thread Mark Thomas
On 21/02/2014 16:26, Mark Thomas wrote: Unsurprisingly... > [X] +1 Release these artifacts > [ ] +0 OK, but... > [ ] -0 OK, but really should fix... > [ ] -1 I oppose this release because... Mark - To unsubscribe, e-ma

Re: [VOTE] Release Apache Commons Pool 2.2 RC2 as 2.2

2014-02-21 Thread Mark Thomas
On 21/02/2014 17:17, Gary Gregory wrote: > Wait a sec, now that pool2 requires Java 6, why are we still shipping our > own LinkedBlockingDeque instead of using the JRE? Because we require access to the internals that aren't available if we use the one from the JRE. Mark > > Gary > > > On Fri,

Re: [VOTE] Release Apache Commons Pool 2.2 RC2 as 2.2

2014-02-21 Thread Gary Gregory
Wait a sec, now that pool2 requires Java 6, why are we still shipping our own LinkedBlockingDeque instead of using the JRE? Gary On Fri, Feb 21, 2014 at 11:26 AM, Mark Thomas wrote: > 2.2 fixes a few bugs and adds a new testOnCreate() feature that is > required by DBCP 2. > > RC2 fixes/improve

[VOTE] Release Apache Commons Pool 2.2 RC2 as 2.2

2014-02-21 Thread Mark Thomas
2.2 fixes a few bugs and adds a new testOnCreate() feature that is required by DBCP 2. RC2 fixes/improves the following compared to RC1 - More clarity in release notes and index page on clients not using MBean interfaces - Refactor migration notes so they don't need changing on every release - U

Re: svn commit: r1570586 - /commons/proper/pool/trunk/src/changes/release-notes.vm

2014-02-21 Thread sebb
Thanks, that's perfect. On 21 February 2014 14:28, wrote: > Author: markt > Date: Fri Feb 21 14:28:11 2014 > New Revision: 1570586 > > URL: http://svn.apache.org/r1570586 > Log: > Add more clarification re MBean interfaces. > > Modified: > commons/proper/pool/trunk/src/changes/release-notes.

Re: [lang] ObjectUtils.toString(Object) should not be deprecated

2014-02-21 Thread sebb
I say leave the deprecation. If it really turns out to be a major issue, the deprecation can always be removed later. Even Sun did that at least once. On 21 February 2014 14:02, Benedikt Ritter wrote: > I've thought about this again. Our goal here was to remove all the methods > that are availa

[VOTE][CANCELLED] Release Apache Commons Pool 2.2 RC1 as 2.2

2014-02-21 Thread Mark Thomas
No code issues but a few minor things that could be fixed with the docs. I'll get those fixed and then roll RC2. Mark - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.

Re: [VOTE] Release Apache Commons Pool 2.2 RC1 as 2.2

2014-02-21 Thread Mark Thomas
On 18/02/2014 19:28, sebb wrote: > On 18 February 2014 18:51, Mark Thomas wrote: >> On 18/02/2014 18:24, sebb wrote: >>> On 17 February 2014 20:42, Mark Thomas wrote: 2.2 fixes a few bugs and adds a new testOnCreate() feature that is required by DBCP 2. The Pool 2.2 RC1 i

Re: [lang] ObjectUtils.toString(Object) should not be deprecated

2014-02-21 Thread Benedikt Ritter
I've thought about this again. Our goal here was to remove all the methods that are available in Jdk7. The problem is that with Objects.toString(Object) is that it prints out "null" for null references, while ObjectUtils.toString(Object) returns the empty string. We had two choices: - keep ObjectU

Re: Commons site publishing

2014-02-21 Thread Matt Benson
Once released we can copy the doc from the parent pom along with a link to Maven server config docs to our site publishing page. Matt On Feb 21, 2014 4:37 AM, "Benedikt Ritter" wrote: > Would be nice to have some doc of how to configure maven to do the magic. > > > 2014-02-21 5:06 GMT+01:00 Gary

[continuum] BUILD FAILURE: Apache Commons - Apache Commons Math -

2014-02-21 Thread Continuum@vmbuild
Group (shared) Maven 3 Build Definition (Java 1.6) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Continuum-Build-Host: vmbuild X-Continuum-Project-Id: 97 X-Continuum-Project-Name: Apache Commons Math Online report : http://vmbuild.apache.

Re: Commons site publishing

2014-02-21 Thread Benedikt Ritter
Would be nice to have some doc of how to configure maven to do the magic. 2014-02-21 5:06 GMT+01:00 Gary Gregory : > Go for it! > > Gary > > > On Thu, Feb 20, 2014 at 11:40 AM, Matt Benson > wrote: > > > Hi all, > > I have been looking into using Maven server settings for handling SVN > > cre

Re: [lang] ObjectUtils.toString(Object) should not be deprecated

2014-02-21 Thread Benedikt Ritter
I'm about to cut 3.3 today. Do we want to revert this change? 2014-02-21 3:25 GMT+01:00 Gary Gregory : > I think you have a point. > > Gary > > Original message > From: Christoph Schneegans > Date:02/20/2014 20:45 (GMT-05:00) > To: dev@commons.apache.org > Subject: [lang] Ob

Re: [VOTE] Move Commons Attributes to dormant

2014-02-21 Thread Jörg Schaible
+1 Benedikt Ritter wrote: > Hi all, > > I'd like to call a vote for moving Commons Attributes to dormant. > > Reasons: > - years have passed since the last real activity in attributes [1]. > - the last release is from 2006. > - the code is pre Java 5. > > So please cast your votes: > This