Re: [tomcat] branch 10.1.x updated: Update objenesis and unboundid versions for IDE configs. Submitted by Bailey Brownie

2023-02-09 Thread Han Li
> On Feb 9, 2023, at 16:36, li...@apache.org wrote: > > This is an automated email from the ASF dual-hosted git repository. > > lihan 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

Re: [tomcat] branch 10.1.x updated: Revert TestAsyncContextImpl.

2023-02-10 Thread Han Li
> On Feb 10, 2023, at 17:24, li...@apache.org wrote: > > This is an automated email from the ASF dual-hosted git repository. > > lihan 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

Re: [tomcat] branch main updated: Many improvements.

2023-02-17 Thread Han Li
> On Feb 17, 2023, at 17:17, Rémy Maucherat wrote: > > On Fri, Feb 17, 2023 at 4:32 AM wrote: >> -ciphers.removeAll(movedCiphers); >> +movedCiphers.forEach(ciphers::remove); > > Ok for some of them maybe, but I don't understand why one this is better. See:https://www.baeldung

Re: [VOTE] Release Apache Tomcat 11.0.0-M3

2023-02-19 Thread Han Li
> On Feb 18, 2023, at 02:18, Mark Thomas wrote: > > The proposed Apache Tomcat 11.0.0-M3 release is now available for > voting. > > Apache Tomcat 11.0.0-M3 is a milestone release of the 11.0.x branch and has > been made to provide users with early access to the new features in Apache > Tomc

Re: [VOTE] Release Apache Tomcat 10.1.6

2023-02-19 Thread Han Li
> On Feb 19, 2023, at 22:11, Christopher Schultz > wrote: > > The proposed Apache Tomcat 10.1.6 release is now available for > voting. > > The notable changes compared to 10.1.5 are: > > - Switch to using the ServiceLoader mechanism to load the custom URL > protocol handlers that Tomcat us

Re: [VOTE] Release Apache Tomcat 9.0.72

2023-02-21 Thread Han Li
> On Feb 18, 2023, at 17:44, Rémy Maucherat wrote: > > The proposed Apache Tomcat 9.0.72 release is now available for voting. > > The notable changes compared to 9.0.71 are: > > - Add an error report valve that allows redirecting to or proxying from an > external web server. > > - Log ba

Re: [tomcat] branch main updated: Replace with JDK 1.8 Integer::compareUnsigned(int, int).

2023-02-26 Thread Han Li
> On Feb 27, 2023, at 01:38, Mark Thomas wrote: > > On 26/02/2023 07:46, li...@apache.org wrote: >> This is an automated email from the ASF dual-hosted git repository. >> lihan pushed a commit to branch main >> in repository https://gitbox.apache.org/repos/asf/tomcat.g

Re: [VOTE] Release Apache Tomcat 11.0.0-M4

2023-02-27 Thread Han Li
> On Feb 28, 2023, at 04:32, Mark Thomas wrote: > > The proposed Apache Tomcat 11.0.0-M4 release is now available for > voting. > > Apache Tomcat 11.0.0-M4 is a milestone release of the 11.0.x branch and has > been made to provide users with early access to the new features in Apache > Tomc

Re: [VOTE] Release Apache Tomcat 10.1.7

2023-02-28 Thread Han Li
> On Feb 28, 2023, at 04:56, Christopher Schultz > wrote: > > The proposed Apache Tomcat 10.1.7 release is now available for > voting. > > The notable changes compared to 10.1.6 are: > > - Revert the switch to using the ServiceLoader mechanism to load the > custom URL protocol handlers th

Re: [tomcat] branch main updated: Align with spec

2023-03-06 Thread Han Li
> On Mar 7, 2023, at 14:39, Konstantin Kolinko wrote: > > вт, 7 мар. 2023 г. в 09:17, mailto:li...@apache.org>>: >> >> This is an automated email from the ASF dual-hosted git repository. >> >> lihan pushed a commit to branch main >> in repository https://gitbox.apache.org/repos/asf/tomcat.git

Re: [tomcat] branch main updated: Align with spec

2023-03-06 Thread Han Li
> On Mar 7, 2023, at 15:51, Rémy Maucherat wrote: > > On Tue, Mar 7, 2023 at 8:14 AM Han Li wrote: >> >> >> >>> On Mar 7, 2023, at 14:39, Konstantin Kolinko wrote: >>> >>> вт, 7 мар. 2023 г. в 09:17, mailto:li...@apache.org>&

Re: [tomcat] branch main updated: Align with spec

2023-03-07 Thread Han Li
nge to submit without doing anything extra. Thanks Han > On Mar 7, 2023, at 16:06, Rémy Maucherat wrote: > > On Tue, Mar 7, 2023 at 8:55 AM Konstantin Kolinko > mailto:knst.koli...@gmail.com>> wrote: >> >> вт, 7 мар. 2023 г. в 10:14, Han Li : >>> >&g

