[Bug 64872] Inefficient enum resolution in JSPs

2020-11-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64872 --- Comment #18 from Mark Thomas --- ACK re the Enum handling. I'll take another look at options for that. I'm still leaning towards something like a "StringInterpreter". -- You are receiving this mail because: You are the assignee for the bu

EE 8 / 9 TCK status

2020-11-17 Thread Jean-Louis MONTEIRO
Hello community, I'm working on the TCK in the TomEE project which leverages Tomcat. I was running the TCK and I realized JSTL/JSP/Servlet/WebSockets aren't 100% green. I'm questioning my setup. That's why I wanted to ask if you guys spent time running the TCK against Tomcat. And if yes, is Tomca

Re: EE 8 / 9 TCK status

2020-11-17 Thread Romain Manni-Bucau
Hi JL, did you check https://cwiki.apache.org/confluence/display/TOMCAT/Jakarta+EE+TCKs out? Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github | Link

Re: EE 8 / 9 TCK status

2020-11-17 Thread Jean-Louis MONTEIRO
No I did not. Thanks for the pointer. I'll check it out Le mar. 17 nov. 2020 à 10:18, Romain Manni-Bucau a écrit : > Hi JL, > > did you check > https://cwiki.apache.org/confluence/display/TOMCAT/Jakarta+EE+TCKs out? > > Romain Manni-Bucau > @rmannibucau | Blog

[VOTE][RESULT] Release Apache Tomcat 10.0.0-M10

2020-11-17 Thread Mark Thomas
The following votes were cast: Binding: +1: markt. mgrigorov, remm, isapir No other votes were cast. The vote therefore passes. Thanks to everyone who contributed to this release. Mark - To unsubscribe, e-mail: dev-unsubscr..

svn commit: r44541 - /dev/tomcat/tomcat-10/v10.0.0-M10/ /release/tomcat/tomcat-10/v10.0.0-M10/

2020-11-17 Thread markt
Author: markt Date: Tue Nov 17 14:20:51 2020 New Revision: 44541 Log: Release Apache Tomact 10.0.0-M10 Added: release/tomcat/tomcat-10/v10.0.0-M10/ - copied from r44540, dev/tomcat/tomcat-10/v10.0.0-M10/ Removed: dev/tomcat/tomcat-10/v10.0.0-M10/ --

[VOTE][RESULT] Release Apache Tomcat 9.0.40

2020-11-17 Thread Mark Thomas
The following votes were cast: Binding: +1: markt, mgrigorov, remm, isapir No other votes were cast. The vote therefore passes. Thanks to everyone who contributed to this release. Mark - To unsubscribe, e-mail: dev-unsubscr..

svn commit: r44542 - /dev/tomcat/tomcat-9/v9.0.40/ /release/tomcat/tomcat-9/v9.0.40/

2020-11-17 Thread markt
Author: markt Date: Tue Nov 17 14:23:17 2020 New Revision: 44542 Log: Release Apache Tomact 9.0.40 Added: release/tomcat/tomcat-9/v9.0.40/ - copied from r44541, dev/tomcat/tomcat-9/v9.0.40/ Removed: dev/tomcat/tomcat-9/v9.0.40/ -

Tag Tomcat 7

2020-11-17 Thread Violeta Georgieva
Hi, Tomorrow I'm going to prepare Tomcat 7 for a release/vote. Please reply here if you need more time for additional fixes. Thanks, Violeta

[Bug 64872] Inefficient enum resolution in JSPs

2020-11-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64872 --- Comment #19 from John Engebretson --- A StringInterpreter is a good idea. I've had the nagging feeling that there are other places where this pattern is useful and I just haven't found them yet centralizing the logic will make that eas

[tomcat] branch master updated: Fix typos

2020-11-17 Thread violetagg
This is an automated email from the ASF dual-hosted git repository. violetagg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 4741f50 Fix typos 4741f50 is described below

[tomcat] branch 9.0.x updated: Fix typos

2020-11-17 Thread violetagg
This is an automated email from the ASF dual-hosted git repository. violetagg pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 5c80d1b Fix typos 5c80d1b is described below

[tomcat] branch 8.5.x updated: Fix typo

