Re: [VOTE] Release Apache Tomcat 10.1.0-M5
On 10/09/2021 08:10, jean-frederic clere wrote: On 06/09/2021 16:43, Mark Thomas wrote: [X] Alpha - go ahead and release as 10.1.0-M5 (alpha) Tested on fedora34 with adoptopenjdk jdk-11.0.12+7 Still one failure: [concat] Testsuites with failed tests: [concat] TEST-org.apache.tomcat.util.net.TestSsl.NIO2.txt I will have a closer look later. +++ Core was generated by `/usr/lib/jvm/java-11-openjdk-11.0.12.0.7-0.fc34.x86_64/bin/java -Djava.security'. Program terminated with signal SIGABRT, Aborted. #0 0x7f72260932a2 in raise () from /lib64/libc.so.6 [Current thread is 1 (Thread 0x7f722495a640 (LWP 1925219))] (gdb) bt #0 0x7f72260932a2 in raise () from /lib64/libc.so.6 #1 0x7f722607c8a4 in abort () from /lib64/libc.so.6 #2 0x7f72260d5a97 in __libc_message () from /lib64/libc.so.6 #3 0x7f72260dd70c in malloc_printerr () from /lib64/libc.so.6 #4 0x7f72260def9c in _int_free () from /lib64/libc.so.6 #5 0x7f72260e27c8 in free () from /lib64/libc.so.6 #6 0x7f71f002a5cb in apr_allocator_destroy () from /lib64/libapr-1.so.0 #7 0x7f71f0032ea0 in apr_pool_terminate () from /lib64/libapr-1.so.0 #8 0x7f7207fa2a30 in ?? () #9 0x7f7220019000 in ?? () #10 0x7f7224957338 in ?? () #11 0x in ?? () +++ hm no very promising :-( -- Cheers Jean-Frederic - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
Re: [VOTE] Release Apache Tomcat 10.1.0-M5
The following votes were cast: Binding: +1: markt, remm, isapir, mgrigorov, jfclere No other votes were cast. The vote therefore passes. Thanks to everyone who contributed to this release. Mark - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
Re: [VOTE] Release Apache Tomcat 10.1.0-M5
On 08/09/2021 09:52, Martin Grigorov wrote: On Mon, Sep 6, 2021 at 5:43 PM Mark Thomas wrote: It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-10/v10.1.0-M4/ This should be -M5 Sorry about that. I must have missed it in the copy/paste/edit. Mark - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
Re: [VOTE] Release Apache Tomcat 10.1.0-M5
On 06/09/2021 16:43, Mark Thomas wrote: [X] Alpha - go ahead and release as 10.1.0-M5 (alpha) Tested on fedora34 with adoptopenjdk jdk-11.0.12+7 Still one failure: [concat] Testsuites with failed tests: [concat] TEST-org.apache.tomcat.util.net.TestSsl.NIO2.txt I will have a closer look later. -- Cheers Jean-Frederic - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
Re: [VOTE] Release Apache Tomcat 10.1.0-M5
On Mon, Sep 6, 2021 at 5:43 PM Mark Thomas wrote: > The proposed Apache Tomcat 10.1.0-M5 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 the $CATALINA_BASE/webapps-javaee directory and Tomcat > will automatically convert them to Jakarta EE and copy them to the > webapps directory. > > The notable changes compared to 10.1.0-M4 are: > > - Remove the deprecated APR/Native connector which includes the HTTP APR >and the AJP APR connector. Also remove the Java interfaces to the >APR/Native library that are not used by the OpenSSL integration for >the NIO and NIO2 connectors. > > - Add a UserDatabase implementation as a superset of the DataSourceRealm >functionality. > > - Update the internal fork of Apache Commons DBCP to 2.9.0 and Apache >Commons Pool to 2.11.1 > > > For full details, see the changelog: > https://ci.apache.org/projects/tomcat/tomcat-10.1.x/docs/changelog.html > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-10/v10.1.0-M4/ This should be -M5 > > > The Maven staging repo is: > https://repository.apache.org/content/repositories/orgapachetomcat-1330 > > The tag is: > https://github.com/apache/tomcat/tree/10.1.0-M5 > 2a10c8d9110d7b1c7f526f3352648c6b19ba2c52 > > > The proposed 10.1.0-M5 release is: > [ ] Broken - do not release > [ X ] Alpha - go ahead and release as 10.1.0-M5 (alpha) > Regards, Martin > > - > To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org > For additional commands, e-mail: dev-h...@tomcat.apache.org > >
Re: [VOTE] Release Apache Tomcat 10.1.0-M5
On Mon, Sep 6, 2021 at 7:43 AM Mark Thomas wrote: > The proposed Apache Tomcat 10.1.0-M5 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 the $CATALINA_BASE/webapps-javaee directory and Tomcat > will automatically convert them to Jakarta EE and copy them to the > webapps directory. > > The notable changes compared to 10.1.0-M4 are: > > - Remove the deprecated APR/Native connector which includes the HTTP APR >and the AJP APR connector. Also remove the Java interfaces to the >APR/Native library that are not used by the OpenSSL integration for >the NIO and NIO2 connectors. > > - Add a UserDatabase implementation as a superset of the DataSourceRealm >functionality. > > - Update the internal fork of Apache Commons DBCP to 2.9.0 and Apache >Commons Pool to 2.11.1 > > > For full details, see the changelog: > https://ci.apache.org/projects/tomcat/tomcat-10.1.x/docs/changelog.html > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-10/v10.1.0-M4/ > > The Maven staging repo is: > https://repository.apache.org/content/repositories/orgapachetomcat-1330 > > The tag is: > https://github.com/apache/tomcat/tree/10.1.0-M5 > 2a10c8d9110d7b1c7f526f3352648c6b19ba2c52 > > > The proposed 10.1.0-M5 release is: > [ ] Broken - do not release > [X] Alpha - go ahead and release as 10.1.0-M5 (alpha) > +1 Igal > - > To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org > For additional commands, e-mail: dev-h...@tomcat.apache.org > >
Re: [VOTE] Release Apache Tomcat 10.1.0-M5
On Mon, Sep 6, 2021 at 4:43 PM Mark Thomas wrote: > > The proposed Apache Tomcat 10.1.0-M5 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 the $CATALINA_BASE/webapps-javaee directory and Tomcat > will automatically convert them to Jakarta EE and copy them to the > webapps directory. > > The notable changes compared to 10.1.0-M4 are: > > - Remove the deprecated APR/Native connector which includes the HTTP APR >and the AJP APR connector. Also remove the Java interfaces to the >APR/Native library that are not used by the OpenSSL integration for >the NIO and NIO2 connectors. > > - Add a UserDatabase implementation as a superset of the DataSourceRealm >functionality. > > - Update the internal fork of Apache Commons DBCP to 2.9.0 and Apache >Commons Pool to 2.11.1 > > > For full details, see the changelog: > https://ci.apache.org/projects/tomcat/tomcat-10.1.x/docs/changelog.html > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-10/v10.1.0-M4/ > > The Maven staging repo is: > https://repository.apache.org/content/repositories/orgapachetomcat-1330 > > The tag is: > https://github.com/apache/tomcat/tree/10.1.0-M5 > 2a10c8d9110d7b1c7f526f3352648c6b19ba2c52 > > > The proposed 10.1.0-M5 release is: > [ ] Broken - do not release > [X] Alpha - go ahead and release as 10.1.0-M5 (alpha) Remy - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
Re: [VOTE] Release Apache Tomcat 10.1.0-M5
On 06/09/2021 15:43, Mark Thomas wrote: The proposed 10.1.0-M5 release is: [ ] Broken - do not release [X] Alpha - go ahead and release as 10.1.0-M5 (alpha) Unit tests pass on Windows, Linux and MacOS with NIO and NIO2 with Tomcat Native 1.2.31. Mark - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[VOTE] Release Apache Tomcat 10.1.0-M5
The proposed Apache Tomcat 10.1.0-M5 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 the $CATALINA_BASE/webapps-javaee directory and Tomcat will automatically convert them to Jakarta EE and copy them to the webapps directory. The notable changes compared to 10.1.0-M4 are: - Remove the deprecated APR/Native connector which includes the HTTP APR and the AJP APR connector. Also remove the Java interfaces to the APR/Native library that are not used by the OpenSSL integration for the NIO and NIO2 connectors. - Add a UserDatabase implementation as a superset of the DataSourceRealm functionality. - Update the internal fork of Apache Commons DBCP to 2.9.0 and Apache Commons Pool to 2.11.1 For full details, see the changelog: https://ci.apache.org/projects/tomcat/tomcat-10.1.x/docs/changelog.html It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-10/v10.1.0-M4/ The Maven staging repo is: https://repository.apache.org/content/repositories/orgapachetomcat-1330 The tag is: https://github.com/apache/tomcat/tree/10.1.0-M5 2a10c8d9110d7b1c7f526f3352648c6b19ba2c52 The proposed 10.1.0-M5 release is: [ ] Broken - do not release [ ] Alpha - go ahead and release as 10.1.0-M5 (alpha) - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org