Re: [tomcat] 01/03: Fix warnings with Java 6 caused by missing @Override annotations

2019-10-25 Thread Phil Steitz
Sorry I missed all of these things.  Is there a checkstyle or eclipse config somewhere that I can use to make sure the next batch is clean? Phil On 10/25/19 11:12 AM, ma...@apache.org wrote: This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.

[GitHub] [tomcat] steves14 opened a new pull request #220: BZ 63879 - Remove unnecessary exception from NioSocketWrapper doClose

2019-10-25 Thread GitBox
steves14 opened a new pull request #220: BZ 63879 - Remove unnecessary exception from NioSocketWrapper doClose URL: https://github.com/apache/tomcat/pull/220 https://bz.apache.org/bugzilla/show_bug.cgi?id=63879 This is an aut

[tomcat] branch 7.0.x updated: Fix remaining IDE warnings in DBCP 1.x test classes

2019-10-25 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/7.0.x by this push: new ee495b6 Fix remaining IDE warnings in DBCP 1.x tes

[tomcat] 03/03: Fix IDE warnings for missing @Deprecated annotations

2019-10-25 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit ef5de17498316569ed490b0db1e60a7758b577a5 Author: Mark Thomas AuthorDate: Fri Oct 25 13:15:18 2019 +0200 Fix IDE warni

[tomcat] branch 7.0.x updated (5a93621 -> ef5de17)

2019-10-25 Thread markt
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 5a93621 Remove @Override annotations that trigger errors with Java 6 new 9e612f9 Fix warnings with Java 6 caused

[tomcat] 02/03: Fix unnecessary code warnings in IDE

2019-10-25 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit cece962e9d880f0ec9911fc785513c567af40899 Author: Mark Thomas AuthorDate: Fri Oct 25 13:13:50 2019 +0200 Fix unnecessa

[tomcat] 01/03: Fix warnings with Java 6 caused by missing @Override annotations

2019-10-25 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 9e612f96ecfd96e3e96f2ea95ce9500d03f96691 Author: Mark Thomas AuthorDate: Fri Oct 25 13:13:06 2019 +0200 Fix warnings

[tomcat] 03/03: Add more documentation about usage of RewriteMap

2019-10-25 Thread fschumacher
This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git commit e70ef8567bbe4b852ecfff41add0c43ba36d7fa6 Author: Felix Schumacher AuthorDate: Fri Oct 25 15:38:10 2019 +0200 A

[tomcat] branch master updated (071d63e -> e70ef85)

2019-10-25 Thread fschumacher
This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git. from 071d63e Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63831 new 70b54a9 Small typo in changelog

[tomcat] 01/03: Small typo in changelog

2019-10-25 Thread fschumacher
This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 70b54a99e8e366e1b178a7814c3b20ab36fd4195 Author: Felix Schumacher AuthorDate: Fri Oct 25 15:42:36 2019 +0200 S

[tomcat] 02/03: Correct link target for RewriteMap in documentation

2019-10-25 Thread fschumacher
This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 63ea6ad6e3490c34d8915090f7e312fafbd5148f Author: Felix Schumacher AuthorDate: Fri Oct 25 13:00:34 2019 +0200 C

[tomcat] branch 7.0.x updated: Remove @Override annotations that trigger errors with Java 6

2019-10-25 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/7.0.x by this push: new 5a93621 Remove @Override annotations that trigger

[GitHub] [tomcat] markt-asf commented on issue #216: Add Commons DBCP 1.x unit tests to 7.0.x branch

2019-10-25 Thread GitBox
markt-asf commented on issue #216: Add Commons DBCP 1.x unit tests to 7.0.x branch URL: https://github.com/apache/tomcat/pull/216#issuecomment-546302405 All merged less that last commit that disabled the failing tests as another contributor has provided a fix for the bug that triggered the

[GitHub] [tomcat] markt-asf closed pull request #216: Add Commons DBCP 1.x unit tests to 7.0.x branch

