From dev-return-203556-archive-asf-public=cust-asf.ponee.io@tomcat.apache.org Wed Nov 20 13:25:00 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 08A2C1804BB for ; Wed, 20 Nov 2019 14:24:59 +0100 (CET) Received: (qmail 83662 invoked by uid 500); 20 Nov 2019 13:24:50 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 83434 invoked by uid 99); 20 Nov 2019 13:24:50 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Nov 2019 13:24:49 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id CC6828B690; Wed, 20 Nov 2019 13:24:49 +0000 (UTC) Date: Wed, 20 Nov 2019 13:24:49 +0000 To: "dev@tomcat.apache.org" Subject: [tomcat] branch 8.5.x updated (e92da8e -> 85ba8b6) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <157425628971.4444.17335183981966063924@gitbox.apache.org> From: markt@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: tomcat X-Git-Refname: refs/heads/8.5.x X-Git-Reftype: branch X-Git-Oldrev: e92da8e26313e12b91112b9a083efb5f9045cfab X-Git-Newrev: 85ba8b6836e07727def00c4845081eacc7f0f9c8 X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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 e92da8e Additional debug logging to investigate bug 63859 new 52c6412 Fix SpotBugs warnings in JDBC pool module new 065c5d1 Fix SpotBugs warnings for unit tests new c4c1420 Fix SpotBugs issues in JDBC pool tests new 85ba8b6 One missed false positive The 4 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/tomcat/jdbc/pool/ConnectionPool.java | 5 +- .../apache/tomcat/jdbc/pool/PoolProperties.java | 2 +- .../apache/tomcat/jdbc/pool/PooledConnection.java | 4 +- .../jdbc/pool/interceptor/StatementCache.java | 3 +- .../interceptor/StatementDecoratorInterceptor.java | 2 +- .../java/org/apache/tomcat/jdbc/bugs/Bug53367.java | 6 +- .../apache/tomcat/jdbc/test/ConnectCountTest.java | 4 +- .../org/apache/tomcat/jdbc/test/FairnessTest.java | 4 +- .../apache/tomcat/jdbc/test/JmxPasswordTest.java | 2 +- .../apache/tomcat/jdbc/test/MultipleCloseTest.java | 4 +- .../apache/tomcat/jdbc/test/StarvationTest.java | 2 + .../org/apache/tomcat/jdbc/test/TestException.java | 12 +- .../tomcat/jdbc/test/TestStatementCache.java | 2 + .../org/apache/tomcat/jdbc/test/TestTimeout.java | 26 +- .../jdbc/test/TestValidationQueryTimeout.java | 16 +- res/findbugs/filter-false-positives.xml | 315 ++++++++++++++++++++- .../TesterDigestAuthenticatorPerformance.java | 2 +- .../apache/catalina/connector/TestSendFile.java | 2 +- .../apache/catalina/core/TestAsyncContextImpl.java | 18 +- ...TestWebappClassLoaderThreadLocalMemoryLeak.java | 5 +- .../catalina/nonblocking/TestNonBlockingAPI.java | 37 ++- .../tribes/test/transport/SocketNioReceive.java | 8 +- .../valves/TestLoadBalancerDrainingValve.java | 6 +- .../apache/coyote/http11/upgrade/TestUpgrade.java | 9 +- .../http11/upgrade/TestUpgradeInternalHandler.java | 7 +- test/org/apache/coyote/http2/Http2TestBase.java | 2 +- test/org/apache/coyote/http2/TestAsync.java | 7 +- test/org/apache/jasper/TestJspC.java | 2 +- .../apache/jasper/TestJspCompilationContext.java | 3 +- test/org/apache/juli/TestFileHandler.java | 13 +- 30 files changed, 442 insertions(+), 88 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org