svn commit: r1763694 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/session/StandardSession.java

2016-10-07 Thread markt
Author: markt Date: Fri Oct 7 08:08:11 2016 New Revision: 1763694 URL: http://svn.apache.org/viewvc?rev=1763694&view=rev Log: Fix backport Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/session/StandardSession.java Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/session/St

buildbot success in on tomcat-7-trunk

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

svn commit: r1763700 - /tomcat/trunk/java/org/apache/catalina/util/LifecycleBase.java

2016-10-07 Thread markt
Author: markt Date: Fri Oct 7 08:54:34 2016 New Revision: 1763700 URL: http://svn.apache.org/viewvc?rev=1763700&view=rev Log: Add throwOnFailure to LifecycleBase. Defaults to no change to current behaviour. Modified: tomcat/trunk/java/org/apache/catalina/util/LifecycleBase.java Modified: to

Re: [VOTE] Release Apache Tomcat 8.0.38

2016-10-07 Thread Felix Schumacher
Am 6. Oktober 2016 23:18:39 MESZ, schrieb Mark Thomas : >The proposed Apache Tomcat 8.0.38 release is now available for voting. > >The main changes since 8.0.37 are: > >- Refactoring the non-container thread Async complete()/dispatch() > handling to remove the possibility of deadlock > >- Update

svn commit: r1763711 - /tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

2016-10-07 Thread violetagg
Author: violetagg Date: Fri Oct 7 09:28:44 2016 New Revision: 1763711 URL: http://svn.apache.org/viewvc?rev=1763711&view=rev Log: Prepare for release. Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.

svn commit: r1763712 - in /tomcat/trunk/java/org/apache/catalina: connector/Connector.java connector/mbeans-descriptors.xml mbeans/MBeanFactory.java

2016-10-07 Thread markt
Author: markt Date: Fri Oct 7 09:45:40 2016 New Revision: 1763712 URL: http://svn.apache.org/viewvc?rev=1763712&view=rev Log: The Connector protocol only has an effect when passed into the constructor so remove the pointless setters that suggest otherwise. Modified: tomcat/trunk/java/org/ap

svn commit: r1763714 - /tomcat/tc8.5.x/trunk/java/org/apache/catalina/connector/Connector.java

2016-10-07 Thread markt
Author: markt Date: Fri Oct 7 09:48:06 2016 New Revision: 1763714 URL: http://svn.apache.org/viewvc?rev=1763714&view=rev Log: Deprecate methods that will be removed in 9.0.x Modified: tomcat/tc8.5.x/trunk/java/org/apache/catalina/connector/Connector.java Modified: tomcat/tc8.5.x/trunk/java/

svn commit: r16414 - in /dev/tomcat/tomcat-8/v8.0.38: bin/ bin/embed/ bin/extras/ src/

2016-10-07 Thread markt
Author: markt Date: Fri Oct 7 09:51:57 2016 New Revision: 16414 Log: Add missing signatures Added: dev/tomcat/tomcat-8/v8.0.38/bin/apache-tomcat-8.0.38-deployer.tar.gz.asc dev/tomcat/tomcat-8/v8.0.38/bin/apache-tomcat-8.0.38-deployer.zip.asc dev/tomcat/tomcat-8/v8.0.38/bin/apache-tom

Re: [VOTE] Release Apache Tomcat 8.0.38

2016-10-07 Thread Mark Thomas
On 07/10/2016 10:27, Felix Schumacher wrote: > > > Am 6. Oktober 2016 23:18:39 MESZ, schrieb Mark Thomas : >> The proposed Apache Tomcat 8.0.38 release is now available for voting. >> >> The main changes since 8.0.37 are: >> >> - Refactoring the non-container thread Async complete()/dispatch() >>

svn commit: r1763717 - in /tomcat/tc6.0.x/tags/TOMCAT_6_0_46: ./ build.properties.default