Re: [tomcat] branch main updated: Fix BZ 66507 - Catalina version command not honoring JAVA_OPTS variable

2023-03-07 Thread Han Li
> On Mar 7, 2023, at 16:07, Mark Thomas wrote: > > On 07/03/2023 03:39, li...@apache.org wrote: >> This is an automated email from the ASF dual-hosted git repository. >> lihan pushed a commit to branch main >> in repository https://gitbox.apache.org/repos/asf/tomcat.git >> The following commit

Re: PersistentManager, PersistentValve, and DataSource/JDBCStore can cause PK violations

2023-03-07 Thread Han Li
> On Mar 8, 2023, at 07:29, Christopher Schultz > wrote: > > All, > > Please see https://bz.apache.org/bugzilla/show_bug.cgi?id=66513 for reference. > > It appears that the synchronization used by the PersistentManager can cause > problems when used with the PersistentValve and DataSource/J

Re: Double-wrapping of byte-array in streams in DataSourceStore.java

2023-03-09 Thread Han Li
> On Mar 9, 2023, at 22:52, Christopher Schultz > wrote: > > All, > > Please have a look at DataSourceStore.java:629 > > https://github.com/apache/tomcat/blob/main/java/org/apache/catalina/session/DataSourceStore.java#L629 > > It looks to be like the byte array which contains the session d

Re: [tomcat] branch main updated: Support RFC 7616. Add support for multiple algorithms.

2023-03-14 Thread Han Li
> On Mar 15, 2023, at 01:45, 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

Re: [VOTE] Release Apache Tomcat 11.0.0-M5

2023-04-12 Thread Han Li
> On Apr 13, 2023, at 07:20, Mark Thomas wrote: > > The proposed Apache Tomcat 11.0.0-M5 release is now available for > voting. > > Apache Tomcat 11.0.0-M5 is a milestone release of the 11.0.x branch and has > been made to provide users with early access to the new features in Apache > Tomc

Re: [VOTE] Release Apache Tomcat 9.0.74

2023-04-13 Thread Han Li
> On Apr 13, 2023, at 16:42, Rémy Maucherat wrote: > > The proposed Apache Tomcat 9.0.74 release is now available for voting. > > The notable changes compared to 9.0.73 are: > > - Reduce the default value of maxParameterCount from 10,000 to 1,000. > > - Correct a regression in the fix for b

Re: [VOTE] Release Apache Tomcat 10.1.8

2023-04-16 Thread Han Li
> On Apr 15, 2023, at 04:08, Christopher Schultz > wrote: > > The proposed Apache Tomcat 10.1.8 release is now available for > voting. > > The notable changes compared to 10.1.7 are: > > - Reduce the default value of maxParameterCount from 10,000 to 1,000. > > - Correct a regression in the

Re: [tomcat] branch main updated: Fix checkstyle

2023-04-25 Thread Han Li
> On Apr 25, 2023, at 15:07, r...@apache.org wrote: > > 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 th

Re: [VOTE] Apache Tomcat migration tool for Jakarta EE 1.0.7

2023-04-26 Thread Han Li
> On Apr 27, 2023, at 00:19, Mark Thomas wrote: > > The proposed Apache Tomcat migration tool for Jakarta EE 1.0.7 is now > available for voting. > > The significant changes since 1.0.6 are: > > - Provide a workaround for a known JDK bug (JDK-8303866) that prevents > some migrated JARs from

Re: Utility Executor

2023-04-27 Thread Han Li
> On Apr 28, 2023, at 00:33, Mark Thomas wrote: > > Hi all, > > As part of a discussion around a Spring Boot issue [1], the question has been > raised whether there is merit in moving the Utility executor start/stop from > StandardServer init/destroy to start/stop. > > I've looked at the c

Re: Utility Executor

2023-04-27 Thread Han Li
quot; notion)? Will keep it globally usable and integrate smoothly >> with any env. >> >> >> Le ven. 28 avr. 2023 à 04:27, Han Li a écrit : >> >>> >>> >>>> On Apr 28, 2023, at 00:33, Mark Thomas wrote: >>>> >>>

Re: [tomcat] branch main updated: Polish

2023-05-02 Thread Han Li
On Apr 30, 2023, at 23:37, Mark Thomas wrote: On 28/04/2023 03:58, li...@apache.org wrote: This is an automated email from the ASF dual-hosted git repository. lihan pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to r

Re: [VOTE] Release Apache Tomcat 11.0.0-M6

2023-05-03 Thread Han Li
> On May 4, 2023, at 02:38, Mark Thomas wrote: > > The proposed Apache Tomcat 11.0.0-M6 release is now available for > voting. > > Apache Tomcat 11.0.0-M6 is a milestone release of the 11.0.x branch and has > been made to provide users with early access to the new features in Apache > Tomca

Re: Java 21 and virtual threads

