svn commit: r1744156 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/tomcat/util/compat/ java/org/apache/tomcat/util/compat/Jre9Compat.java java/org/apache/tomcat/util/compat/JreCompat.java

2016-05-16 Thread markt
Author: markt Date: Mon May 16 21:50:42 2016 New Revision: 1744156 URL: http://svn.apache.org/viewvc?rev=1744156&view=rev Log: Back-port Java 9 support to compatibility util class Added: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/compat/Jre9Compat.java - copied unchanged from r174

svn commit: r1744155 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/compat/ java/org/apache/tomcat/util/compat/Jre9Compat.java java/org/apache/tomcat/util/compat/JreCompat.java

2016-05-16 Thread markt
Author: markt Date: Mon May 16 21:48:27 2016 New Revision: 1744155 URL: http://svn.apache.org/viewvc?rev=1744155&view=rev Log: Back-port Java 9 support to compatibility util class Added: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/compat/Jre9Compat.java - copied unchanged from r174

svn commit: r1744152 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/util/compat/Jre9Compat.java java/org/apache/tomcat/util/compat/JreCompat.java

2016-05-16 Thread markt
Author: markt Date: Mon May 16 21:46:06 2016 New Revision: 1744152 URL: http://svn.apache.org/viewvc?rev=1744152&view=rev Log: Back-port Java 9 support to compatibility util class Added: tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/compat/Jre9Compat.java - copied unchanged from r174

svn commit: r1744151 - in /tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/compat: Jre9Compat.java JreCompat.java

2016-05-16 Thread markt
Author: markt Date: Mon May 16 21:43:56 2016 New Revision: 1744151 URL: http://svn.apache.org/viewvc?rev=1744151&view=rev Log: Back-port Java 9 support to compatibility util class Added: tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/compat/Jre9Compat.java (with props) Modified: tomc

svn commit: r1744150 - /tomcat/trunk/java/org/apache/tomcat/util/compat/JreCompat.java

2016-05-16 Thread markt
Author: markt Date: Mon May 16 21:42:14 2016 New Revision: 1744150 URL: http://svn.apache.org/viewvc?rev=1744150&view=rev Log: Align with back-port Modified: tomcat/trunk/java/org/apache/tomcat/util/compat/JreCompat.java Modified: tomcat/trunk/java/org/apache/tomcat/util/compat/JreCompat.jav

svn commit: r1744149 - in /tomcat/trunk/java/org/apache/tomcat/util/compat: Jre9Compat.java JreCompat.java

2016-05-16 Thread markt
Author: markt Date: Mon May 16 21:36:39 2016 New Revision: 1744149 URL: http://svn.apache.org/viewvc?rev=1744149&view=rev Log: Tomcat needs to know if it is running on Java 9 since the reflection used by the RMI memory leak detection will break unless the right command line option is specified.

NPE in StandardJarScanner

2016-05-16 Thread Romain Manni-Bucau
Hi guys, org.apache.tomcat.util.scan.StandardJarScanner#processManifest does: Manifest manifest = jar.getManifest(); Attributes attributes = manifest.getMainAttributes(); Please note that manifest can be null so another NPE should be added Thanks, Romain Manni-Bucau @rmannibucau

svn commit: r1744131 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/loader/LocalStrings.properties java/org/apache/catalina/loader/WebappClassLoader.java webapps/docs/changelog.xml

2016-05-16 Thread markt
Author: markt Date: Mon May 16 20:46:41 2016 New Revision: 1744131 URL: http://svn.apache.org/viewvc?rev=1744131&view=rev Log: RMI Target related memory leaks are avoidable which makes them an application bug that needs to be fixed rather than a JRE bug to work around. Therefore, start logging R

svn commit: r1744129 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/loader/LocalStrings.properties java/org/apache/catalina/loader/WebappClassLoaderBase.java webapps/docs/changelog.xml

2016-05-16 Thread markt
Author: markt Date: Mon May 16 20:14:14 2016 New Revision: 1744129 URL: http://svn.apache.org/viewvc?rev=1744129&view=rev Log: RMI Target related memory leaks are avoidable which makes them an application bug that needs to be fixed rather than a JRE bug to work around. Therefore, start logging R

svn commit: r1744128 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/loader/LocalStrings.properties java/org/apache/catalina/loader/WebappClassLoaderBase.java webapps/docs/changelog.xml

2016-05-16 Thread markt
Author: markt Date: Mon May 16 20:11:27 2016 New Revision: 1744128 URL: http://svn.apache.org/viewvc?rev=1744128&view=rev Log: RMI Target related memory leaks are avoidable which makes them an application bug that needs to be fixed rather than a JRE bug to work around. Therefore, start logging R

