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 edb92552e1 Support parsing multiple path parameters in a single URL segment. new f7129cf0ee Refactor TaskQueue to use RetryableQueue interface new 245f079db6 Restore imports incorrectly removed during code formatting 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: .../util/net/openssl/panama/OpenSSLContext.java | 5 +++ .../util/net/openssl/panama/OpenSSLEngine.java | 5 +++ .../util/net/openssl/panama/OpenSSLLibrary.java | 3 ++ .../net/openssl/panama/OpenSSLSessionContext.java | 2 + .../net/openssl/panama/OpenSSLSessionStats.java | 2 + .../apache/tomcat/util/threads/RetryableQueue.java | 52 ++++++++++++++++++++++ java/org/apache/tomcat/util/threads/TaskQueue.java | 27 ++--------- .../tomcat/util/threads/ThreadPoolExecutor.java | 4 +- webapps/docs/changelog.xml | 11 +++++ 9 files changed, 85 insertions(+), 26 deletions(-) create mode 100644 java/org/apache/tomcat/util/threads/RetryableQueue.java --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org