[GitHub] [tomcat] dependabot[bot] opened a new pull request, #633: Bump h2 from 2.1.210 to 2.2.220 in /modules/jdbc-pool

2023-07-07 Thread via GitHub
dependabot[bot] opened a new pull request, #633: URL: https://github.com/apache/tomcat/pull/633 Bumps [h2](https://github.com/h2database/h2database) from 2.1.210 to 2.2.220. Release notes Sourced from https://github.com/h2database/h2database/releases";>h2's releases. Version

[tomcat] branch dependabot/maven/modules/jdbc-pool/com.h2database-h2-2.2.220 created (now 0dfff605d7)

2023-07-07 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/modules/jdbc-pool/com.h2database-h2-2.2.220 in repository https://gitbox.apache.org/repos/asf/tomcat.git at 0dfff605d7 Bump h2 from 2.1.210 to 2.2.220 in /modules/jdbc

[Bug 66681] New: .getBasicRemote().flushBatch() causes NPE with PerMessageDeflate

2023-07-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66681 Bug ID: 66681 Summary: .getBasicRemote().flushBatch() causes NPE with PerMessageDeflate Product: Tomcat 9 Version: 9.0.76 Hardware: PC OS: Mac OS X 10.1

[tomcat] branch 8.5.x updated: Fix string ms -> s

2023-07-07 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 55fee33fe3 Fix string ms -> s 55fee33fe3 is describe

[tomcat] branch 9.0.x updated: Fix string ms -> s

2023-07-07 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 e24cf384f3 Fix string ms -> s e24cf384f3 is describe

[tomcat] branch 10.1.x updated: Fix string ms -> s

2023-07-07 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 6b3685db1d Fix string ms -> s 6b3685db1d is descri

[tomcat] branch main updated: Fix string ms -> s

2023-07-07 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 5a7bb27da6 Fix string ms -> s 5a7bb27da6 is described

Re: [VOTE] Release Apache Tomcat 10.1.11

2023-07-07 Thread Christopher Schultz
All, On 7/6/23 10:41 AM, Christopher Schultz wrote: The proposed Apache Tomcat 10.1.11 release is now available for voting. The notable changes compared to 10.1.10 are: - Add ContextNamingInfoListener, a listener which creates context naming    information environment entries - Add Propertie

[Bug 66680] [StandardSession] Misleading warning "Cannot serialize Principal object for session"

2023-07-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66680 Christopher Schultz changed: What|Removed |Added OS||All --- Comment #1 from Christop

Re: [VOTE] Release Apache Tomcat 8.5.91 (unit test failure)

2023-07-07 Thread Christopher Schultz
All, I'm seeing a unit test failure and I'm not sure it's due to one of the "expected in my environment" cases: This is TEST-org.apache.tomcat.websocket.TestWsWebSocketContainerSSL.NIO.txt: Testsuite: org.apache.tomcat.websocket.TestWsWebSocketContainerSSL Tests run: 1, Failures: 0, Errors:

Plans for August releases

2023-07-07 Thread Christopher Schultz
All, I will be on holiday around the time I would usually do the monthly releases for August, for 10.1.12 and 8.5.92. I'm happy to do those releases when I return, but if someone thinks that the August releases on these branches is important need to be "on time" then I'll need coverage for A

Re: [VOTE] Release Apache Tomcat 10.1.11

2023-07-07 Thread Han Li
> On Jul 6, 2023, at 22:41, Christopher Schultz > wrote: > > The proposed Apache Tomcat 10.1.11 release is now available for > voting. > > The notable changes compared to 10.1.10 are: > > - Add ContextNamingInfoListener, a listener which creates context naming > information environment en

Re: [VOTE] Release Apache Tomcat 8.5.91

2023-07-07 Thread Rémy Maucherat
On Thu, Jul 6, 2023 at 5:32 PM Christopher Schultz wrote: > > The proposed Apache Tomcat 8.5.91 release is now available for voting. > > The notable changes compared to 8.5.90 are: > > - Add ContextNamingInfoListener, a listener which creates context naming >information environment entries. >

Re: [VOTE] Release Apache Tomcat 10.1.11

2023-07-07 Thread Rémy Maucherat
On Thu, Jul 6, 2023 at 4:41 PM Christopher Schultz wrote: > > The proposed Apache Tomcat 10.1.11 release is now available for > voting. > > The notable changes compared to 10.1.10 are: > > - Add ContextNamingInfoListener, a listener which creates context naming > information environment entrie

Re: [VOTE] Release Apache Tomcat 10.1.11

2023-07-07 Thread jean-frederic clere
On 7/6/23 16:41, Christopher Schultz wrote: [X] Stable - go ahead and release as 10.1.11 tested with tc-native 2.0.4 on fedora38 -- Cheers Jean-Frederic - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additi

Hide jakarta.annotations from tomcat-catalina?

2023-07-07 Thread Romain Manni-Bucau
Hi, Do you think we can make jakarta.annotations optional from tomcat-catalina? Would ease IDE completion when this is not supported and tomcat is wrapped in another web api. Technically it does not look crazy but wonder if it can end upstream.