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 eaf0a84 Add example Dockerfile for native image new 07bcd15 Refactor definition of boolean array to reduce code duplication new 4519533 Additional async dispatch tests 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: .../http/TestHttpServletResponseSendError.java | 2 - .../core/TestAsyncContextImplDispatch.java | 151 +++++++++++++++++++++ .../servlets/DefaultServletEncodingBaseTest.java | 2 - .../servlets/TestDefaultServletOptions.java | 1 - .../servlets/TestWebdavServletOptions.java | 1 - .../apache/catalina/startup/TomcatBaseTest.java | 8 +- test/org/apache/coyote/http2/TestAsync.java | 1 - 7 files changed, 157 insertions(+), 9 deletions(-) create mode 100644 test/org/apache/catalina/core/TestAsyncContextImplDispatch.java --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org