This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch serviced in repository https://gitbox.apache.org/repos/asf/tomcat.git.
discard ee60693 Allow Manager app to deploy applications in parallel discard 5102524 Refactor marking app as serviced when using check discard 3da1d7e Deprecated isServiced as unused discard 646224b Refactor HostConfig to track serviced apps consistently discard 79e00bd Avoid servicing conflicts between MBeanFactory and other channels discard c662de6 Switch to the thread-safe method of serviced application tracking discard 2a7521a Refactor tracking of serviced applications to use a concurrent Set add b8fbf89 ASF svn seems to be timing out. Use GitHub mirror instead. add cc49506 Expand coverage of unit tests add 39f3b06 Very basic permissions for non posix filesystems add 5e719fe Fix test failure when running under cobertura add 2bdf8e6 Add release date for 10.0.2 add bab9d8c Fix typo add fb63c2c Cleanups add e324b94 Refactor tracking of serviced applications to use a concurrent Set add 5b9c6f8 Switch to the thread-safe method of serviced application tracking add be2adfb Avoid servicing conflicts between MBeanFactory and other channels add 0e45d89 Refactor HostConfig to track serviced apps consistently add 8602866 Deprecated isServiced as unused add 06c014b Refactor marking app as serviced when using check add 9d1c9e0 Allow Manager app to deploy applications in parallel This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (ee60693) \ N -- N -- N refs/heads/serviced (9d1c9e0) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: .travis.yml | 2 +- .../apache/tomcat/util/net/LocalStrings.properties | 2 ++ java/org/apache/tomcat/util/net/NioEndpoint.java | 18 +++++++--- .../catalina/loader/TestVirtualWebappLoader.java | 2 ++ .../org/apache/el/TestExpressionFactory.java | 38 ++++++++++++---------- webapps/docs/changelog.xml | 2 +- 6 files changed, 41 insertions(+), 23 deletions(-) copy java/org/apache/jasper/el/ExpressionImpl.java => test/org/apache/el/TestExpressionFactory.java (52%) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org