[VOTE] Release DBCP 2.1.1 based on RC1

2015-08-02 Thread Phil Steitz
This is a vote to release version 2.1.1 of Apache Commons DBCP based on RC1. Here is the release candidate: https://dist.apache.org/repos/dist/dev/commons/dbcp/ (r10048) Built from: https://svn.apache.org/repos/asf/commons/proper/dbcp/tags/DBCP_2_1_1_RC1/ (r1693845) Release notes: https://dist.

Re: [lang] running tests in eclipse

2015-08-02 Thread Daniel C. S. Yeh
Could I ask a question about m2eclipse in this link http://www.eclipse.org/m2e/m2e-downloads.html. Why can't I directly install http://download.eclipse.org/technology/m2e/releases/1.6/1.6.1.20150625-2338? It is very stupid to install from 1.0 to 1.6. Many thanks Daniel On Sun, Aug 2, 2015 at 9:

[ANNOUNCEMENT] Apache Commons Pool 2.4.2 released

2015-08-02 Thread Phil Steitz
The Apache Commons Team is pleased to announce the release of Apache Commons Pool 2.4.2. The Apache Commons Pool open source software library provides an object-pooling API and a number of object pool implementations. No client code changes are required to migrate from any of the 2.x versions t

Re: [dbcp] aborting abandoned connections

2015-08-02 Thread Phil Steitz
On 7/27/15 1:42 PM, Bernd Eckenfels wrote: > Hello, > > I was investigating the behavior of dbcp in regards to killing > longrunning/hanging statements (specifically for the Oracle driver). > > Oracle driver synchronizes on the physical connection for some things > like connection.close() or statem