[tomcat] 01/03: Refactor to avoid issues if JVM optimises conversion to ASCII

2023-01-16 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 2da103a1353021f5549076707abcccf079322409 Author: Mark Thomas AuthorDate: Mon Nov 14 11:38:38 2022 + Refactor to a

[tomcat] 02/03: Disable test for Java 16 onwards since performance is comparable

2023-01-16 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 547a99bd1a36e31f4d62afdf0dc985125f19133b Author: Mark Thomas AuthorDate: Mon Nov 14 11:42:53 2022 + Disable test

[tomcat] 03/03: Add a Jre16 check - required by unit tests

2023-01-16 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 94b2b6dfc5b79ba3d533841d269ae511864dccf3 Author: Mark Thomas AuthorDate: Mon Jan 16 18:02:16 2023 + Add a Jre16 c

[tomcat] branch 8.5.x updated (92b8bdf60b -> 94b2b6dfc5)

2023-01-16 Thread markt
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 92b8bdf60b Branch name update new 2da103a135 Refactor to avoid issues if JVM optimises conversion to ASCII ne

[tomcat] branch 9.0.x updated (0220c6d577 -> 65a8fab1df)

2023-01-16 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git from 0220c6d577 Branch name update new 386051424c Refactor to avoid issues if JVM optimises conversion to ASCII ne

[tomcat] 02/02: Disable test for Java 16 onwards since performance is comparable

2023-01-16 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 commit 65a8fab1df7a37042819a24d04dad600d213ceda Author: Mark Thomas AuthorDate: Mon Nov 14 11:42:53 2022 + Disable test

[tomcat] 01/02: Refactor to avoid issues if JVM optimises conversion to ASCII

2023-01-16 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 commit 386051424c076577b388070d335ce7357fad681b Author: Mark Thomas AuthorDate: Mon Nov 14 11:38:38 2022 + Refactor to a

Re: [tomcat] branch 10.1.x updated: Disable test for Java 16 onwards since performance is comparable

2023-01-16 Thread Mark Thomas
On 16/01/2023 12:32, Rainer Jung wrote: Any plans to backport this for TC 9? JreCompat seems to provide isJre16Available() for TC 9, so backport should work. I can confirm I still see the failures for 9.0.71, but only for Java 17 and 21 (most of the runs with Java 17 but not every run; Java 16

[tomcat] branch 10.1.x updated: Update comments. Hashtable usage was replaced with Map

2023-01-16 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new a0dde7eb4d Update comments. Hashtable usage was r

[tomcat] branch main updated: Update comments. Hashtable usage was replaced with Map

2023-01-16 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new b18ba2f3c1 Update comments. Hashtable usage was repla

Re: [VOTE] Release Apache Tomcat 11.0.0-M2

2023-01-16 Thread Rémy Maucherat
On Fri, Jan 13, 2023 at 2:48 PM Mark Thomas wrote: > > Ping. This vote is current one PMV vote short of being bale to release. +1 but TBH at this stage it's not super useful to actually do a release, a git tag is just as good. Rémy > > Mark > > > On 09/01/2023 18:20, Mark Thomas wrote: > > The

TC 8.5.85 TestSsl.testPost() fails for Java 1.7.0 with OpenSSL 3.1.0beta1

2023-01-16 Thread Rainer Jung
It is probably not the most common combination, but when running TC 8.5.85 unit tests with Java 1.7.0 plus tcnative 2.0.2 build against OpenSSL 3.1.0beta1, the test testPost() fails all 8 iterations it uses with: javax.net.ssl.SSLException: ciphertext sanity check failed at sun.security

Re: [tomcat] branch 10.1.x updated: Disable test for Java 16 onwards since performance is comparable

2023-01-16 Thread Rainer Jung
Any plans to backport this for TC 9? JreCompat seems to provide isJre16Available() for TC 9, so backport should work. I can confirm I still see the failures for 9.0.71, but only for Java 17 and 21 (most of the runs with Java 17 but not every run; Java 16 not tested, no failures for 8 and 11).