TAC Applications for Community Over Code North America and Asia now open

2023-06-16 Thread Gavin McDonald
Hi All, (This email goes out to all our user and dev project mailing lists, so you may receive this email more than once.) The Travel Assistance Committee has opened up applications to help get people to the following events: *Community Over Code Asia 2023 - * *August 18th to August 20th in Bei

[tomcat] branch 10.1.x updated (81c69c7f93 -> 3a4397e301)

2023-06-16 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git from 81c69c7f93 Include binaries for Windows in files uploaded to Maven Central new 2d2638326d Add note on JDT version

[tomcat] 02/02: Fix regression in fix for BZ 66574

2023-06-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 commit 3a4397e30145156cb99162d7ce7936e2187d0d66 Author: Mark Thomas AuthorDate: Fri Jun 16 14:50:28 2023 +0100 Fix regressi

[tomcat] 01/02: Add note on JDT version

2023-06-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 commit 2d2638326dc6e3838775e0c3651b30adb2252df6 Author: Mark Thomas AuthorDate: Fri Jun 16 09:14:56 2023 +0100 Add note on

[tomcat] branch 9.0.x updated: Fix regression in fix for BZ 66574

2023-06-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 The following commit(s) were added to refs/heads/9.0.x by this push: new 74771aae3b Fix regression in fix for BZ 66574 74771

[tomcat] branch 8.5.x updated: Fix regression in fix for BZ 66574

2023-06-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 The following commit(s) were added to refs/heads/8.5.x by this push: new f9b5852899 Fix regression in fix for BZ 66574 f9b58

[tomcat] branch main updated: Fix regression in fix for BZ 66574

2023-06-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 ea6d9cdcb9 Fix regression in fix for BZ 66574 ea6d9cd

Re: Tomcat 11, Java 21 and Windows 32-bit support

2023-06-16 Thread Mark Thomas
On 15/06/2023 12:27, Konstantin Kolinko wrote: чт, 15 июн. 2023 г. в 12:32, Mark Thomas : [...] Given the above, I think we can safely: - plan to stop providing 32-bit Windows builds after 2025-10-14 - remove 32-bit Windows builds from Tomcat 11 Given that the only remaining supported 32-bi

Re: Tomcat, Jakarta TCKs and Arquillian

2023-06-16 Thread Romain Manni-Bucau
Hi Mark, On TomEE side (and other spec impl ones) we had a hybrid approach: * Add arquillian container properties when reusable (ex: context customization for tomcat for ex) * Add a custom tck loadableextension (ServiceLoader for arquillian) which overrides the container for the specific tck suit

Re: Tomcat, Jakarta TCKs and Arquillian

2023-06-16 Thread Mark Thomas
Do you have a pointer for an example of the custom TCK loadable extension? That sounds like it might be all we need. If the plumbing is already in place in Arquillian then I'm happy not to reinvent the wheel. Mark On 16/06/2023 16:34, Romain Manni-Bucau wrote: Hi Mark, On TomEE side (and o

Re: Tomcat, Jakarta TCKs and Arquillian

2023-06-16 Thread Romain Manni-Bucau
Yes https://github.com/apache/bval/blob/master/bval-tck/src/main/java/org/apache/bval/arquillian/BValArquillianExtension.java or https://github.com/apache/geronimo-opentracing/blob/master/geronimo-opentracing/src/test/java/org/apache/geronimo/microprofile/opentracing/tck/setup/SkipOpentracingApiS

[tomcat] branch main updated: Drop 32-bit Windows support

2023-06-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 f5140a9536 Drop 32-bit Windows support f5140a9536 is

svn commit: r1910457 - in /tomcat/site/trunk: docs/download-11.html xdocs/download-11.xml

2023-06-16 Thread markt
Author: markt Date: Fri Jun 16 18:12:17 2023 New Revision: 1910457 URL: http://svn.apache.org/viewvc?rev=1910457&view=rev Log: Remove references to 32-bit Windows distributions from the download site Modified: tomcat/site/trunk/docs/download-11.html tomcat/site/trunk/xdocs/download-11.xml

svn commit: r1910458 - in /tomcat/site/trunk: docs/download-11.html xdocs/download-11.xml

2023-06-16 Thread markt
Author: markt Date: Fri Jun 16 18:13:42 2023 New Revision: 1910458 URL: http://svn.apache.org/viewvc?rev=1910458&view=rev Log: No need to specify 64-bit here Modified: tomcat/site/trunk/docs/download-11.html tomcat/site/trunk/xdocs/download-11.xml Modified: tomcat/site/trunk/docs/downloa

[tomcat] branch main updated: More 32-bit Windows removal.

2023-06-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 b19ed00e30 More 32-bit Windows removal. b19ed00e30 is

Re: Tomcat, Jakarta TCKs and Arquillian

2023-06-16 Thread Mark Thomas
Thanks, those are really helpful. I'll try and find some time to look at this some more next week. Mark On 16/06/2023 17:59, Romain Manni-Bucau wrote: Yes https://github.com/apache/bval/blob/master/bval-tck/src/main/java/org/apache/bval/arquillian/BValArquillianExtension.java or https://gi

Re: Tomcat 11, Java 21 and Windows 32-bit support

2023-06-16 Thread Mark Thomas
On 16/06/2023 16:15, Mark Thomas wrote: One thing we could do is check the download stats for the x86 releases. I'll look into that before doing anything else. Looking at the last 90 days of CDN downloads There were 5.6 million Tomcat downloads via the CDN 100k of those were for source distri

[Bug 66654] New: Setting displayname while using service.bat to install tomcat service

2023-06-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66654 Bug ID: 66654 Summary: Setting displayname while using service.bat to install tomcat service Product: Tomcat 9 Version: 9.0.76 Hardware: PC Status: NEW

[tomcat] branch main updated: Remove unnecessary test.

2023-06-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 e0320d4894 Remove unnecessary test. e0320d4894 is des

[tomcat] branch 10.1.x updated: Remove unnecessary test.

2023-06-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 bc972e8cea Remove unnecessary test. bc972e8cea is

[tomcat] branch 9.0.x updated: Remove unnecessary test.

2023-06-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 The following commit(s) were added to refs/heads/9.0.x by this push: new 5623e1ff02 Remove unnecessary test. 5623e1ff02 is d

[tomcat] branch 8.5.x updated: Remove unnecessary test.

2023-06-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 The following commit(s) were added to refs/heads/8.5.x by this push: new 6df45b3f64 Remove unnecessary test. 6df45b3f64 is d