This is an automated email from the ASF dual-hosted git repository.
markt pushed a change to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from 6b2a5a0 https://bz.apache.org/bugzilla/show_bug.cgi?id=63286 access
log formats
new bc9eeec Generics: PoolingConnection
new 8b74c5f Generics: PooledConnectionImpl
The 11943 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/tomcat/dbcp/dbcp/BasicDataSource.java | 7 +-
.../tomcat/dbcp/dbcp/DelegatingStatement.java | 4 +-
.../dbcp/dbcp/PoolableCallableStatement.java | 5 +-
.../dbcp/dbcp/PoolableConnectionFactory.java | 44 ++-
.../dbcp/dbcp/PoolablePreparedStatement.java | 4 +-
.../apache/tomcat/dbcp/dbcp/PoolingConnection.java | 414 +++++++++++----------
.../dbcp/dbcp/cpdsadapter/DriverAdapterCPDS.java | 8 +-
.../cpdsadapter/PoolablePreparedStatementStub.java | 56 ---
.../dbcp/cpdsadapter/PooledConnectionImpl.java | 250 ++++---------
9 files changed, 319 insertions(+), 473 deletions(-)
delete mode 100644
java/org/apache/tomcat/dbcp/dbcp/cpdsadapter/PoolablePreparedStatementStub.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]