This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from 7ecb714 Add release date for 8.5.63 new b923a7b Refactor tracking of serviced applications to use a concurrent Set new dcfa8ca Switch to the thread-safe method of serviced application tracking new 802588a Avoid servicing conflicts between MBeanFactory and other channels new 64387fa Refactor HostConfig to track serviced apps consistently new 85731b9 Deprecated isServiced as unused new 9781342 Refactor marking app as serviced when using check new 8e8b31b Allow Manager app to deploy applications in parallel new 1471b18 Fix key names The 8 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