2020-11-17 Thread violetagg
This is an automated email from the ASF dual-hosted git repository. violetagg pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new af1ed8d Fix typo af1ed8d is described below c

[tomcat] branch 7.0.x updated: Fix typo

2020-11-17 Thread violetagg
This is an automated email from the ASF dual-hosted git repository. violetagg 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 1d51a13 Fix typo 1d51a13 is described below c

buildbot success in on tomcat-9-trunk

2020-11-17 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-9-trunk while building tomcat. Full details are available at: https://ci.apache.org/builders/tomcat-9-trunk/builds/546 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: asf946_ubuntu Build Reason: The AnyBranchSchedu

buildbot failure in on tomcat-85-trunk

2020-11-17 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-85-trunk while building tomcat. Full details are available at: https://ci.apache.org/builders/tomcat-85-trunk/builds/2545 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: asf946_ubuntu Build Reason: The AnyBranchSchedu

[Bug 64872] Inefficient enum resolution in JSPs

2020-11-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64872 --- Comment #20 from Mark Thomas --- Most of the String conversion (outside of EL) should be reasonably optimal already. Enums look to be by far the most likely potential optimisation there unless folks are using custom PropertyEditors. The cu

[tomcat] branch master updated: Refactor the Acceptor to make the stop on wait optional/configurable

2020-11-17 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new e863f54 Refactor the Acceptor to make the stop o

[tomcat] branch master updated: Refactor the Acceptor to make the stop on wait optional/configurable

2020-11-17 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new e863f54 Refactor the Acceptor to make the stop o

[tomcat] branch 9.0.x updated: Refactor the Acceptor to make the stop on wait optional/configurable

2020-11-17 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 3cbfa18 Refactor the Acceptor to make the stop on

[tomcat] branch master updated: Refactor the Acceptor to make the stop on wait optional/configurable

2020-11-17 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new e863f54 Refactor the Acceptor to make the stop o

[tomcat] branch 9.0.x updated: Refactor the Acceptor to make the stop on wait optional/configurable

2020-11-17 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 3cbfa18 Refactor the Acceptor to make the stop on

[tomcat] branch master updated: Refactor the Acceptor to make the stop on wait optional/configurable

2020-11-17 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new e863f54 Refactor the Acceptor to make the stop o

[tomcat] branch 9.0.x updated: Refactor the Acceptor to make the stop on wait optional/configurable

2020-11-17 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 3cbfa18 Refactor the Acceptor to make the stop on

[tomcat] branch master updated: Refactor the Acceptor to make the stop on wait optional/configurable

2020-11-17 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new e863f54 Refactor the Acceptor to make the stop o

[tomcat] branch 9.0.x updated: Refactor the Acceptor to make the stop on wait optional/configurable

2020-11-17 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 3cbfa18 Refactor the Acceptor to make the stop on

[tomcat] branch 9.0.x updated: Refactor the Acceptor to make the stop on wait optional/configurable

2020-11-17 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 3cbfa18 Refactor the Acceptor to make the stop on

[Bug 64080] Graceful shutdown does not occur for connected clients that have not yet submitted their request payload

2020-11-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64080 --- Comment #13 from Christopher Schultz --- FYI there is some movement on this. https://lists.apache.org/thread.html/r980a8ed033a14b417231f1296e52daf07b15f76d565586520e5446f1%40%3Cdev.tomcat.apache.org%3E -- You are receiving this mail beca

Re: [VOTE] Release Apache Tomcat 8.5.60

2020-11-17 Thread Mark Thomas
The following votes were cast: Binding: +1: markt, mgrigorov, remm, isapir No other votes were cast. The vote therefore passes. Thanks to everyone who contributed to this release. Mark - To unsubscribe, e-mail: dev-unsubscr..

svn commit: r44553 - /dev/tomcat/tomcat-8/v8.5.60/ /release/tomcat/tomcat-8/v8.5.60/

2020-11-17 Thread markt
Author: markt Date: Tue Nov 17 20:33:09 2020 New Revision: 44553 Log: Release Apache Tomcat 8.5.60 Added: release/tomcat/tomcat-8/v8.5.60/ - copied from r44552, dev/tomcat/tomcat-8/v8.5.60/ Removed: dev/tomcat/tomcat-8/v8.5.60/ -