While it exists in 1.x, the package org.apache.commons.dbcp.cpdsadapter
would be could have a better, simpler name like
org.apache.commons.dbcp2.cpds and some package level docs just to say what
CPDS even is for our first time users.

Aside from that, builds OK from zip src (hash and sig OK) with 'mvn clean
site':

Apache Maven 3.2.1 (ea8b2b07643dbb1b84b6d16e1f08391b666bc1e9;
2014-02-14T12:37:52-05:00)
Maven home: C:\Java\apache-maven-3.2.1\bin\..
Java version: 1.7.0_51, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk1.7.0_51\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"

Reports look good except one:

I got 54 checkstyle errors, all "File does not end with a newline." on line
0. Looking at one error I do not have the source xref generated.

Looking at the 1st link for such a line 0 I get a broken link for:

file:///C:/temp/rc/commons-dbcp2-2.0-src/target/site/xref/src/main/java/org/apache/commons/dbcp2/AbandonedTrace.html#0

When I look at the source xref report I see the HTML file here:

file:///C:/temp/rc/commons-dbcp2-2.0-src/target/site/xref/org/apache/commons/dbcp2/AbandonedTrace.html

+1

Gary


On Thu, Feb 27, 2014 at 2:42 PM, Mark Thomas <ma...@apache.org> wrote:

> It has been a while since it was first suggested but we have reached the
> point where DBCP 2.0 is ready for release.
>
> The significant changes are:
> - switched to Pool 2 for better performance
> - added JMX support
>
> We have also fixed quite a few bugs
>
> DBCP 2.0 RC1 is available for review here:
>   https://dist.apache.org/repos/dist/dev/commons/dbcp/
>   (svn revision 4529)
>
> Maven artifacts are here:
>
> https://repository.apache.org/content/repositories/orgapachecommons-1011/
>
> Details of changes since 1.x are in the release notes and changelog:
>   https://dist.apache.org/repos/dist/dev/commons/dbcp/RELEASE-NOTES.txt
>
> http://people.apache.org/~markt/dev/DBCP-2.0-RC1-site/changes-report.html
>
> The tag is here:
>   http://svn.apache.org/viewvc/commons/proper/dbcp/tags/DBCP_2_0_RC1/
>   (svn revision 1572625)
>
> Site:
>   http://people.apache.org/~markt/dev/DBCP-2.0-RC1-site/index.html
>   (NB Javadoc links won't work - they'll find fine when deployed)
>
> KEYS:
>   http://www.apache.org/dist/commons/KEYS
>
> Please review the release candidate and vote.
> This vote will close no sooner that 72 hours from now.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>


-- 
E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
Java Persistence with Hibernate, Second Edition<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Reply via email to