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 ffa2c1c Update Commons FileUpload - cosmetic only new 9eaf35f Align with Codec new eeb261d Update Commons Pool 2 to 2.9.1-SNAPSHOT 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 +- .../dbcp/pool2/DestroyMode.java} | 19 ++++--- .../apache/tomcat/dbcp/pool2/KeyedObjectPool.java | 27 ++++++++++ .../dbcp/pool2/KeyedPooledObjectFactory.java | 20 +++++++ java/org/apache/tomcat/dbcp/pool2/ObjectPool.java | 24 +++++++++ .../tomcat/dbcp/pool2/PooledObjectFactory.java | 23 +++++++- .../tomcat/dbcp/pool2/impl/EvictionTimer.java | 2 +- .../dbcp/pool2/impl/GenericKeyedObjectPool.java | 52 +++++++++++++----- .../tomcat/dbcp/pool2/impl/GenericObjectPool.java | 63 ++++++++++++++-------- .../apache/tomcat/util/codec/binary/Base64.java | 7 ++- webapps/docs/changelog.xml | 4 ++ 11 files changed, 190 insertions(+), 53 deletions(-) copy java/org/apache/{catalina/ha/tcp/Constants.java => tomcat/dbcp/pool2/DestroyMode.java} (70%) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org