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 04f3694 Cleanups new 391255f Refactor tracking of serviced applications to use a concurrent Set new 05debfd Switch to the thread-safe method of serviced application tracking new 485a74b Avoid servicing conflicts between MBeanFactory and other channels new 34b47ed Refactor HostConfig to track serviced apps consistently new 12f7d9e Deprecated isServiced as unused new 4edd0b6 Refactor marking app as serviced when using check new fbba611 Allow Manager app to deploy applications in parallel The 7 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: .../apache/catalina/ha/deploy/FarmWarDeployer.java | 39 ++- .../catalina/manager/HTMLManagerServlet.java | 11 +- .../apache/catalina/manager/ManagerServlet.java | 70 +++--- .../apache/catalina/mbeans/LocalStrings.properties | 2 + java/org/apache/catalina/mbeans/MBeanFactory.java | 61 +++-- java/org/apache/catalina/startup/HostConfig.java | 276 +++++++++++++++------ .../apache/catalina/startup/mbeans-descriptors.xml | 13 +- webapps/docs/changelog.xml | 8 + 8 files changed, 328 insertions(+), 152 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org