2023-05-04 Thread Han Li
> On May 4, 2023, at 20:37, Mark Thomas wrote: > > Hi all, > > The latest Java 21 EA build has moved virtual threads (from project Loom) out > of preview. How do we want to handle this in Tomcat 11? Recall that Jakarta > EE 11 has set Java 21 as the minimum version. > > I think we have the

Re: [tomcat] 02/02: Move management of utility executor from init/destroy to start/stop

2023-05-04 Thread Han Li
> On May 4, 2023, at 21:41, 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 > > commit 4b097bf2e9075e9e2949ec5aa410cba3c2b85374 > Author: Mar

Re: [VOTE] Release Apache Tomcat 9.0.75

2023-05-04 Thread Han Li
> On May 4, 2023, at 22:20, Rémy Maucherat wrote: > > The proposed Apache Tomcat 9.0.75 release is now available for voting. > > The notable changes compared to 9.0.74 are: > > - Many improvements to the json access log valve. > > - Deprecate support for the HTTP Connector settings rejectIl

Re: [tomcat] 02/02: Move management of utility executor from init/destroy to start/stop

2023-05-05 Thread Han Li
> On May 5, 2023, at 18:42, Mark Thomas wrote: > > On 05/05/2023 04:21, Han Li wrote: >>> On May 4, 2023, at 21:41, ma...@apache.org wrote: >>> >>> This is an automated email from the ASF dual-hosted git repository. >>> >>> markt

Re: [VOTE] Release Apache Tomcat 10.1.9

2023-05-10 Thread Han Li
> On May 10, 2023, at 00:12, Christopher Schultz > wrote: > > The proposed Apache Tomcat 10.1.9 release is now available for > voting. > > The notable changes compared to 10.1.8 are: > > - Many improvements to the JSON access log valve. > > - Deprecate support for the HTTP Connector settin

Re: [VOTE] Release Apache Tomcat 11.0.0-M18

2024-03-12 Thread Han Li
> On Mar 10, 2024, at 02:52, Mark Thomas wrote: > > The proposed Apache Tomcat 11.0.0-M18 release is now available for > voting. > > Apache Tomcat 11.0.0-M18 is a milestone release of the 11.0.x branch and has > been made to provide users with early access to the new features in Apache > To

Re: [VOTE] Release Apache Tomcat 9.0.87

2024-03-12 Thread Han Li
> On Mar 11, 2024, at 19:09, Rémy Maucherat wrote: > > The proposed Apache Tomcat 9.0.87 release is now available for voting. > > The notable changes compared to 9.0.86 are: > > - When restoring a saved POST request after a successful FORM > authentication, ensure that neither the URI, the

Re: [VOTE] Release Apache Tomcat 10.1.22

2024-04-11 Thread Han Li
> On Apr 11, 2024, at 02:51, Christopher Schultz > wrote: > > The proposed Apache Tomcat 10.1.22 release is now available for > voting. Apache Tomcat 10.1.21 was canceled due to a release-build mistake. > There are no source-level changes between 10.1.21 and 10.1.22. > > The notable changes

Re: [VOTE] Release Apache Tomcat 9.0.88

2024-04-14 Thread Han Li
> On Apr 9, 2024, at 21:54, Rémy Maucherat wrote: > > The proposed Apache Tomcat 9.0.88 release is now available for voting. > > The notable changes compared to 9.0.87 are: > > - Cookies header generation enhancements. > > - Fix regression when reloading TLS configuration and files. > > Fo

Re: [VOTE] Release Apache Tomcat 11.0.0-M19

2024-04-14 Thread Han Li
> On Apr 9, 2024, at 21:13, Rémy Maucherat wrote: > > The proposed Apache Tomcat 11.0.0-M19 release is now available for > voting. > > Apache Tomcat 11.0.0-M19 is a milestone release of the 11.0.x branch and > has been made to provide users with early access to the new features in > Apache To

Re: APPROVE MY ICLA

2024-04-14 Thread Han Li
Please read this document[1] carefully, how to become a committer. Again, there is no thread about inviting you to become a committer, so you don't have to sign ICLA, so please don't spam us like this again. Han [1] https://community.apache.org/newcommitter.html#new-committer-process > On Apr

tomcat-jakartaee-migration #34 issue

2022-09-14 Thread Han Li
Hi all, I am very sorry, I made a fatal mistake when fixing tomcat-jakartaee-migration #29 issue, which led to #34 issue. I have re-fixed this issue with this solution: https://github.com/aooohan/tomcat-jakartaee-migration/blob/e07f9cb21b36fe44ef31cc97e39e2c1657a94424/src/main/java/org/apache/t

Re: tomcat-jakartaee-migration #34 issue

2022-09-14 Thread Han Li
> 2022年9月15日 04:06,Rémy Maucherat 写道: > > On Wed, Sep 14, 2022 at 6:43 PM Han Li wrote: >> >> Hi all, >> >> I am very sorry, I made a fatal mistake when fixing >> tomcat-jakartaee-migration #29 issue, which led to #34 issue. > > Well, when you

Re: tomcat-jakartaee-migration #34 issue

