This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from c4e35de Update Commons Pool to 2.8.1 new 0c98f85 Update changelog new 6c17d91 Update Commons DBCP to latest The 2 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: MERGE.txt | 2 +- .../apache/tomcat/dbcp/dbcp2/BasicDataSource.java | 187 +++++++++--------- .../tomcat/dbcp/dbcp2/BasicDataSourceFactory.java | 11 +- .../tomcat/dbcp/dbcp2/BasicDataSourceMXBean.java | 29 +++ .../tomcat/dbcp/dbcp2/DelegatingConnection.java | 4 +- .../tomcat/dbcp/dbcp2/PoolableConnection.java | 3 + .../dbcp/dbcp2/PoolableConnectionFactory.java | 14 ++ .../tomcat/dbcp/dbcp2/PoolingConnection.java | 220 +++++++++++---------- .../dbcp/dbcp2/cpdsadapter/DriverAdapterCPDS.java | 28 +-- .../dbcp2/datasources/CPDSConnectionFactory.java | 3 +- .../dbcp2/datasources/InstanceKeyDataSource.java | 8 +- .../dbcp/dbcp2/datasources/package-info.java | 2 +- .../dbcp/dbcp2/managed/BasicManagedDataSource.java | 3 +- .../dbcp2/managed/LocalXAConnectionFactory.java | 21 +- webapps/docs/changelog.xml | 8 + 15 files changed, 327 insertions(+), 216 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org