This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from b4775ee Update Commons FileUpload - cosmetic only new ac39b56 Align with Codec new b346ab4 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 +- .../apache/tomcat/dbcp/pool2/DestroyMode.java} | 16 +++--- .../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(+), 50 deletions(-) copy java/{jakarta/el/VariableMapper.java => org/apache/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