2016-10-07 Thread violetagg
Author: violetagg Date: Fri Oct 7 09:53:56 2016 New Revision: 1763717 URL: http://svn.apache.org/viewvc?rev=1763717&view=rev Log: Tag 6.0.46 Added: tomcat/tc6.0.x/tags/TOMCAT_6_0_46/ (props changed) - copied from r1763711, tomcat/tc6.0.x/trunk/ Modified: tomcat/tc6.0.x/tags/TOMCA

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

2016-10-07 Thread markt
Author: markt Date: Fri Oct 7 09:55:37 2016 New Revision: 1763718 URL: http://svn.apache.org/viewvc?rev=1763718&view=rev Log: Update Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/do

svn commit: r1763719 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/mbeans/MBeanFactory.java webapps/docs/changelog.xml

2016-10-07 Thread markt
Author: markt Date: Fri Oct 7 09:56:44 2016 New Revision: 1763719 URL: http://svn.apache.org/viewvc?rev=1763719&view=rev Log: When creating a new Connector via JMX, ensure that both HTTP/1.1 and AJP/1.3 connectors can be created. Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/

svn commit: r1763720 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/mbeans/MBeanFactory.java webapps/docs/changelog.xml

2016-10-07 Thread markt
Author: markt Date: Fri Oct 7 09:58:19 2016 New Revision: 1763720 URL: http://svn.apache.org/viewvc?rev=1763720&view=rev Log: When creating a new Connector via JMX, ensure that both HTTP/1.1 and AJP/1.3 connectors can be created. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/

buildbot failure in on tomcat-8-trunk

2016-10-07 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-8-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-8-trunk/builds/801 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler sch

svn commit: r1763731 - in /tomcat/trunk: java/org/apache/catalina/connector/Connector.java java/org/apache/catalina/startup/Catalina.java webapps/docs/changelog.xml

2016-10-07 Thread markt
Author: markt Date: Fri Oct 7 10:28:18 2016 New Revision: 1763731 URL: http://svn.apache.org/viewvc?rev=1763731&view=rev Log: Reduce multiple error messages when Connector fails to instantiate the associated ProtocolHandler. Modified: tomcat/trunk/java/org/apache/catalina/connector/Connecto

Early Access builds of JDK 8u122 b01 & JDK 9 EA b138 are available.

2016-10-07 Thread Rory O'Donnell
Hi Mark, Early Access b01 for JDK 8u122 is available on java.net. Early Access b138 for JDK 9 is available on java.net, summary of changes are listed here .

Re: [VOTE] Release Apache Tomcat 8.5.6

2016-10-07 Thread Violeta Georgieva
Hi, 2016-10-06 23:33 GMT+03:00 Mark Thomas : > > The proposed Apache Tomcat 8.5.6 release is now available for voting. > > The major changes compared to the 8.5.5 release are: > > - Refactoring the non-container thread Async complete()/dispatch() > handling to remove the possibility of deadlock

svn commit: r1763737 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/servlets/CGIServlet.java

2016-10-07 Thread violetagg
Author: violetagg Date: Fri Oct 7 11:16:44 2016 New Revision: 1763737 URL: http://svn.apache.org/viewvc?rev=1763737&view=rev Log: Merged revision 1759567 from tomcat/tc7.0.x/trunk: Fix javadoc Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0.x/trunk/java/org/apache/catalina

svn commit: r1763738 - /tomcat/tc6.0.x/tags/TOMCAT_6_0_46/

2016-10-07 Thread violetagg
Author: violetagg Date: Fri Oct 7 11:19:48 2016 New Revision: 1763738 URL: http://svn.apache.org/viewvc?rev=1763738&view=rev Log: Drop the tag in order to pick up a fix in javadoc. Removed: tomcat/tc6.0.x/tags/TOMCAT_6_0_46/ -

svn commit: r1763741 - in /tomcat/tc6.0.x/tags/TOMCAT_6_0_46: ./ build.properties.default

