Re: [PR] fix bz #69316 FastHttpDateFormat - getCurrentDate() returns inaccurate result [tomcat]

2024-09-11 Thread via GitHub
Chenjp commented on code in PR #751: URL: https://github.com/apache/tomcat/pull/751#discussion_r1756122503 ## java/org/apache/tomcat/util/http/FastHttpDateFormat.java: ## @@ -105,7 +105,7 @@ public final class FastHttpDateFormat { public static String getCurrentDate() {

Re: [PR] fix bz #69316 FastHttpDateFormat - getCurrentDate() returns inaccurate result [tomcat]

2024-09-11 Thread via GitHub
isapir commented on code in PR #751: URL: https://github.com/apache/tomcat/pull/751#discussion_r1756107715 ## java/org/apache/tomcat/util/http/FastHttpDateFormat.java: ## @@ -105,7 +105,7 @@ public final class FastHttpDateFormat { public static String getCurrentDate() {

Re: [PR] fix bz #69316 FastHttpDateFormat - getCurrentDate() returns inaccurate result [tomcat]

2024-09-11 Thread via GitHub
Chenjp commented on code in PR #751: URL: https://github.com/apache/tomcat/pull/751#discussion_r1756100613 ## java/org/apache/tomcat/util/http/FastHttpDateFormat.java: ## @@ -105,7 +105,7 @@ public final class FastHttpDateFormat { public static String getCurrentDate() {

Re: [PR] fix bz #69316 FastHttpDateFormat - getCurrentDate() returns inaccurate result [tomcat]

2024-09-11 Thread via GitHub
isapir commented on code in PR #751: URL: https://github.com/apache/tomcat/pull/751#discussion_r1756091747 ## java/org/apache/tomcat/util/http/FastHttpDateFormat.java: ## @@ -105,7 +105,7 @@ public final class FastHttpDateFormat { public static String getCurrentDate() {

Re: [PR] fix bz #69316 FastHttpDateFormat - getCurrentDate() returns inaccurate result [tomcat]

2024-09-11 Thread via GitHub
isapir commented on code in PR #751: URL: https://github.com/apache/tomcat/pull/751#discussion_r1756091747 ## java/org/apache/tomcat/util/http/FastHttpDateFormat.java: ## @@ -105,7 +105,7 @@ public final class FastHttpDateFormat { public static String getCurrentDate() {

Re: [PR] Resize elements array and update index in SynchronizedStack#setLimit when needed [tomcat]

2024-09-11 Thread via GitHub
Chenjp commented on PR #750: URL: https://github.com/apache/tomcat/pull/750#issuecomment-2345073418 > This PR will not be applied. > > `SynchronizedStack` is deliberately designed not to support shrinking the stack because: > > * Tomcat doesn't need the capability to shrink

Re: [PR] fix bz #69316 FastHttpDateFormat - getCurrentDate() returns inaccurate result [tomcat]

2024-09-11 Thread via GitHub
Chenjp commented on code in PR #751: URL: https://github.com/apache/tomcat/pull/751#discussion_r1755922817 ## java/org/apache/tomcat/util/http/FastHttpDateFormat.java: ## @@ -105,7 +105,7 @@ public final class FastHttpDateFormat { public static String getCurrentDate() {

(tomcat-tck) branch main updated: Update Tomcat SNAPSHOT version to test

2024-09-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-tck.git The following commit(s) were added to refs/heads/main by this push: new cf12e16 Update Tomcat SNAPSHOT version to test c

(tomcat-tck) branch main updated: EL TCK 6.0.1 has been published

2024-09-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-tck.git The following commit(s) were added to refs/heads/main by this push: new b178c45 EL TCK 6.0.1 has been published b178c45

Re: [PR] Bump postcss from 8.4.7 to 8.4.31 [tomcat-training]

2024-09-11 Thread via GitHub
markt-asf merged PR #33: URL: https://github.com/apache/tomcat-training/pull/33 -- 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 comment. To unsubscribe, e-mail: dev-unsubscr...@tomcat.a