2022-09-15 Thread Han Li
> 2022年9月15日 15:43,Mark Thomas 写道: > > > On 15/09/2022 06:44, Han Li wrote: >>> 2022年9月15日 04:06,Rémy Maucherat 写道: >>> >>> On Wed, Sep 14, 2022 at 6:43 PM Han Li wrote: >>>> >>>> Hi all, >>>> >>>> I

Re: [VOTE] Apache Tomcat migration tool for Jakarta EE 1.0.4

2022-09-15 Thread Han Li
> 2022年9月15日 17:06,Mark Thomas 写道: > > The proposed Apache Tomcat migration tool for Jakarta EE 1.0.4 is now > available for voting. > > The significant changes since 1.0.3 are: > > - Issue #26 - Re-fix > - PR #28 - Add Jakarta EE -. Java EE profile (with warnings) > - Add checkstyle > > It

Re: [VOTE] Release Apache Tomcat 10.1.0-M20

2022-09-21 Thread Han Li
> 2022年9月21日 02:35,Mark Thomas 写道: > > The proposed Apache Tomcat 10.1.0-M20 release is now available for > voting. > > Applications that run on Tomcat 9 and earlier will not run on Tomcat 10 > without changes. Java EE applications designed for Tomcat 9 and earlier may > be placed in the $C

Re: [VOTE] Release Apache Tomcat 10.0.25

2022-09-22 Thread Han Li
> 2022年9月22日 17:06,Mark Thomas 写道: > > The proposed Apache Tomcat 10.0.25 release is now available for > voting. > > Apache Tomcat 10.0.x implements Jakarta EE 9 and, as such, the primary > package for all the specification APIs has changed from javax.* to jakarta.* > > Applications that run

Re: [VOTE] Release Apache Tomcat 9.0.66

2022-09-22 Thread Han Li
> 2022年9月22日 17:21,Rémy Maucherat 写道: > > The proposed Apache Tomcat 9.0.66 release is now available for voting. > > The notable changes compared to 9.0.65 are: > > - Add support for authenticating WebSocket clients with an HTTP forward > proxy when establishing a connection to a WebSocket

Re: [tomcat] branch 9.0.x updated: Fix missing attributes

2022-09-22 Thread Han Li
> 2022年9月23日 05:17,r...@apache.org 写道: > > 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: >

Re: [tomcat] branch 9.0.x updated: Fix missing attributes

2022-09-23 Thread Han Li
> 2022年9月23日 14:51,Rémy Maucherat 写道: > > On Fri, Sep 23, 2022 at 5:43 AM Han Li wrote: >> >> >> >>> 2022年9月23日 05:17,r...@apache.org 写道: >>> >>> This is an automated email from the ASF dual-hosted git repository. >>> &

Re: [VOTE] Release Apache Tomcat 10.1.0

2022-09-23 Thread Han Li
> 2022年9月23日 17:44,Mark Thomas 写道: > > The proposed Apache Tomcat 10.1.0 release is now available for > voting. > > Applications that run on Tomcat 9 and earlier will not run on Tomcat 10 > without changes. Java EE applications designed for Tomcat 9 and earlier may > be placed in the $CATAL

Re: [VOTE] Release Apache Tomcat 9.0.67

2022-09-24 Thread Han Li
> 2022年9月23日 20:03,Rémy Maucherat 写道: > > The proposed Apache Tomcat 9.0.67 release is now available for voting. > > The notable changes compared to 9.0.65 are: > > - Add support for authenticating WebSocket clients with an HTTP forward > proxy when establishing a connection to a WebSocket

Re: [VOTE] Release Apache Tomcat 10.0.26

2022-09-24 Thread Han Li
> 2022年9月23日 19:58,Mark Thomas 写道: > > The proposed Apache Tomcat 10.0.26 release is now available for > voting. > > Apache Tomcat 10.0.x implements Jakarta EE 9 and, as such, the primary > package for all the specification APIs has changed from javax.* to jakarta.* > > Applications that run

Re: Status of 10.0.x