2016-10-07 Thread violetagg
Author: violetagg Date: Fri Oct 7 11:31:38 2016 New Revision: 1763741 URL: http://svn.apache.org/viewvc?rev=1763741&view=rev Log: Tag 6.0.46 Added: tomcat/tc6.0.x/tags/TOMCAT_6_0_46/ (props changed) - copied from r1763738, tomcat/tc6.0.x/trunk/ Modified: tomcat/tc6.0.x/tags/TOMCA

svn commit: r1763747 - in /tomcat/trunk/java/org/apache/coyote: AbstractProtocol.java LocalStrings.properties

2016-10-07 Thread markt
Author: markt Date: Fri Oct 7 11:51:39 2016 New Revision: 1763747 URL: http://svn.apache.org/viewvc?rev=1763747&view=rev Log: Reduce instances of logging, rethrowing and logging again when an exception occurs for a connector. One log message is sufficient. Modified: tomcat/trunk/java/org/ap

svn commit: r1763748 - in /tomcat/trunk/java/org/apache: catalina/connector/Connector.java coyote/AbstractProtocol.java

2016-10-07 Thread markt
Author: markt Date: Fri Oct 7 11:53:31 2016 New Revision: 1763748 URL: http://svn.apache.org/viewvc?rev=1763748&view=rev Log: Clean-up Modified: tomcat/trunk/java/org/apache/catalina/connector/Connector.java tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java Modified: tomcat/trun

svn commit: r1763755 - in /tomcat/trunk/java/org/apache/catalina/core: LocalStrings.properties LocalStrings_es.properties StandardService.java

2016-10-07 Thread markt
Author: markt Date: Fri Oct 7 12:20:20 2016 New Revision: 1763755 URL: http://svn.apache.org/viewvc?rev=1763755&view=rev Log: Connector logs all exceptions during pause(). No need to StandardService to do the same. Modified: tomcat/trunk/java/org/apache/catalina/core/LocalStrings.properties

Re: [VOTE] Release Apache Tomcat 8.5.6

2016-10-07 Thread Rémy Maucherat
2016-10-06 22:33 GMT+02:00 Mark Thomas : > The proposed 8.5.6 release is: > [ ] Broken - do not release > [ ] Alpha - go ahead and release as 8.5.6 > [ ] Beta - go ahead and release as 8.5.6 > [X] Stable - go ahead and release as 8.5.6 > > No problem found. Rémy

Re: [VOTE] Release Apache Tomcat 8.0.38

2016-10-07 Thread Rémy Maucherat
2016-10-06 23:18 GMT+02:00 Mark Thomas : > The proposed 8.0.38 release is: > [ ] Broken - do not release > [X] Stable - go ahead and release as 8.0.38 > > Rémy

Re: [VOTE] Release Apache Tomcat 8.5.6

2016-10-07 Thread Martin Grigorov
On Thu, Oct 6, 2016 at 10:33 PM, Mark Thomas wrote: > The proposed Apache Tomcat 8.5.6 release is now available for voting. > > The major changes compared to the 8.5.5 release are: > > - Refactoring the non-container thread Async complete()/dispatch() > handling to remove the possibility of dea

svn commit: r16417 [2/2] - in /dev/tomcat/tomcat-6/v6.0.46: ./ bin/ bin/extras/ src/

2016-10-07 Thread violetagg
Added: dev/tomcat/tomcat-6/v6.0.46/src/apache-tomcat-6.0.46-src.tar.gz.asc == --- dev/tomcat/tomcat-6/v6.0.46/src/apache-tomcat-6.0.46-src.tar.gz.asc (added) +++ dev/tomcat/tomcat-6/v6.0.46/src/apache-tomcat-6.0.46-src.tar.

svn commit: r16417 [1/2] - in /dev/tomcat/tomcat-6/v6.0.46: ./ bin/ bin/extras/ src/

2016-10-07 Thread violetagg
Author: violetagg Date: Fri Oct 7 14:00:27 2016 New Revision: 16417 Log: Stage 6.0.46 RC Added: dev/tomcat/tomcat-6/v6.0.46/ dev/tomcat/tomcat-6/v6.0.46/KEYS dev/tomcat/tomcat-6/v6.0.46/README.html dev/tomcat/tomcat-6/v6.0.46/RELEASE-NOTES dev/tomcat/tomcat-6/v6.0.46/bin/

