This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from e2bb82b Fix backport new 88bb3f3 Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63441 new c60904f Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62841 poss deadlock new cf558b6 Avoid unnecessary logging when host is down The 3 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/session/DeltaManager.java | 65 ++++++++----- .../apache/catalina/ha/session/DeltaSession.java | 69 ++++++++------ .../group/interceptors/TcpFailureDetector.java | 9 +- .../tomcat/util/collections/SynchronizedStack.java | 105 +++++++++++++++++++++ webapps/docs/changelog.xml | 27 ++++++ 5 files changed, 220 insertions(+), 55 deletions(-) create mode 100644 java/org/apache/tomcat/util/collections/SynchronizedStack.java --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org