svn commit: r1744127 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/loader/LocalStrings.properties java/org/apache/catalina/loader/WebappClassLoaderBase.java webapps/docs/changelog.xml

2016-05-16 Thread markt
Author: markt Date: Mon May 16 20:10:46 2016 New Revision: 1744127 URL: http://svn.apache.org/viewvc?rev=1744127&view=rev Log: RMI Target related memory leaks are avoidable which makes them an application bug that needs to be fixed rather than a JRE bug to work around. Therefore, start logging R

svn commit: r1744125 - in /tomcat/trunk: java/org/apache/catalina/loader/LocalStrings.properties java/org/apache/catalina/loader/WebappClassLoaderBase.java webapps/docs/changelog.xml

2016-05-16 Thread markt
Author: markt Date: Mon May 16 20:09:27 2016 New Revision: 1744125 URL: http://svn.apache.org/viewvc?rev=1744125&view=rev Log: RMI Target related memory leaks are avoidable which makes them an application bug that needs to be fixed rather than a JRE bug to work around. Therefore, start logging R

svn commit: r1744071 - /tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java

2016-05-16 Thread markt
Author: markt Date: Mon May 16 15:21:18 2016 New Revision: 1744071 URL: http://svn.apache.org/viewvc?rev=1744071&view=rev Log: Add a note to remind me why I haven't raised this leak with the OpenJDK team (it is already fixed). Modified: tomcat/trunk/java/org/apache/catalina/core/JreMemoryLe

buildbot success in on tomcat-trunk

2016-05-16 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/1369 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler sch

svn commit: r1744068 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java

2016-05-16 Thread markt
Author: markt Date: Mon May 16 15:01:26 2016 New Revision: 1744068 URL: http://svn.apache.org/viewvc?rev=1744068&view=rev Log: Fix typo Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/

svn commit: r1744067 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java

2016-05-16 Thread markt
Author: markt Date: Mon May 16 15:00:35 2016 New Revision: 1744067 URL: http://svn.apache.org/viewvc?rev=1744067&view=rev Log: Update comments to reflect that one of the issues does not affect Java 7 (the minimum version required for Tomcat 8) Modified: tomcat/tc8.0.x/trunk/ (props changed

svn commit: r1744066 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java

2016-05-16 Thread markt
Author: markt Date: Mon May 16 14:59:30 2016 New Revision: 1744066 URL: http://svn.apache.org/viewvc?rev=1744066&view=rev Log: Update comments to reflect that one of the issues does not affect Java 7 (the minimum version required for Tomcat 8) Modified: tomcat/tc8.5.x/trunk/ (props changed

svn commit: r1744065 - /tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java

2016-05-16 Thread markt
Author: markt Date: Mon May 16 14:58:00 2016 New Revision: 1744065 URL: http://svn.apache.org/viewvc?rev=1744065&view=rev Log: Fix typo Modified: tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java Modified: tomcat/trunk/java/org/apache/catalina/core/JreMemoryLe

svn commit: r1744064 - /tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java

2016-05-16 Thread markt
Author: markt Date: Mon May 16 14:57:43 2016 New Revision: 1744064 URL: http://svn.apache.org/viewvc?rev=1744064&view=rev Log: Update comments to reflect that one of the issues does not affect Java 8 (the minimum version required for Tomcat 9) Modified: tomcat/trunk/java/org/apache/catalina

svn commit: r1744062 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java webapps/docs/changelog.xml

2016-05-16 Thread markt
Author: markt Date: Mon May 16 14:54:08 2016 New Revision: 1744062 URL: http://svn.apache.org/viewvc?rev=1744062&view=rev Log: (empty) Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java tomcat/tc6.

svn commit: r1744061 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java

2016-05-16 Thread markt
Author: markt Date: Mon May 16 14:50:27 2016 New Revision: 1744061 URL: http://svn.apache.org/viewvc?rev=1744061&view=rev Log: No functional change. Update comments with latest understanding of the problem. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/a

svn commit: r1744060 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java

2016-05-16 Thread markt
Author: markt Date: Mon May 16 14:49:41 2016 New Revision: 1744060 URL: http://svn.apache.org/viewvc?rev=1744060&view=rev Log: No functional change. Update comments with latest understanding of the problem. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/a

svn commit: r1744059 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java

2016-05-16 Thread markt
Author: markt Date: Mon May 16 14:49:04 2016 New Revision: 1744059 URL: http://svn.apache.org/viewvc?rev=1744059&view=rev Log: No functional change. Update comments with latest understanding of the problem. Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/a