[VOTE] Release Apache Tomcat 6.0.46

2016-10-07 Thread Violeta Georgieva
The proposed Apache Tomcat 6.0.46 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-6/v6.0.46/ The Maven staging repo is: https://repository.apache.org/content/repositories/orgapachetomcat-1099/ The svn tag is: http://svn.apache.org/

svn commit: r1763768 - in /tomcat/tc6.0.x/trunk: build.properties.default res/maven/mvn.properties.default webapps/docs/changelog.xml

2016-10-07 Thread violetagg
Author: violetagg Date: Fri Oct 7 14:22:27 2016 New Revision: 1763768 URL: http://svn.apache.org/viewvc?rev=1763768&view=rev Log: Increment version for next release Modified: tomcat/tc6.0.x/trunk/build.properties.default tomcat/tc6.0.x/trunk/res/maven/mvn.properties.default tomcat/tc

[Bug 60152] Allow exceptions from Connector.start() to be caught and handled in code that embeds Tomcat

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

svn commit: r1763769 - in /tomcat/trunk: java/org/apache/catalina/connector/ java/org/apache/catalina/core/ test/org/apache/catalina/connector/ webapps/docs/ webapps/docs/config/

2016-10-07 Thread markt
Author: markt Date: Fri Oct 7 14:39:47 2016 New Revision: 1763769 URL: http://svn.apache.org/viewvc?rev=1763769&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60152 Provide an option for Connector Lifecycle exceptions to be re-thrown rather than logged. This is controlled by th

Re: [VOTE] Release Apache Tomcat 8.0.38

2016-10-07 Thread Violeta Georgieva
Hi, 2016-10-07 0:18 GMT+03:00 Mark Thomas : > > The proposed Apache Tomcat 8.0.38 release is now available for voting. > > The main changes since 8.0.37 are: > > - Refactoring the non-container thread Async complete()/dispatch() > handling to remove the possibility of deadlock > > - Update the p

Re: [VOTE] Release Apache Tomcat 8.5.6

2016-10-07 Thread Mark Thomas
On 07/10/2016 14:50, Martin Grigorov wrote: > On Thu, Oct 6, 2016 at 10:33 PM, Mark Thomas wrote: > >> The proposed Apache Tomcat 8.5.6 release is now available for voting. >> >> The major changes compared to the 8.5.5 release are: >> >> - Refactoring the non-container thread Async complete()/dis

svn commit: r1763786 - /tomcat/trunk/java/org/apache/catalina/loader/LocalStrings.properties

2016-10-07 Thread remm
Author: remm Date: Fri Oct 7 15:31:41 2016 New Revision: 1763786 URL: http://svn.apache.org/viewvc?rev=1763786&view=rev Log: Update command line parameter. Modified: tomcat/trunk/java/org/apache/catalina/loader/LocalStrings.properties Modified: tomcat/trunk/java/org/apache/catalina/loader/L

svn commit: r1763787 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/loader/LocalStrings.properties

2016-10-07 Thread remm
Author: remm Date: Fri Oct 7 15:33:43 2016 New Revision: 1763787 URL: http://svn.apache.org/viewvc?rev=1763787&view=rev Log: Update command line parameter Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/catalina/loader/LocalStrings.properties Propc

svn commit: r1763788 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/loader/LocalStrings.properties

2016-10-07 Thread remm
Author: remm Date: Fri Oct 7 15:34:45 2016 New Revision: 1763788 URL: http://svn.apache.org/viewvc?rev=1763788&view=rev Log: Update command line parameter Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache/catalina/loader/LocalStrings.properties Propc

svn commit: r1763790 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/loader/LocalStrings.properties

