Re: Javadoc beyond 17

2022-11-11 Thread Mark Thomas
On 11/11/2022 07:37, Rémy Maucherat wrote: On Thu, Nov 10, 2022 at 4:37 PM Mark Thomas wrote: Rémy, Which Java vendor and version was this with? I've just tested with Temurin 19.0.1+10 and the latest OpenJDK 20 EA release and both generate the Javadoc for 11.0.x without errors (lots of warnin

Re: [VOTE] Release Apache Tomcat 10.1.2

2022-11-11 Thread Mark Thomas
On 09/11/2022 17:32, Mark Thomas wrote: The proposed 10.1.2 release is: [ ] Broken - do not release [X] Stable - go ahead and release as 10.1.2 Unit tests pass on Windows, Linux and MacOS. Mark - To unsubscribe, e-mail: dev-

[tomcat] branch main updated: Javadoc improvements

2022-11-11 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 d6f1802c06 Javadoc improvements d6f1802c06 is describ

[tomcat] branch 10.1.x updated: Javadoc improvements

2022-11-11 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 b21eff2a2b Javadoc improvements b21eff2a2b is des

[tomcat] branch 9.0.x updated: Javadoc improvements

2022-11-11 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 9f6d58fa00 Javadoc improvements 9f6d58fa00 is descr

[tomcat] branch 8.5.x updated: Javadoc improvements

2022-11-11 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 The following commit(s) were added to refs/heads/8.5.x by this push: new 6b7132375d Javadoc improvements 6b7132375d is descr

[tomcat] branch main updated: Fix default implementation of isTrailerFieldsReady()

2022-11-11 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 dada59ea45 Fix default implementation of isTrailerFie

[tomcat] branch 10.1.x updated: Fix default implementation of isTrailerFieldsReady()

2022-11-11 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 afe2526485 Fix default implementation of isTraile

[tomcat] branch 9.0.x updated: Fix default implementation of isTrailerFieldsReady()

2022-11-11 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 45c368cb90 Fix default implementation of isTrailerF

Re: [VOTE] Release Apache Tomcat 9.0.69

2022-11-11 Thread Mark Thomas
On 09/11/2022 19:48, Rémy Maucherat wrote: The proposed 9.0.69 release is: [ ] Broken - do not release [X] Stable - go ahead and release as 9.0.69 Unit tests pass on Linux, MacOs and Windows. Mark - To unsubscribe, e-mail: d

TC 10.1 TestMessageBytes.testConversionPerformance() fails sometimes

2022-11-11 Thread Rainer Jung
FYI: the performance check TestMessageBytes.testConversionPerformance() seems to fail sometimes for various Linux variants and JVM versions. It fails in 13 out of 116 combinations of Linux distro, JVM version and provider and connector. When failing, it complains, that the non-optimised versio

Re: TC 10.1 TestMessageBytes.testConversionPerformance() fails sometimes

2022-11-11 Thread Rémy Maucherat
On Fri, Nov 11, 2022 at 3:24 PM Rainer Jung wrote: > > FYI: the performance check TestMessageBytes.testConversionPerformance() > seems to fail sometimes for various Linux variants and JVM versions. It > fails in 13 out of 116 combinations of Linux distro, JVM version and > provider and connector.