svn commit: r1744058 - /tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java

2016-05-16 Thread markt
Author: markt Date: Mon May 16 14:48:31 2016 New Revision: 1744058 URL: http://svn.apache.org/viewvc?rev=1744058&view=rev Log: No functional change. Update comments with latest understanding of the problem. Modified: tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.

buildbot success in on tomcat-8-trunk

2016-05-16 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-8-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-8-trunk/builds/624 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

svn commit: r1744025 - /tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

2016-05-16 Thread markt
Author: markt Date: Mon May 16 11:32:05 2016 New Revision: 1744025 URL: http://svn.apache.org/viewvc?rev=1744025&view=rev Log: Add 8.0.35 release date Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.o

svn commit: r13653 - /dev/tomcat/tomcat-8/v8.0.35/ /release/tomcat/tomcat-8/v8.0.35/

2016-05-16 Thread markt
Author: markt Date: Mon May 16 11:31:10 2016 New Revision: 13653 Log: Release 8.0.35 Added: release/tomcat/tomcat-8/v8.0.35/ - copied from r13606, dev/tomcat/tomcat-8/v8.0.35/ Removed: dev/tomcat/tomcat-8/v8.0.35/ ---

[VOTE][RESULT] Release Apache Tomcat 8.0.35

2016-05-16 Thread Mark Thomas
The following votes were cast: Binding: - stable: remm, violetagg, fschumacher, kfujino, rjung Non-binding: - stable: ognjen The vote therefore passes. Thanks to everyone who tested and/or voted on this release. Mark - To u

buildbot exception in on tomcat-trunk

2016-05-16 Thread buildbot
The Buildbot has detected a build exception on builder tomcat-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/1368 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler sc

svn commit: r1744024 - /tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml

2016-05-16 Thread markt
Author: markt Date: Mon May 16 11:24:54 2016 New Revision: 1744024 URL: http://svn.apache.org/viewvc?rev=1744024&view=rev Log: Add 8.5.2 release date Modified: tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.or

svn commit: r13652 - /dev/tomcat/tomcat-8/v8.5.2/ /release/tomcat/tomcat-8/v8.5.2/

2016-05-16 Thread markt
Author: markt Date: Mon May 16 11:20:56 2016 New Revision: 13652 Log: Release 8.5.2 beta Added: release/tomcat/tomcat-8/v8.5.2/ - copied from r13605, dev/tomcat/tomcat-8/v8.5.2/ Removed: dev/tomcat/tomcat-8/v8.5.2/ --

svn commit: r1744022 - /tomcat/trunk/webapps/docs/changelog.xml

2016-05-16 Thread markt
Author: markt Date: Mon May 16 11:20:05 2016 New Revision: 1744022 URL: http://svn.apache.org/viewvc?rev=1744022&view=rev Log: Add 9.0.0.M6 release date Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomc

[VOTE][RESULT] Release Apache Tomcat 8.5.2

2016-05-16 Thread Mark Thomas
The following votes were cast: Binding: - beta: remm, fschumacher, violetagg, kfujino, markt, mgrigorov, rjung Non-binding: - beta: Rossen Stoyanchev This vote therefore passes. Thanks to everyone who tested and/or voted on this release. Mark

svn commit: r13651 - /dev/tomcat/tomcat-9/v9.0.0.M6/ /release/tomcat/tomcat-9/v9.0.0.M6/

2016-05-16 Thread markt
Author: markt Date: Mon May 16 10:36:51 2016 New Revision: 13651 Log: Release 9.0.0.M6 Added: release/tomcat/tomcat-9/v9.0.0.M6/ - copied from r13604, dev/tomcat/tomcat-9/v9.0.0.M6/ Removed: dev/tomcat/tomcat-9/v9.0.0.M6/ ---

svn commit: r13650 - /release/tomcat/tomcat-connectors/native/1.2.6/

2016-05-16 Thread markt
Author: markt Date: Mon May 16 10:36:15 2016 New Revision: 13650 Log: Drop the 1.2.6 release from the mirrors Removed: release/tomcat/tomcat-connectors/native/1.2.6/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.o

[VOTE][RESULT] Release Apache Tomcat 9.0.0.M6

2016-05-16 Thread Mark Thomas
The following votes were cast: Binding: - alpha: remm, markt, violetagg, fschumacher, kfujino, mgrigorov, rjung The vote therefore passes. Thank you to everyone who tested and/or voted on this release. Mark - To unsubscribe,