2016-10-07 Thread remm
Author: remm Date: Fri Oct 7 15:38:17 2016 New Revision: 1763790 URL: http://svn.apache.org/viewvc?rev=1763790&view=rev Log: Update command line parameter Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/loader/LocalStrings.properties Modified: tomcat/tc7.0.x/trunk/java/org/apache/c

svn commit: r1763791 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/loader/LocalStrings.properties

2016-10-07 Thread remm
Author: remm Date: Fri Oct 7 15:39:57 2016 New Revision: 1763791 URL: http://svn.apache.org/viewvc?rev=1763791&view=rev Log: Update command line parameter Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/loader/LocalStrings.properties Modified: tomcat/tc6.0.x/trunk/java/org/apache/c

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

2016-10-07 Thread fschumacher
Author: fschumacher Date: Fri Oct 7 15:49:07 2016 New Revision: 1763792 URL: http://svn.apache.org/viewvc?rev=1763792&view=rev Log: Fix typo. Merge r1763634 from /tomcat/trunk Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml Propchange:

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

2016-10-07 Thread fschumacher
Author: fschumacher Date: Fri Oct 7 15:51:15 2016 New Revision: 1763793 URL: http://svn.apache.org/viewvc?rev=1763793&view=rev Log: Fix typo. Merge r1763792 from /tomcat/tc8.5.x/trunk (merged r1763634 from /tomcat/trunk) Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/t

buildbot success in on tomcat-8-trunk

2016-10-07 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/802 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

svn commit: r1763798 - in /tomcat/trunk/java/org/apache/catalina/webresources: Cache.java LocalStrings.properties

2016-10-07 Thread markt
Author: markt Date: Fri Oct 7 16:30:06 2016 New Revision: 1763798 URL: http://svn.apache.org/viewvc?rev=1763798&view=rev Log: Include Context name when cache addition fails. Modified: tomcat/trunk/java/org/apache/catalina/webresources/Cache.java tomcat/trunk/java/org/apache/catalina/webr

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

2016-10-07 Thread markt
Author: markt Date: Fri Oct 7 16:31:49 2016 New Revision: 1763799 URL: http://svn.apache.org/viewvc?rev=1763799&view=rev Log: Update Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/do

svn commit: r1763800 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/webresources/Cache.java java/org/apache/catalina/webresources/LocalStrings.properties webapps/docs/changelog.xml

2016-10-07 Thread markt
Author: markt Date: Fri Oct 7 16:35:24 2016 New Revision: 1763800 URL: http://svn.apache.org/viewvc?rev=1763800&view=rev Log: Include Context name when cache addition fails. Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/catalina/webresources/Cache

svn commit: r1763801 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/webresources/Cache.java java/org/apache/catalina/webresources/LocalStrings.properties webapps/docs/changelog.xml

2016-10-07 Thread markt
Author: markt Date: Fri Oct 7 16:36:23 2016 New Revision: 1763801 URL: http://svn.apache.org/viewvc?rev=1763801&view=rev Log: Include Context name when cache addition fails. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache/catalina/webresources/Cache

Re: [VOTE] Release Apache Tomcat 8.5.6

2016-10-07 Thread Mark Thomas
On 07/10/2016 15:51, Mark Thomas wrote: > On 07/10/2016 14:50, Martin Grigorov wrote: >> On Thu, Oct 6, 2016 at 10:33 PM, Mark Thomas wrote: >> >>> The proposed Apache Tomcat 8.5.6 release is now available for voting. >>> >>> The major changes compared to the 8.5.5 release are: >>> >>> - Refactori

Re: [VOTE] Release Apache Tomcat 8.5.6

2016-10-07 Thread Felix Schumacher
Am 06.10.2016 um 22:33 schrieb Mark Thomas: The proposed Apache Tomcat 8.5.6 release is now available for voting. The major changes compared to the 8.5.5 release are: - Refactoring the non-container thread Async complete()/dispatch() handling to remove the possibility of deadlock - Update t

Re: [VOTE] Release Apache Tomcat 8.0.38