(tomcat-training) branch dependabot/npm_and_yarn/postcss-8.4.31 deleted (was 48dd3b9)

2024-09-11 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch dependabot/npm_and_yarn/postcss-8.4.31 in repository https://gitbox.apache.org/repos/asf/tomcat-training.git was 48dd3b9 Bump postcss from 8.4.7 to 8.4.31 The revisions that were on this br

(tomcat-training) branch main updated (f643d5b -> 32d8153)

2024-09-11 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-training.git from f643d5b First draft of Jakarta EE 11 / Tomcat 11 preview add 48dd3b9 Bump postcss from 8.4.7 to 8.4.31

(tomcat-training) 01/01: Merge pull request #33 from apache/dependabot/npm_and_yarn/postcss-8.4.31

2024-09-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-training.git commit 32d8153a085d6cc1fa5ffeccc84c4976ee2d38ba Merge: f643d5b 48dd3b9 Author: Mark Thomas AuthorDate: Wed Sep 11 13:54:3

Re: Architecture UML diagrams - startup

2024-09-11 Thread Rémy Maucherat
On Tue, Sep 10, 2024 at 6:15 PM Mark Thomas wrote: > > All, > > I have finished the first pass at updating the startup architecture > diagrams. > > The previous (5.5.x based) PDF can be found at > > https://github.com/apache/tomcat/blob/main/webapps/docs/architecture/startup/serverStartup.pdf > >

svn commit: r1920561 - in /tomcat/site/trunk: ./ docs/ docs/tomcat-10.1-doc/ docs/tomcat-10.1-doc/annotationapi/ docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/ docs/tomcat-10.1-doc/annotationa

2024-09-11 Thread schultz
Author: schultz Date: Wed Sep 11 12:32:05 2024 New Revision: 1920561 URL: http://svn.apache.org/viewvc?rev=1920561&view=rev Log: Announce the release of v10.1.29. [This commit notification would consist of 64 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.] -

(tomcat) branch 9.0.x updated: Add date

2024-09-11 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 3540b40d45 Add date 3540b40d45 is described below c

svn commit: r71463 - /release/tomcat/tomcat-10/v10.1.28/

2024-09-11 Thread schultz
Author: schultz Date: Wed Sep 11 12:25:31 2024 New Revision: 71463 Log: Drop old release artifacts. Removed: release/tomcat/tomcat-10/v10.1.28/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional comm

Re: [PR] fix bz #69316 FastHttpDateFormat - getCurrentDate() returns inaccurate result [tomcat]

2024-09-11 Thread via GitHub
rainerjung commented on code in PR #751: URL: https://github.com/apache/tomcat/pull/751#discussion_r1754287909 ## java/org/apache/tomcat/util/http/FastHttpDateFormat.java: ## @@ -105,7 +105,7 @@ public final class FastHttpDateFormat { public static String getCurrentDate() {

Re: [PR] fix bz #69316 FastHttpDateFormat - getCurrentDate() returns inaccurate result [tomcat]

2024-09-11 Thread via GitHub
rainerjung commented on code in PR #751: URL: https://github.com/apache/tomcat/pull/751#discussion_r1754287909 ## java/org/apache/tomcat/util/http/FastHttpDateFormat.java: ## @@ -105,7 +105,7 @@ public final class FastHttpDateFormat { public static String getCurrentDate() {

Re: [PR] fix bz #69316 FastHttpDateFormat - getCurrentDate() returns inaccurate result [tomcat]

2024-09-11 Thread via GitHub
rainerjung commented on code in PR #751: URL: https://github.com/apache/tomcat/pull/751#discussion_r1754287909 ## java/org/apache/tomcat/util/http/FastHttpDateFormat.java: ## @@ -105,7 +105,7 @@ public final class FastHttpDateFormat { public static String getCurrentDate() {

[Bug 69318] Why assetdeals is the best real estate constuant company in gurugram

2024-09-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69318 Assetdeals changed: What|Removed |Added URL||https://www.assetdeals.in/

