Re: [tomcat] branch main updated: Use a valid date format for the expires attribute of a cookie

2022-10-12 Thread Mark Thomas
On 12/10/2022 19:28, ma...@apache.org wrote: 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 ee131

[tomcat] branch 8.5.x updated: Use a valid date format for the expires attribute of a cookie

2022-10-12 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 9c78c2e66a Use a valid date format for the expires

[tomcat] branch 9.0.x updated: Use a valid date format for the expires attribute of a cookie

2022-10-12 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 d641a43b8a Use a valid date format for the expires

[tomcat] branch 10.1.x updated: Use a valid date format for the expires attribute of a cookie

2022-10-12 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 728e2e605a Use a valid date format for the expire

[tomcat] branch main updated: Use a valid date format for the expires attribute of a cookie

2022-10-12 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 ee131cd0d9 Use a valid date format for the expires at

[Bug 66294] Util.getContextClassLoader() can be a hotspot

2022-10-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66294 --- Comment #1 from Mark Thomas --- Given that the SecurityManager is heading towards deprecation, why not just run without a SecurityManager to avoid this hotspot? -- You are receiving this mail because: You are the assignee for the bug. ---

Re: Buildbot success in on tomcat-11.0.x

2022-10-12 Thread Mark Thomas
Hi all, The good news is obviously that buildbot notifications are working again. They should be configured to only report on state changes. i.e. passing -> failing or failing -> passing. I'll take another look at the configuration and see what I got wrong. I am aware that Tomcat Native is n

Buildbot success in on tomcat-11.0.x

2022-10-12 Thread buildbot
Build status: Build succeeded! Worker used: bb2_worker2_ubuntu URL: https://ci2.apache.org/#builders/112/builds/4 Blamelist: Mark Thomas Build Text: build successful Status Detected: passing build Build Source Stamp: [branch main] 38577bb41265da04f25013422fc01016f7a5b919 Steps: worker_prepara

Buildbot success in on tomcat-8.5.x

2022-10-12 Thread buildbot
Build status: Build succeeded! Worker used: bb2_worker2_ubuntu URL: https://ci2.apache.org/#builders/36/builds/310 Blamelist: Mark Thomas Build Text: build successful Status Detected: passing build Build Source Stamp: [branch 8.5.x] c8a742fb52f23b4b92be6b2525ddc12984060603 Steps: worker_prepa

Buildbot success in on tomcat-9.0.x

2022-10-12 Thread buildbot
Build status: Build succeeded! Worker used: bb2_worker2_ubuntu URL: https://ci2.apache.org/#builders/37/builds/359 Blamelist: Mark Thomas Build Text: build successful Status Detected: passing build Build Source Stamp: [branch 9.0.x] c17bfe7d8ff3b7fe489ae0e9782139f2d3264002 Steps: worker_prepa

[tomcat] branch main updated: Avoid overriding non-abstract methods

2022-10-12 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 38577bb412 Avoid overriding non-abstract methods 3857

Buildbot success in on tomcat-10.1.x

2022-10-12 Thread buildbot
Build status: Build succeeded! Worker used: bb2_worker2_ubuntu URL: https://ci2.apache.org/#builders/44/builds/547 Blamelist: Carsten Klein , Christopher Schultz , Dachuan J , David Blevins , Dmitri Blinov , Eduardo Leggiero , Emmanuel Bourg , Filip Hanik , Gareth Evans , Hal Deadman , Hui Wan

[tomcat] branch main updated: Simplify code

2022-10-12 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 8c734f3c55 Simplify code 8c734f3c55 is described belo

Buildbot success in on tomcat-11.0.x

2022-10-12 Thread buildbot
Build status: Build succeeded! Worker used: bb2_worker2_ubuntu URL: https://ci2.apache.org/#builders/112/builds/3 Blamelist: Mark Thomas Build Text: build successful Status Detected: passing build Build Source Stamp: [branch main] 563e11057e87f9482c6fd7a0b671a51f95e3f2b2 Steps: worker_prepara

[tomcat] branch 8.5.x updated: Use List.toArray(new T[0]) rather than List.toArray(new T[size])

2022-10-12 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 c8a742fb52 Use List.toArray(new T[0]) rather than L

[tomcat] branch 9.0.x updated: Use List.toArray(new T[0]) rather than List.toArray(new T[size])

2022-10-12 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 c17bfe7d8f Use List.toArray(new T[0]) rather than L

[tomcat] branch 10.1.x updated: Use List.toArray(new T[0]) rather than List.toArray(new T[size])

2022-10-12 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 152dc92d7f Use List.toArray(new T[0]) rather than

[tomcat] branch main updated: Use List.toArray(new T[0]) rather than List.toArray(new T[size])

2022-10-12 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 563e11057e Use List.toArray(new T[0]) rather than Lis

