Re: [VOTE] Release Apache Tomcat 9.0.69

2022-11-10 Thread Han Li
> 2022年11月10日 03:48,Rémy Maucherat 写道: > > The proposed Apache Tomcat 9.0.69 release is now available for voting. > > The notable changes compared to 9.0.68 are: > > - Fix concurrency issue in evaluation of expression language containing > lambda expressions. > > - Update the packaged ver

Re: [VOTE] Release Apache Tomcat 10.1.2

2022-11-10 Thread Rémy Maucherat
On Wed, Nov 9, 2022 at 6:32 PM Mark Thomas wrote: > > The proposed Apache Tomcat 10.1.2 release is now available for > voting. > > Applications that run on Tomcat 9 and earlier will not run on Tomcat 10 > without changes. Java EE applications designed for Tomcat 9 and earlier > may be placed in th

Re: [VOTE] Release Apache Tomcat 9.0.69

2022-11-10 Thread Rémy Maucherat
On Thu, Nov 10, 2022 at 9:04 AM Han Li wrote: > > > > > 2022年11月10日 03:48,Rémy Maucherat 写道: > > > > The proposed Apache Tomcat 9.0.69 release is now available for voting. > > > > The notable changes compared to 9.0.68 are: > > > > - Fix concurrency issue in evaluation of expression language cont

[tomcat] branch 8.5.x updated: Need to include new package in output JAR

2022-11-10 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 22ab4644a5 Need to include new package in output JA

Re: Javadoc beyond 17

2022-11-10 Thread Mark Thomas
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 warnings as expected). Mark On 02/11/2022 20:08, Mark Thomas wrote: On 02/11/2022 15:52, Rémy Mau

[tomcat] branch main updated: OpenSSL master is now 3.2.x - update so Gump tests pass

2022-11-10 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 e095d2036c OpenSSL master is now 3.2.x - update so G

[tomcat] branch 10.1.x updated: OpenSSL master is now 3.2.x - update so Gump tests pass

2022-11-10 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 794779f8ef OpenSSL master is now 3.2.x - update

[tomcat] branch 8.5.x updated: OpenSSL master is now 3.2.x - update so Gump tests pass

2022-11-10 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 8f9e04c87c OpenSSL master is now 3.2.x - update so

[tomcat] branch 9.0.x updated: OpenSSL master is now 3.2.x - update so Gump tests pass

2022-11-10 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 080a54a5a2 OpenSSL master is now 3.2.x - update so

Re: [VOTE] Release Apache Tomcat 9.0.69

2022-11-10 Thread Emmanuel Bourg
Le 09/11/2022 à 20:48, Rémy Maucherat a écrit : The proposed 9.0.69 release is: [ ] Broken - do not release [X] Stable - go ahead and release as 9.0.69 Looks good in Debian with OpenJDK 17 Emmanuel Bourg - To unsubscribe, e-

Re: [VOTE] Release Apache Tomcat 9.0.69

2022-11-10 Thread Han Li
> 2022年11月10日 03:48,Rémy Maucherat 写道: > > The proposed Apache Tomcat 9.0.69 release is now available for voting. > > The notable changes compared to 9.0.68 are: > > - Fix concurrency issue in evaluation of expression language containing > lambda expressions. > > - Update the packaged ver

Re: Javadoc beyond 17

2022-11-10 Thread Rémy Maucherat
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 warnings as expected). I tried with Java