[Bug 69318] New: Why assetdeals is the best real estate constuant company in gurugram

2024-09-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69318 Bug ID: 69318 Summary: Why assetdeals is the best real estate constuant company in gurugram Product: Tomcat Native Version: unspecified Hardware: PC Status: N

Re: [PR] fix bz #69316 FastHttpDateFormat - getCurrentDate() returns inaccurate result [tomcat]

2024-09-11 Thread via GitHub
markt-asf commented on code in PR #751: URL: https://github.com/apache/tomcat/pull/751#discussion_r1754134779 ## java/org/apache/tomcat/util/http/FastHttpDateFormat.java: ## @@ -105,7 +105,7 @@ public final class FastHttpDateFormat { public static String getCurrentDate() {

Buildbot success in on tomcat-11.0.x

2024-09-11 Thread buildbot
Build status: Build succeeded! Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/112/builds/1267 Blamelist: Mark Thomas Build Text: build successful Status Detected: restored build Build Source Stamp: [branch 11.0.x] e26440e475e69c9fd945bf7abecf8e1a809f2313 Steps: worker_pr

Re: [PR] fix bz #69316 FastHttpDateFormat - getCurrentDate() returns inaccurate result [tomcat]

2024-09-11 Thread via GitHub
rmaucher commented on PR #751: URL: https://github.com/apache/tomcat/pull/751#issuecomment-2343329930 This looks to be more precise (so maybe ?) but the start of processing and/or actual completion of requests on two separate connections is a rather random affair timing wise. Anything can h

Re: [PR] Resize elements array and update index in SynchronizedStack#setLimit when needed [tomcat]

2024-09-11 Thread via GitHub
markt-asf closed pull request #750: Resize elements array and update index in SynchronizedStack#setLimit when needed URL: https://github.com/apache/tomcat/pull/750 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

Re: [PR] Resize elements array and update index in SynchronizedStack#setLimit when needed [tomcat]

2024-09-11 Thread via GitHub
markt-asf commented on PR #750: URL: https://github.com/apache/tomcat/pull/750#issuecomment-2343275006 This PR will not be applied. `SynchronizedStack` is deliberately designed not to support shrinking the stack because: - Tomcat doesn't need the capability to shrink the stack -

Re: [PR] i18n zh translation improvement for 9.0.x [tomcat]

2024-09-11 Thread via GitHub
markt-asf closed pull request #748: i18n zh translation improvement for 9.0.x URL: https://github.com/apache/tomcat/pull/748 -- 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 comment. To

(tomcat) branch main updated: Update baseline version for 12.0.0-M1

2024-09-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 618a354227 Update baseline version for 12.0.0-M1 618a

(tomcat) branch 11.0.x updated: Next release expected to be 11.0.0

2024-09-11 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/11.0.x by this push: new e26440e475 Next release expected to be 11.0.0 e26

[ANN] Apache Tomcat 9.0.94 available

2024-09-11 Thread Rémy Maucherat
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.94. Apache Tomcat 9 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 9.0.94 is a bugfix and feat

[Bug 69316] FastHttpDateFormat#getCurrentDate(): returns inaccurate date string.

2024-09-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69316 Justin Chen changed: What|Removed |Added OS||All --- Comment #1 from Justin Chen ---

[PR] fix bz #69316 FastHttpDateFormat - getCurrentDate() returns inaccurate result [tomcat]

2024-09-11 Thread via GitHub
Chenjp opened a new pull request, #751: URL: https://github.com/apache/tomcat/pull/751 FastHttpDateFormat#getCurrentDate() returns same string for two different second datetime. For following date: 1st:1726041009036, Wed, 11 Sep 2024 07:50:09 GMT 2nd:1726041009940, Wed, 11 Sep 2

[Bug 69316] New: FastHttpDateFormat#getCurrentDate(): returns inaccurate date string.

2024-09-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69316 Bug ID: 69316 Summary: FastHttpDateFormat#getCurrentDate(): returns inaccurate date string. Product: Tomcat 9 Version: 9.0.x Hardware: PC Status: NEW