Re: [VOTE] Release Apache Tomcat 10.0.16

2022-01-19 Thread Mark Thomas
On 15/01/2022 14:10, Mark Thomas wrote: The proposed 10.0.16 release is: [ ] Broken - do not release [X] Stable - go ahead and release as 10.0.16 (stable) Unit tests pass on MacOS, Linux and Windows with APR/Native built with latest source Mark

Re: [VOTE] Release Apache Tomcat 10.1.0-M10

2022-01-19 Thread Mark Thomas
On 15/01/2022 12:49, Mark Thomas wrote: The proposed 10.1.0-M10 release is: [ ] Broken - do not release [X] Alpha - go ahead and release as 10.1.0-M10 (alpha) Unit tests pass on MacOS, Linux and Windows with APR/Native built with latest source Mark

[GitHub] [tomcat] jackshirazi commented on pull request #464: avoid null classloader when thread context CL is null

2022-01-19 Thread GitBox
jackshirazi commented on pull request #464: URL: https://github.com/apache/tomcat/pull/464#issuecomment-1016871809 Triggered in my case when an agent (in this case Elastic APM agent) was also present, and the agent needs to do classloader manipulation for instrumentation. I suspect

Re: Reproducible builds update

2022-01-19 Thread Rémy Maucherat
On Wed, Jan 19, 2022 at 5:52 PM Emmanuel Bourg wrote: > Fortunately a non-reproducible javadoc isn't really important, what > matters the most is to have reproducible executable packages. That seems like a reasonable statement ! Rémy

Re: Reproducible builds update

2022-01-19 Thread Emmanuel Bourg
Le 18/01/2022 à 21:03, Mark Thomas a écrit : I'm wondering about second issue. It would be nice to have a complete fix but if the full docs package isn't reproducible how much of an issue is that? Reproducibility issues with javadoc are quite frequent unfortunately, many Java packages in

[Bug 65809] New: Reduce memory footprint for long-lasting WebSocket server connections

2022-01-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65809 Bug ID: 65809 Summary: Reduce memory footprint for long-lasting WebSocket server connections Product: Tomcat 8 Version: 8.5.x-trunk Hardware: PC OS:

Re: [VOTE] Release Apache Tomcat 8.5.75 (clarified version numbers, again)

2022-01-19 Thread Igal Sapir
On Tue, Jan 18, 2022 at 2:26 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > The proposed Apache Tomcat 8.5.75 release is now available for voting. > > The proposed 8.5.75 release is: > [ ] Broken - do not release > [X] Stable - go ahead and release as 8.5.75 (stable) > +1 Igal

[GitHub] [tomcat] zhenguoli opened a new pull request #467: Allow http response date field set to older date

2022-01-19 Thread GitBox
zhenguoli opened a new pull request #467: URL: https://github.com/apache/tomcat/pull/467 When you set the system time to a newer date by accident, then you reset system time to an older date, but the HTTP header response date field cannot be changed. It is still the newer date. -- This

[GitHub] [tomcat] zhenguoli closed pull request #466: Allow http response date field set to older date

2022-01-19 Thread GitBox
zhenguoli closed pull request #466: URL: https://github.com/apache/tomcat/pull/466 -- 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:

[GitHub] [tomcat] zhenguoli closed pull request #466: Allow http response date field set to older date

2022-01-19 Thread GitBox
zhenguoli closed pull request #466: URL: https://github.com/apache/tomcat/pull/466 -- 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:

[GitHub] [tomcat] zhenguoli opened a new pull request #466: Allow http response date field set to older date

2022-01-19 Thread GitBox
zhenguoli opened a new pull request #466: URL: https://github.com/apache/tomcat/pull/466 When you set the system time to a newer date by accident, then you reset system time to an older date, but the HTTP header response date field cannot be changed. It is still the newer date. -- This

Re: [VOTE] Release Apache Tomcat 8.5.75 (clarified version numbers, again)

2022-01-19 Thread Rémy Maucherat
On Tue, Jan 18, 2022 at 11:26 PM Christopher Schultz wrote: > > The proposed Apache Tomcat 8.5.75 release is now available for voting. > > The one notable change compared to 8.5.74 (which was not released due to > this bug) is: > > - Correct a regression in the fix for BZ 65785 that broke HTTP/2

[GitHub] [tomcat] markt-asf commented on pull request #465: update catalina.usage item

2022-01-19 Thread GitBox
markt-asf commented on pull request #465: URL: https://github.com/apache/tomcat/pull/465#issuecomment-1016288730 Tomcat uses POEditor to manage translations with updates imported from POEditor before a release. For more details including a link to sign up to POEditor see:

[GitHub] [tomcat] markt-asf closed pull request #465: update catalina.usage item

2022-01-19 Thread GitBox
markt-asf closed pull request #465: URL: https://github.com/apache/tomcat/pull/465 -- 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:

[GitHub] [tomcat] markt-asf commented on pull request #464: avoid null classloader when thread context CL is null

2022-01-19 Thread GitBox
markt-asf commented on pull request #464: URL: https://github.com/apache/tomcat/pull/464#issuecomment-1016287162 I'm curious as to what scenario triggers this issue. It looks like this isn't the only place in JULI that needs to handle this case. I see at least one other place where