2019-10-25 Thread GitBox
markt-asf closed pull request #216: Add Commons DBCP 1.x unit tests to 7.0.x branch URL: https://github.com/apache/tomcat/pull/216 This is an automated message from the Apache Git Service. To respond to the message, please l

[Bug 63833] NPE in DBCP when attempting to connect to a database that doesn't exist

2019-10-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63833 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[tomcat] 11/15: Repackaging.

2019-10-25 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 1fd365f70cee897860f8f6342a8a4acbb2f3370b Author: Phil Steitz AuthorDate: Sun Oct 20 09:37:12 2019 -0700 Repackaging.

[tomcat] 05/15: Add TesterResulSet from Commons DBCP 1.5 branch, commit fa9c1eb250c76dd9af5ee23bf2ecd5351cad4e04.

2019-10-25 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 11f3f4949c94a1c96fcfcb0fe257976ff69b5921 Author: Phil Steitz AuthorDate: Sat Oct 19 14:39:01 2019 -0700 Add TesterRes

[tomcat] 14/15: Rename abstract test class so runner does not try to execute test cases in it.

2019-10-25 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 89ca499adbc34e02183906520540a2171a07eef5 Author: Phil Steitz AuthorDate: Sun Oct 20 15:39:08 2019 -0700 Rename abstra

[tomcat] 12/15: Remove unused imports.

2019-10-25 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 2015090e55abc9272dd8b6f010a1a568c8263398 Author: psteitz AuthorDate: Sun Oct 20 12:02:46 2019 -0700 Remove unused imp

[tomcat] 15/15: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63833

2019-10-25 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 8191a6aa8f3600cb48db064e23d89b7d9623ccc0 Author: Mark Thomas AuthorDate: Fri Oct 25 12:36:44 2019 +0200 Fix https://b

[tomcat] 04/15: Add TesterDatabaseMetaData from Commons DBCP 1.5 branch, commit fa9c1eb250c76dd9af5ee23bf2ecd5351cad4e04.

2019-10-25 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 6b81f37775f4f9954f7228d7472008c9e524af1e Author: Phil Steitz AuthorDate: Sat Oct 19 14:14:31 2019 -0700 Add TesterDat

[tomcat] 06/15: Add TesterPreparedStatement from Commons DBCP 1.5 branch, commit fa9c1eb250c76dd9af5ee23bf2ecd5351cad4e04.

2019-10-25 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 36f7f4b42f8b2e10123e822056dc40043f522803 Author: Phil Steitz AuthorDate: Sat Oct 19 14:40:57 2019 -0700 Add TesterPre

[tomcat] 13/15: Generics.

2019-10-25 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit b18ab5fb864b39b3af32090d85169e4b6887a37b Author: psteitz AuthorDate: Sun Oct 20 12:03:49 2019 -0700 Generics. --- te

[tomcat] 03/15: Add TesterConnection from Commons DBCP 1.5 branch, commit fa9c1eb250c76dd9af5ee23bf2ecd5351cad4e04.

2019-10-25 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit baf58959e48c939805e0cb6f7a07277bf7ab89e6 Author: Phil Steitz AuthorDate: Sat Oct 19 14:10:18 2019 -0700 Add TesterCon

[tomcat] 10/15: Add TestConnectionPool from Commons DBCP 1.5 branch, commit fa9c1eb250c76dd9af5ee23bf2ecd5351cad4e04.

2019-10-25 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 9480651047c408bcf931612b68c8319145b31e89 Author: Phil Steitz AuthorDate: Sat Oct 19 14:49:54 2019 -0700 Add TestConne

[tomcat] 09/15: Add TesterClassLoader from Commons DBCP 1.5 branch, commit fa9c1eb250c76dd9af5ee23bf2ecd5351cad4e04.

