Re: [text] [maven-release-plugin] prepare release commons-text-1.3

2017-12-16 Thread Rob Tompkins
Sorry. Was fiddling around with the maven release process. I’ll revert this. -Rob > On Dec 16, 2017, at 9:52 AM, chtom...@apache.org wrote: > > Repository: commons-text > Updated Branches: > refs/heads/master f7f046535 -> 8b8adcaeb > > > [maven-release-plugin] prepare release commons-text-1.3

[VOTE] Release Apache Commons Pool 2.5.0 based on RC1

2017-12-16 Thread Gary Gregory
We have fixed quite a few bugs and added some enhancements since Apache Commons Pool 2.4.3 was released, so I would like to release Apache Commons Pool 2.5.0. Apache Commons Pool 2.5.0 RC1 is available for review here: https://dist.apache.org/repos/dist/dev/commons/pool/ (svn revision 23755)

Re: [VOTE] Release Apache Commons Pool 2.5.0 based on RC1

2017-12-16 Thread Matt Sicker
+1 (non-binding) Keys look good, source compiles and works fine on Java 1.8.0_151 on macOS 10.13.2. On 16 December 2017 at 16:35, Gary Gregory wrote: > We have fixed quite a few bugs and added some enhancements since Apache > Commons Pool 2.4.3 was released, so I would like to release Apache C

Re: [VOTE] Release Apache Commons Pool 2.5.0 based on RC1

2017-12-16 Thread Bruno P. Kinoshita
[ X ] -1 I oppose this release because... For now, as I was not able to build commons-dbcp with 2.5.0 (see previous thread at [1]). See last part of this e-mail for more. Happy to change my vote in case anyone else can verify we will be able to update commons-dbcp to use commons-pool 2.5.0. Bu

Re: [VOTE] Release Apache Commons Pool 2.5.0 based on RC1

2017-12-16 Thread Gary Gregory
Bruno: I am able to build Commons DBCP by first installing pool2 2.5.0 in my local Maven repo ('mvn clean install') and taking Commons DBCP git master and setting commons.pool.version to 2.5.0 and running 'mvn clean verify' which takes about 90 seconds. Gary On Sat, Dec 16, 2017 at 5:12 PM, Brun

Re: [VOTE] Release Apache Commons Pool 2.5.0 based on RC1

2017-12-16 Thread Bruno P. Kinoshita
Thank you for trying that out Gary. As you are able to build it, I assume it must be something in my environment. That can be checked in commons-dbcp later, and is probably not a blocker for this release. So changing vote to +1   [ X ] +1 Release these artifactsCheersBruno From: Gary Greg