2022-09-26 Thread Han Li
> 2022年9月26日 23:07,Rémy Maucherat 写道: > > On Mon, Sep 26, 2022 at 4:51 PM Mark Thomas wrote: >> >> Hi all, >> >> Now 10.1.x is stable, how to we want to handle 10.0.x? Than plan has >> always been that we would support 10.0.x until 10.1.x was stable. >> >> Assuming the vote passes (we need

Re: [tomcat] branch main updated: Fix BZ66276

2022-09-27 Thread Han Li
I don’t know where the changelog entry is placed as 10.0.26 is not released, so I don’t back-port this change. After 10.0.26 release, I will go on. Han > 2022年9月27日 15:30,li...@apache.org 写道: > > This is an automated email from the ASF dual-hosted git repository. > > lihan pushed a commit to

Re: [tomcat] branch main updated: Fix BZ66276

2022-09-27 Thread Han Li
> 2022年9月27日 15:43,Mark Thomas 写道: > > On 27/09/2022 08:40, Han Li wrote: >> I don’t know where the changelog entry is placed as 10.0.26 is not released, >> so I don’t back-port this change. >> After 10.0.26 release, I will go on. > > Sorry, I haven

Re: Security manager support

2022-09-28 Thread Han Li
> 2022年9月29日 00:16,Rémy Maucherat 写道: > > On Wed, Sep 28, 2022 at 5:41 PM Mark Thomas wrote: >> >> On 28/09/2022 16:05, Emmanuel Bourg wrote: >>> Hi all, >>> >>> The security manager has been deprecated for removal in Java 17 [1], and >>> at some point Tomcat will have to stop supporting it

Re: [VOTE] Release Apache Tomcat 10.0.27

2022-10-07 Thread Han Li
> 2022年10月4日 00:13,Mark Thomas 写道: > > The proposed Apache Tomcat 10.0.27 release is now available for > voting. > > Apache Tomcat 10.0.27 is likely to be the last release of the 10.0.x series. > Users of 10.0.x should plan to move to 10.1.x at the next update. > > Apache Tomcat 10.0.x impl

Re: [tomcat] branch main updated: Refactor. Simplify 'Map' operations. No functional change.

2022-10-09 Thread Han Li
> 2022年10月10日 01:07,Mark Thomas 写道: > > On 08/10/2022 04:10, li...@apache.org wrote: >> This is an automated email from the ASF dual-hosted git repository. >> lihan pushed a commit to branch main >> in repository https://gitbox.apache.org/repos/asf/tomcat.git >> The fo

Re: [DISCUSS] EOL date for 8.5.x

2022-10-20 Thread Han Li
> 2022年10月20日 17:01,Rémy Maucherat 写道: > > On Fri, Oct 7, 2022 at 11:28 AM Mark Thomas > wrote: >> >> Hi all, >> >> I don't think there is a need to make a decision on this quickly, but >> based on past experience and the current discussions about Jakarta EE 11 >> I

Re: November release round

2022-10-26 Thread Han Li
> 2022年10月25日 23:51,Mark Thomas 写道: > > Hi all, > > I've just seen the heads up from the OpenSSL project that there will be a > 3.0.7 release on 2022-12-01 that will address a critical vulnerability. We > won't know the details of the vulnerability until the release announcement. > Given t

Re: November release round

2022-11-01 Thread Han Li
> 2022年11月2日 00:19,Mark Thomas 写道: > > I've just read the OpenSSL announcement. The issue has been downgraded to > critical but we are going to need to new Tomcat Native release. There are a > couple of stack overflow bugs in certificate verification so Tomcat could be > accepted via CLIENT

Re: [tomcat] branch main updated: Fix BZ 66330

2022-11-01 Thread Han Li
> 2022年11月2日 10:09,li...@apache.org 写道: > > This is an automated email from the ASF dual-hosted git repository. > > lihan 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: >

Re: [VOTE] Release Apache Tomcat Native 2.0.2

2022-11-02 Thread Han Li
> 2022年11月3日 04:57,Mark Thomas 写道: > > The key differences of version 2.0.2 compared to 2.0.1 are: > > - Update the minimum supported version of LibreSSL to 3.5.2. > Based on a #13 provided by orbea. > > - The windows binaries in this release have been built with OpenSSL > 3.0.7 > > The 2

Re: [VOTE] Apache Tomcat migration tool for Jakarta EE 1.0.5

2022-11-02 Thread Han Li
> 2022年11月2日 20:43,Mark Thomas 写道: > > The proposed Apache Tomcat migration tool for Jakarta EE 1.0.5 is now > available for voting. > > The significant changes since 1.0.4 are: > > - #37 narrow scope of javax.annotation conversion to Java EE. PR by > Danny Thomas > - #36 Improve manifest h

Re: BZ 66294 - optionally disable some SecurityManager checks

2022-11-07 Thread Han Li
> 2022年11月8日 00:24,Mark Thomas 写道: > > Hi, > > BZ 66294 [1] highlights the performance impact in Tomcat of some additional > SecurityManager checks that were added to avoid AccessControlException when > using the EL API JAR outside of Tomcat. > > Details of the performance impact are in th

Re: [VOTE] Release Apache Tomcat 10.1.2

2022-11-09 Thread Han Li
> 2022年11月10日 01:32,Mark Thomas 写道: > > The proposed Apache Tomcat 10.1.2 release is now available for > voting. > > Applications that run on Tomcat 9 and earlier will not run on Tomcat 10 > without changes. Java EE applications designed for Tomcat 9 and earlier may > be placed in the $CATA

Re: [VOTE] Release Apache Tomcat 9.0.69

2022-11-10 Thread Han Li
> 2022年11月10日 03:48,Rémy Maucherat 写道: > > The proposed Apache Tomcat 9.0.69 release is now available for voting. > > The notable changes compared to 9.0.68 are: > > - Fix concurrency issue in evaluation of expression language containing > lambda expressions. > > - Update the packaged ver

Re: [VOTE] Release Apache Tomcat 9.0.69

2022-11-10 Thread Han Li
> 2022年11月10日 03:48,Rémy Maucherat 写道: > > The proposed Apache Tomcat 9.0.69 release is now available for voting. > > The notable changes compared to 9.0.68 are: > > - Fix concurrency issue in evaluation of expression language containing > lambda expressions. > > - Update the packaged ver

Re: [tomcat] branch main updated: URI(String) can also throw an IAE

2022-11-16 Thread Han Li
> 2022年11月17日 00:19,ma...@apache.org 写道: > > 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: >

Re: [VOTE] Release Apache Tomcat 8.5.84

2022-11-16 Thread Han Li
I think that I encounter a problem, shown below: org.apache.jasper.JasperException: Unable to compile class for JSP: An error occurred at line: [17] in the jsp file: [/jsp/include/foo.jsp] System cannot be resolved 14: See the License for the specific language governing permissions and 15: l

Re: [VOTE] Release Apache Tomcat 8.5.84

2022-11-17 Thread Han Li
> 2022年11月17日 16:08,Mark Thomas 写道: > > On 17/11/2022 04:04, Han Li wrote: >> I think that I encounter a problem, shown below: >> org.apache.jasper.JasperException: Unable to compile class for JSP: >> An error occurred at line: [17] in the jsp file: [/jsp/include/f

Re: [VOTE] Release Apache Tomcat 8.5.84

2022-11-17 Thread Han Li
> 2022年11月17日 16:08,Mark Thomas 写道: > > On 17/11/2022 04:04, Han Li wrote: >> I think that I encounter a problem, shown below: >> org.apache.jasper.JasperException: Unable to compile class for JSP: >> An error occurred at line: [17] in the jsp file: [/jsp/include/f

Re: [VOTE] Release Apache Tomcat 8.5.84

2022-11-17 Thread Han Li
> 2022年11月17日 17:52,Mark Thomas 写道: > > On 17/11/2022 08:23, Han Li wrote: >>> 2022年11月17日 16:08,Mark Thomas 写道: >>> >>> On 17/11/2022 04:04, Han Li wrote: >>>> I think that I encounter a problem, shown below: >>>> org.apache.jasp

Re: [VOTE] Release Apache Tomcat 8.5.84

2022-11-17 Thread Han Li
> 2022年11月17日 00:03,Christopher Schultz 写道: > > The proposed Apache Tomcat 8.5.84 release is now available for voting. > > The notable changes compared to 8.5.83 are: > > - Fix concurrency issue in evaluation of expression language containing > lambda expressions. > > - Correct the date f

Re: [VOTE] Apache Tomcat migration tool for Jakarta EE 1.0.6

2022-12-02 Thread Han Li
> On Dec 2, 2022, at 18:24, Mark Thomas wrote: > > The proposed Apache Tomcat migration tool for Jakarta EE 1.0.6 is now > available for voting. > > The significant changes since 1.0.5 are: > > - Correct regression in handling of javax.annotation package introduced > in 1.0.5. PR provided b

Re: [VOTE] Release Apache Tomcat 9.0.70

2022-12-02 Thread Han Li
> On Dec 1, 2022, at 22:27, Rémy Maucherat wrote: > > The proposed Apache Tomcat 9.0.70 release is now available for voting. > > The notable changes compared to 9.0.69 are: > > - When an HTTP/2 stream was reset, the current active stream count was > not reduced. If enough resets occurred o

Re: [VOTE] Release Apache Tomcat 11.0.0-M1

2022-12-02 Thread Han Li
> On Dec 1, 2022, at 19:58, Mark Thomas wrote: > > The proposed Apache Tomcat 11.0.0-M1 release is now available for > voting. > > Apache Tomcat 11.0.0-M1 is the first milestone release of the 11.0.x > branch and has been made to provide users with early access to the new > features in Apache

Re: [VOTE] Release Apache Tomcat 10.1.4

2022-12-06 Thread Han Li
> On Dec 6, 2022, at 01:42, Mark Thomas wrote: > > The proposed Apache Tomcat 10.1.4 release is now available for > voting. > > The notable changes compared to 10.1.2 are: > > - Refactor WebappLoader so it only has a runtime dependency on the > migration tool for Jakarta EE if configured to

Re: [VOTE] Release Apache Tomcat 11.0.0-M2

2023-01-10 Thread Han Li
> On Jan 10, 2023, at 02:20, Mark Thomas wrote: > > The proposed Apache Tomcat 11.0.0-M2 release is now available for > voting. > > Apache Tomcat 11.0.0-M2 is a milestone release of the 11.0.x branch and has > been made to provide users with early access to the new features in Apache > Tomc

Re: [VOTE] Release Apache Tomcat 10.1.5

2023-01-10 Thread Han Li
> On Jan 10, 2023, at 04:25, Mark Thomas wrote: > > The proposed Apache Tomcat 10.1.5 release is now available for > voting. > > The notable changes compared to 10.1.4 are: > > - Correct a regression in the refactoring that replaced the use of the > URL constructors. The regression broke lo

Re: [VOTE] Release Apache Tomcat 9.0.71

2023-01-11 Thread Han Li
> On Jan 10, 2023, at 06:53, Rémy Maucherat wrote: > > The proposed Apache Tomcat 9.0.71 release is now available for voting. > > The notable changes compared to 9.0.70 are: > > - Correct a regression in the refactoring that replaced the use of the > URL constructors. The regression broke

Re: [VOTE] Release Apache Tomcat 11.0.0-M12

2023-10-09 Thread Han Li
> On Oct 10, 2023, at 05:42, Mark Thomas wrote: > > The proposed Apache Tomcat 11.0.0-M12 release is now available for > voting. > > Apache Tomcat 11.0.0-M12 is a milestone release of the 11.0.x branch and has > been made to provide users with early access to the new features in Apache > To

Re: [VOTE] Release Apache Tomcat 10.1.14

2023-10-09 Thread Han Li
> On Oct 10, 2023, at 06:18, Christopher Schultz > wrote: > > The proposed Apache Tomcat 10.1.14 release is now available for > voting. > > The notable changes compared to 10.1.13 are: > > - Update Tomcat Native to 1.2.39 to pick up Windows binaries built with > OpenSSL 3.0.11. > > - Prov

Re: [VOTE] Release Apache Tomcat 9.0.81

2023-10-09 Thread Han Li
> On Oct 10, 2023, at 05:36, Rémy Maucherat wrote: > > The proposed Apache Tomcat 9.0.81 release is now available for voting. > > The notable changes compared to 9.0.80 are: > > - Provide a lifecycle listener that will automatically > reload TLS configurations a set time before the certific

Re: [VOTE] Release Apache Tomcat 8.5.94

2023-10-09 Thread Han Li
> On Oct 10, 2023, at 05:55, Christopher Schultz > wrote: > > The proposed Apache Tomcat 8.5.94 release is now available for voting. > > The notable changes compared to 8.5.93 are: > > - Update Tomcat Native to 1.2.39 to pick up Windows binaries built with > OpenSSL 3.0.11. > > - Provide

Re: [VOTE] Release Apache Tomcat 8.5.94 [CORRECTION]

2023-10-09 Thread Han Li
Christopher Schultz 于2023年10月10日周二 06:02写道: > All, > > On 10/9/23 17:55, Christopher Schultz wrote: > > The proposed Apache Tomcat 8.5.94 release is now available for voting. > > > > The notable changes compared to 8.5.93 are: > > > > - Update Tomcat Native to 1.2.39 to pick up Windows binaries b

Re: Re-tagging

2023-10-11 Thread Han Li
> On Oct 11, 2023, at 17:58, Mark Thomas wrote: > > Hi all, > > Given the compression regression, how quickly do we want to re-tag? I should > be available to do 11.0.x pretty much whenever. I can help out with other > brnaches as well if required. +1, I can wait to test and vote for new

Re: [VOTE] Release Apache Tomcat 11.0.0-M13

2023-10-11 Thread Han Li
Mark Thomas 于2023年10月11日周三 21:25写道: > The proposed Apache Tomcat 11.0.0-M13 release is now available for > voting. > > Apache Tomcat 11.0.0-M13 is a milestone release of the 11.0.x branch and > has been made to provide users with early access to the new features in > Apache Tomcat 11.0.x so that

Re: [VOTE] Release Apache Tomcat 9.0.82

2023-10-11 Thread Han Li
> On Oct 11, 2023, at 21:38, Rémy Maucherat wrote: > > The proposed Apache Tomcat 9.0.82 release is now available for voting. > > The notable changes compared to 9.0.81 are: > > - Correct a regression in 9.0.81 that broke the Tomcat JBDC > connection pool > > - Correct a regression in 9.0

Re: [VOTE] Release Apache Tomcat 10.1.15

2023-10-11 Thread Han Li
> On Oct 12, 2023, at 08:50, Christopher Schultz > wrote: > > The proposed Apache Tomcat 10.1.15 release is now available for > voting. > > The notable changes compared to 10.1.14 are: > > - Correct a regression in 10.1.14 that broke the Tomcat JBDC > connection pool > > - Correct a regre

Re: [VOTE] Release Apache Tomcat 8.5.95 [CORRECTED]

2023-10-12 Thread Han Li
> On Oct 12, 2023, at 09:32, Christopher Schultz > wrote: > > The proposed Apache Tomcat 8.5.95 release is now available for voting. > > The notable changes compared to 8.5.94 are: > > - Correct a regression in 8.5.94 that broke the Tomcat JBDC > connection pool > > - Correct a regression

Re: [VOTE] Release Apache Tomcat 10.1.16

2023-11-12 Thread Han Li
- > To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org > For additional commands, e-mail: dev-h...@tomcat.apache.org > > -- Han Li

Re: [VOTE] Release Apache Tomcat 8.5.96

2023-11-12 Thread Han Li
> On Nov 11, 2023, at 04:04, Christopher Schultz > wrote: > > The proposed Apache Tomcat 8.5.96 release is now available for voting. > > The notable changes compared to 8.5.95 are: > > - Fix reloading TLS configuration could cause the Connector to > refuse new connections or the JVM to cra

Re: [VOTE] Release Apache Tomcat 9.0.83

2023-11-12 Thread Han Li
> On Nov 10, 2023, at 06:12, Rémy Maucherat wrote: > > The proposed Apache Tomcat 9.0.83 release is now available for voting. > > The notable changes compared to 9.0.82 are: > > - Fix reloading TLS configuration could cause the Connector to > refuse new connections or the JVM to crash. >

Re: [VOTE] Release Apache Tomcat 11.0.0-M15

2023-12-10 Thread Han Li
> On Dec 7, 2023, at 23:36, Mark Thomas wrote: > > The proposed Apache Tomcat 11.0.0-M15 release is now available for > voting. > > Apache Tomcat 11.0.0-M15 is a milestone release of the 11.0.x branch and has > been made to provide users with early access to the new features in Apache > Tom

Re: [VOTE] Release Apache Tomcat 9.0.84

2023-12-10 Thread Han Li
> On Dec 8, 2023, at 03:44, Rémy Maucherat wrote: > > The proposed Apache Tomcat 9.0.84 release is now available for voting. > > The notable changes compared to 9.0.83 are: > > - Background processes for a Container no longer execute while lifecycle > operations are in progress for that Co

Re: [VOTE] Release Apache Tomcat 10.1.17

2023-12-10 Thread Han Li
> On Dec 8, 2023, at 11:17, Christopher Schultz > wrote: > > The proposed Apache Tomcat 10.1.17 release is now available for > voting. > > The notable changes compared to 10.1.16 are: > > - Background processes for a Container no longer execute while lifecycle > operations are in progress

Re: [VOTE] Release Apache Tomcat 10.1.18

2024-01-08 Thread Han Li
> On Jan 5, 2024, at 23:25, Christopher Schultz > wrote: > > The proposed Apache Tomcat 10.1.18 release is now available for > voting. > > The notable changes compared to 10.1.17 are: > > - Fix virtual thread support for the NIO2 connector. > > - Correct a regression in the fix for 67675 t

Re: [VOTE] Release Apache Tomcat 8.5.98

2024-01-08 Thread Han Li
> On Jan 6, 2024, at 00:53, Christopher Schultz > wrote: > > The proposed Apache Tomcat 8.5.98 release is now available for voting. > > The notable changes compared to 8.5.97 are: > > - Fix virtual thread support for the NIO2 connector. > > - Correct a regression in the fix for 67675 that

Re: [VOTE] Release Apache Tomcat 11.0.0-M16

2024-01-08 Thread Han Li
> On Jan 5, 2024, at 05:08, Mark Thomas wrote: > > The proposed Apache Tomcat 11.0.0-M16 release is now available for > voting. > > Apache Tomcat 11.0.0-M16 is a milestone release of the 11.0.x branch and has > been made to provide users with early access to the new features in Apache > Tom

Re: [VOTE] Release Apache Tomcat 8.5.89

2023-05-17 Thread Han Li
> On May 10, 2023, at 01:38, Christopher Schultz > wrote: > > The proposed Apache Tomcat 8.5.89 release is now available for voting. > > The notable changes compared to 8.5.88 are: > > - Many improvements to the JSON access log valve. > > - Deprecate support for the HTTP Connector settings

Re: [tomcat] branch main updated: Clear SocketWrapper reference to help GC

2023-05-20 Thread Han Li
> On May 21, 2023, at 01:19, Mark Thomas wrote: > > On 19/05/2023 04:24, li...@apache.org wrote: >> This is an automated email from the ASF dual-hosted git repository. >> lihan pushed a commit to branch main >> in repository https://gitbox.apache.org/repos/asf/tomcat.g

Re: Timing for June releases

2023-05-24 Thread Han Li
> On May 24, 2023, at 16:28, Mark Thomas wrote: > > Hi all, > > OpenSSL has just announced a security fix release for 30 May. > > We won't know what the security issues are until then so my tentative plan is > to tag and release Native 1.2.x and 2.0.x on 31 May, release Native 1.2.x and >

Re: [VOTE] Release Apache Tomcat Native 2.0.4

2023-05-31 Thread Han Li
> On May 31, 2023, at 04:58, Mark Thomas wrote: > > The key differences of version 2.0.4 compared to 2.0.3 are: > > - The windows binaries in this release have been built with OpenSSL > 3.0.9 and APR 1.7.4 > > The 2.0.x branch is primarily intended for use with Tomcat 10.1.x but can be > u

  1   2   >