2019-10-25 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit f406df20d22c62244cc2df9633693f5622d381a5 Author: Phil Steitz AuthorDate: Sat Oct 19 14:46:09 2019 -0700 Add TesterCla

[tomcat] 08/15: Add TesterStatement from Commons DBCP 1.5 branch, commit fa9c1eb250c76dd9af5ee23bf2ecd5351cad4e04.

2019-10-25 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit edf36aa3cb199f5cd06e99fe76441d2977e774c6 Author: Phil Steitz AuthorDate: Sat Oct 19 14:44:43 2019 -0700 Add TesterSta

[tomcat] 02/15: Add TesterDriver from Commons DBCP 1.5 branch, commit fa9c1eb250c76dd9af5ee23bf2ecd5351cad4e04.

2019-10-25 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit addbdbee01ea7b68912ca1d5a4a9126c066df649 Author: Phil Steitz AuthorDate: Sat Oct 19 13:52:22 2019 -0700 Add TesterDri

[tomcat] 01/15: Add TestBasicDataSource from Commons DBCP 1.5 branch, commit fa9c1eb250c76dd9af5ee23bf2ecd5351cad4e04.

2019-10-25 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 8ba4f4603bbf523aa912a28287f7de8e5efc843d Author: Phil Steitz AuthorDate: Sat Oct 19 13:41:48 2019 -0700 Add TestBasic

[tomcat] 07/15: Add TesterCallableStatement from Commons DBCP 1.5 branch, commit fa9c1eb250c76dd9af5ee23bf2ecd5351cad4e04.

2019-10-25 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 053ca1075545ba61cce553e6829ffa2265e0d1cc Author: Phil Steitz AuthorDate: Sat Oct 19 14:42:46 2019 -0700 Add TesterCal

[tomcat] branch 7.0.x updated (0c756e4 -> 8191a6a)

2019-10-25 Thread markt
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 0c756e4 Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63829 new 8ba4f46 Add TestBasicDataSource from Common

[Bug 63875] Tomcat 8.5.46, APR/libtcnative crashes

2019-10-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63875 --- Comment #11 from sachin.pip...@globallogic.com --- (In reply to sachin.pipal1 from comment #6) > (In reply to Remy Maucherat from comment #5) > > It would be useful to test Tomcat 9 with NIO. > > The stack indicates a crash on stop only, are

[Bug 63875] Tomcat 8.5.46, APR/libtcnative crashes

2019-10-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63875 --- Comment #10 from sachin.pip...@globallogic.com --- # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.202-b08 mixed mode linux-amd64 compressed oops) # Problematic frame: # C [libtcnative-1.so+0x2c61be] apr_pool_cleanup_kill+0x3a # Stack:

[Bug 63875] Tomcat 8.5.46, APR/libtcnative crashes

2019-10-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63875 --- Comment #9 from sachin.pip...@globallogic.com --- Created attachment 36860 --> https://bz.apache.org/bugzilla/attachment.cgi?id=36860&action=edit application log on tomcat9 -- You are receiving this mail because: You are the assignee for

[Bug 63875] Tomcat 8.5.46, APR/libtcnative crashes

2019-10-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63875 --- Comment #8 from sachin.pip...@globallogic.com --- Created attachment 36859 --> https://bz.apache.org/bugzilla/attachment.cgi?id=36859&action=edit runlog on tomcat9 -- You are receiving this mail because: You are the assignee for the bug.

[Bug 63875] Tomcat 8.5.46, APR/libtcnative crashes

2019-10-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63875 --- Comment #7 from sachin.pip...@globallogic.com --- Created attachment 36858 --> https://bz.apache.org/bugzilla/attachment.cgi?id=36858&action=edit JVM log on tomcat9 -- You are receiving this mail because: You are the assignee for the bug

[Bug 63875] Tomcat 8.5.46, APR/libtcnative crashes

2019-10-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63875 sachin.pip...@globallogic.com changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #6 from