[Bug 66294] Util.getContextClassLoader() can be a hotspot

2022-10-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66294 John Engebretson changed: What|Removed |Added CC||jeng...@amazon.com -- You are rece

[GitHub] [tomcat] aooohan commented on pull request #555: Update OpenSSLEngine.java changed 'toArray(new String[size])' to 'toArray(new String[0])'

2022-10-12 Thread GitBox
aooohan commented on PR #555: URL: https://github.com/apache/tomcat/pull/555#issuecomment-1276131546 @DigitalFatCat Thanks for the PR. : ) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the sp

[GitHub] [tomcat] aooohan commented on pull request #555: Update OpenSSLEngine.java changed 'toArray(new String[size])' to 'toArray(new String[0])'

2022-10-12 Thread GitBox
aooohan commented on PR #555: URL: https://github.com/apache/tomcat/pull/555#issuecomment-1276129749 > It usually does make sense. See https://www.baeldung.com/java-collection-toarray-methods Wow, interesting, it turns out that there is a difference in performance between these. I am

[GitHub] [tomcat] markt-asf commented on pull request #555: Update OpenSSLEngine.java changed 'toArray(new String[size])' to 'toArray(new String[0])'

2022-10-12 Thread GitBox
markt-asf commented on PR #555: URL: https://github.com/apache/tomcat/pull/555#issuecomment-1276040032 It usually does make sense. See https://www.baeldung.com/java-collection-toarray-methods I thought we'd been through the code base and fixed all these previously. A quick search indicat

[GitHub] [tomcat] aooohan closed pull request #555: Update OpenSSLEngine.java changed 'toArray(new String[size])' to 'toArray(new String[0])'

2022-10-12 Thread GitBox
aooohan closed pull request #555: Update OpenSSLEngine.java changed 'toArray(new String[size])' to 'toArray(new String[0])' URL: https://github.com/apache/tomcat/pull/555 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [tomcat] aooohan commented on pull request #555: Update OpenSSLEngine.java changed 'toArray(new String[size])' to 'toArray(new String[0])'

2022-10-12 Thread GitBox
aooohan commented on PR #555: URL: https://github.com/apache/tomcat/pull/555#issuecomment-1276008234 It doesn't make sense to do this. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [tomcat] DigitalFatCat opened a new pull request, #555: Update OpenSSLEngine.java changed 'toArray(new String[0])' to 'toArray(new String[size])'

2022-10-12 Thread GitBox
DigitalFatCat opened a new pull request, #555: URL: https://github.com/apache/tomcat/pull/555 It should use 'toArray(new String[0])' instead of 'toArray(new String[size])' -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

Buildbot success in on tomcat-11.0.x

2022-10-12 Thread buildbot
Build status: Build succeeded! Worker used: bb2_worker2_ubuntu URL: https://ci2.apache.org/#builders/112/builds/2 Blamelist: Mark Thomas Build Text: build successful Status Detected: passing build Build Source Stamp: [branch main] 2763077bbaf018cf76a3247c8ea08c486b505ea7 Steps: worker_prepara

[tomcat] 02/03: Add initial Loom implementation

2022-10-12 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 commit ebbe5f1d16c8ee345b3334abc3cd2c20d61171f4 Author: Mark Thomas AuthorDate: Wed Oct 12 10:49:31 2022 +0100 Add initial Lo

[tomcat] 01/03: Refactor in preparation for adding initial Loom endpoint

2022-10-12 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 commit 1c21f344bed88f9846bd8c172e4181325b8a64ea Author: Mark Thomas AuthorDate: Wed Oct 12 10:48:19 2022 +0100 Refactor in pr

[tomcat] 03/03: Sync local snapshot version with nexus snapshot version

2022-10-12 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 commit 2763077bbaf018cf76a3247c8ea08c486b505ea7 Author: Mark Thomas AuthorDate: Wed Oct 12 11:12:40 2022 +0100 Sync local sna

[tomcat] branch main updated (39821e7b3c -> 2763077bba)

2022-10-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git from 39821e7b3c Add the initial plumbing for the loom module new 1c21f344be Refactor in preparation for adding initial Lo

Buildbot success in on tomcat-11.0.x

2022-10-12 Thread buildbot
Build status: Build succeeded! Worker used: bb2_worker2_ubuntu URL: https://ci2.apache.org/#builders/112/builds/1 Blamelist: Carsten Klein , Christopher Schultz , David Blevins , Dmitri Blinov , Emmanuel Bourg , Filip Hanik , Gareth Evans , Igal Sapir , Knut Sander , Konstantin Kolinko , Malay

[tomcat] branch main updated: Add the initial plumbing for the loom module

2022-10-12 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 39821e7b3c Add the initial plumbing for the loom modu