2016-10-07 Thread Felix Schumacher
Am 06.10.2016 um 23:18 schrieb Mark Thomas: The proposed Apache Tomcat 8.0.38 release is now available for voting. The main changes since 8.0.37 are: - Refactoring the non-container thread Async complete()/dispatch() handling to remove the possibility of deadlock - Update the packaged versi

Re: [VOTE] Release Apache Tomcat 9.0.0.M11

2016-10-07 Thread Felix Schumacher
Am 06.10.2016 um 21:51 schrieb Mark Thomas: The proposed Apache Tomcat 9.0.0.M11 release is now available for voting. This is a milestone release for the 9.0.x branch. It should be noted that, as a milestone release: - Servlet 4.0 is not finalised - The EGs have not started work on JSP 2.4, EL 3

svn commit: r1763810 - in /tomcat/trunk: ./ res/ide-support/eclipse/ res/ide-support/netbeans/ res/maven/ webapps/docs/

2016-10-07 Thread markt
Author: markt Date: Fri Oct 7 19:02:00 2016 New Revision: 1763810 URL: http://svn.apache.org/viewvc?rev=1763810&view=rev Log: Update to ECJ 4.6.1 Modified: tomcat/trunk/build.properties.default tomcat/trunk/res/ide-support/eclipse/eclipse.classpath tomcat/trunk/res/ide-support/netbea

svn commit: r1763811 - in /tomcat/tc8.0.x/trunk/res: ide-support/eclipse/eclipse.classpath ide-support/netbeans/nb-tomcat-build.properties ide-support/netbeans/project.xml maven/tomcat-embed-jasper.po

2016-10-07 Thread markt
Author: markt Date: Fri Oct 7 19:05:36 2016 New Revision: 1763811 URL: http://svn.apache.org/viewvc?rev=1763811&view=rev Log: Additional ECJ 4.5 -> 4.5.1 updates Modified: tomcat/tc8.0.x/trunk/res/ide-support/eclipse/eclipse.classpath tomcat/tc8.0.x/trunk/res/ide-support/netbeans/nb-tomc

svn commit: r1763813 - in /tomcat/trunk/java/org/apache: catalina/connector/InputBuffer.java tomcat/util/buf/B2CConverter.java

2016-10-07 Thread violetagg
Author: violetagg Date: Fri Oct 7 19:13:30 2016 New Revision: 1763813 URL: http://svn.apache.org/viewvc?rev=1763813&view=rev Log: o.a.catalina.connector.InputBuffer is now using ByteBuffer/CharBuffer instead of ByteChunk/CharChunk. Modified: tomcat/trunk/java/org/apache/catalina/connector/I

svn commit: r1763815 - /tomcat/trunk/java/org/apache/catalina/connector/InputBuffer.java

2016-10-07 Thread violetagg
Author: violetagg Date: Fri Oct 7 19:16:17 2016 New Revision: 1763815 URL: http://svn.apache.org/viewvc?rev=1763815&view=rev Log: Remove unnecessary declaration. o.a.catalina.connector.InputBuffer does not use ByteChunk/CharChunk anymore. Modified: tomcat/trunk/java/org/apache/catalina/conn

buildbot failure in on tomcat-trunk

2016-10-07 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/1781 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler schedu

svn commit: r1763817 - in /tomcat/trunk/java/org/apache/coyote/http2: AbstractStream.java Http2UpgradeHandler.java Stream.java

2016-10-07 Thread markt
Author: markt Date: Fri Oct 7 19:46:33 2016 New Revision: 1763817 URL: http://svn.apache.org/viewvc?rev=1763817&view=rev Log: Remove unused code Modified: tomcat/trunk/java/org/apache/coyote/http2/AbstractStream.java tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java

svn commit: r1763819 - /tomcat/trunk/java/org/apache/catalina/connector/InputBuffer.java

2016-10-07 Thread violetagg
Author: violetagg Date: Fri Oct 7 19:51:42 2016 New Revision: 1763819 URL: http://svn.apache.org/viewvc?rev=1763819&view=rev Log: Fix javadoc Modified: tomcat/trunk/java/org/apache/catalina/connector/InputBuffer.java Modified: tomcat/trunk/java/org/apache/catalina/connector/InputBuffer.java

svn commit: r1763823 - in /tomcat/trunk: java/org/apache/coyote/http2/ByteUtil.java test/org/apache/coyote/http2/Http2TestBase.java test/org/apache/coyote/http2/TestHttp2Section_6_9.java

2016-10-07 Thread markt
Author: markt Date: Fri Oct 7 20:03:39 2016 New Revision: 1763823 URL: http://svn.apache.org/viewvc?rev=1763823&view=rev Log: Reduce visibility as recommended by UCdetector Move utility method only used by tests to test code Modified: tomcat/trunk/java/org/apache/coyote/http2/ByteUtil.java

buildbot success in on tomcat-trunk

2016-10-07 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/1783 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler sch

svn commit: r1763825 - /tomcat/trunk/java/org/apache/coyote/http2/Stream.java

2016-10-07 Thread markt
Author: markt Date: Fri Oct 7 20:05:11 2016 New Revision: 1763825 URL: http://svn.apache.org/viewvc?rev=1763825&view=rev Log: Remove unused code identified by UCdetector Modified: tomcat/trunk/java/org/apache/coyote/http2/Stream.java Modified: tomcat/trunk/java/org/apache/coyote/http2/Strea

[GUMP@vmgump]: Project tomcat-trunk-test-apr (in module tomcat-trunk) failed

2016-10-07 Thread Bill Barker
target/objenesis-2.5-SNAPSHOT.jar -Dexamples.sources.skip=true -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20161007.jar -Dtest.openssl.path=/srv/gump/public/workspace/openssl-master/dest-20161007/bin/openssl -Dexecute.test.nio=false -Dhamcrest.ja

svn commit: r1763831 - /tomcat/trunk/java/org/apache/catalina/connector/InputBuffer.java

2016-10-07 Thread violetagg
Author: violetagg Date: Fri Oct 7 20:28:49 2016 New Revision: 1763831 URL: http://svn.apache.org/viewvc?rev=1763831&view=rev Log: Remove unused code. Reduce visibility. Modified: tomcat/trunk/java/org/apache/catalina/connector/InputBuffer.java Modified: tomcat/trunk/java/org/apache/catalina

svn commit: r1763833 - in /tomcat/trunk/java/org/apache/coyote/http2: AbstractStream.java ConnectionException.java HpackException.java Http2Exception.java Stream.java StreamException.java

2016-10-07 Thread markt
Author: markt Date: Fri Oct 7 20:32:49 2016 New Revision: 1763833 URL: http://svn.apache.org/viewvc?rev=1763833&view=rev Log: UCdetector - reduce visibility - add final - remove unused code Modified: tomcat/trunk/java/org/apache/coyote/http2/AbstractStream.java tomcat/trunk/java/org/apac

Re: [VOTE] Release Apache Tomcat 8.5.6

2016-10-07 Thread Martin Grigorov
Hi Mark, On Fri, Oct 7, 2016 at 6:39 PM, Mark Thomas wrote: > On 07/10/2016 15:51, Mark Thomas wrote: > > On 07/10/2016 14:50, Martin Grigorov wrote: > >> On Thu, Oct 6, 2016 at 10:33 PM, Mark Thomas wrote: > >> > >>> The proposed Apache Tomcat 8.5.6 release is now available for voting. > >>> >

Re: [VOTE] Release Apache Tomcat Native 1.2.10

2016-10-07 Thread Huxing Zhang
Hi, Although it is a bit late, the tc native 1.2.10 example fails with openssl 1.0.2j, following is the output: Buildfile: /home/admin/tomcat/tcnative/tomcat-native-1.2.10-src/build.xml clean: [delete] Deleting directory /home/admin/tomcat/tcnative/tomcat-native-1.2.10-src/dist env: