Re: Remaining Tomcat 10 items

2020-04-02 Thread Mark Thomas
On 02/04/2020 15:02, Rémy Maucherat wrote: > On Fri, Mar 27, 2020 at 6:13 PM Mark Thomas > wrote: > > On 26/03/2020 16:47, Rémy Maucherat wrote: > > On Mon, Mar 23, 2020 at 10:37 AM Rémy Maucherat > >

Re: Remaining Tomcat 10 items

2020-04-02 Thread Rémy Maucherat
On Fri, Mar 27, 2020 at 6:13 PM Mark Thomas wrote: > On 26/03/2020 16:47, Rémy Maucherat wrote: > > On Mon, Mar 23, 2020 at 10:37 AM Rémy Maucherat > > wrote: > > > > - Remove the use of system properties to control configuration > > wherever possible. > > I

Re: Remaining Tomcat 10 items

2020-03-30 Thread Mark Thomas
On 30/03/2020 20:27, Christopher Schultz wrote: > Mark, > > On 3/27/20 13:12, Mark Thomas wrote: >> Spec - STRICT_SERVLET_COMPLIANCE Is a useful short-cut - Move the >> remaining ones to the Context or related object where possible (I >> haven't checked how easy that would be) > > Would it be

Re: Remaining Tomcat 10 items

2020-03-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 3/27/20 13:12, Mark Thomas wrote: > Spec - STRICT_SERVLET_COMPLIANCE Is a useful short-cut - Move the > remaining ones to the Context or related object where possible (I > haven't checked how easy that would be) Would it be possible to

Re: Remaining Tomcat 10 items

2020-03-27 Thread Rémy Maucherat
On Fri, Mar 27, 2020 at 6:13 PM Mark Thomas wrote: > On 26/03/2020 16:47, Rémy Maucherat wrote: > > On Mon, Mar 23, 2020 at 10:37 AM Rémy Maucherat > > wrote: > > > > - Remove the use of system properties to control configuration > > wherever possible. > > I

Re: Remaining Tomcat 10 items

2020-03-27 Thread Mark Thomas
On 26/03/2020 16:47, Rémy Maucherat wrote: > On Mon, Mar 23, 2020 at 10:37 AM Rémy Maucherat > wrote: > > - Remove the use of system properties to control configuration > wherever possible. > I still don't see the point for quite a few of them. For others >

Re: Remaining Tomcat 10 items

2020-03-27 Thread Mark Thomas
On 27/03/2020 16:13, Rémy Maucherat wrote: > On Fri, Mar 27, 2020 at 4:54 PM Mark Thomas > wrote: > > On 25/03/2020 13:43, Rémy Maucherat wrote: > > On Mon, Mar 23, 2020 at 11:11 AM Mark Thomas > >

Re: Remaining Tomcat 10 items

2020-03-27 Thread Rémy Maucherat
On Fri, Mar 27, 2020 at 4:54 PM Mark Thomas wrote: > On 25/03/2020 13:43, Rémy Maucherat wrote: > > On Mon, Mar 23, 2020 at 11:11 AM Mark Thomas > > wrote: > > > > > - Reduce instances of setters and getters for the same property > > existing > > > on an

Re: Remaining Tomcat 10 items

2020-03-27 Thread Mark Thomas
On 25/03/2020 13:43, Rémy Maucherat wrote: > On Mon, Mar 23, 2020 at 11:11 AM Mark Thomas > wrote: > > > - Reduce instances of setters and getters for the same property > existing > > on an object and its parent. This may require new objects to be >

Re: Remaining Tomcat 10 items

2020-03-26 Thread Rémy Maucherat
On Mon, Mar 23, 2020 at 10:37 AM Rémy Maucherat wrote: > - Remove the use of system properties to control configuration wherever > possible. > I still don't see the point for quite a few of them. For others however, > using sys props was a mistake, example the facade recycling. Also, the >

Re: Remaining Tomcat 10 items

2020-03-25 Thread Rémy Maucherat
On Mon, Mar 23, 2020 at 11:11 AM Mark Thomas wrote: > > - Reduce instances of setters and getters for the same property existing > > on an object and its parent. This may require new objects to be exposed > > via JMX. > > Fixed enough ? > > From memory, this was primarily on the Connectors. That

Re: Remaining Tomcat 10 items

2020-03-23 Thread Rémy Maucherat
On Mon, Mar 23, 2020 at 11:11 AM Mark Thomas wrote: > On 23/03/2020 09:37, Rémy Maucherat wrote: > > Hi, > > > > I'm looking at the TODO list, in addition to some extra items. In order > ... > > > > - Java 11. > > I suppose Jakarta EE 9 will require Java 11, is Java 11 [going to be] > > required

Re: Remaining Tomcat 10 items

2020-03-23 Thread Michael Osipov
Am 2020-03-23 um 10:37 schrieb Rémy Maucherat: Hi, I'm looking at the TODO list, in addition to some extra items. In order ... You missed one point: Remove deprecated code marked for removal in Tomcat 10. M - To

Re: Remaining Tomcat 10 items

2020-03-23 Thread Michael Osipov
Am 2020-03-23 um 15:42 schrieb Christopher Schultz: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rémy, On 3/23/20 05:37, Rémy Maucherat wrote: I'm looking at the TODO list, in addition to some extra items. In order ... - Remove APR connector. Is there still general approval for that, and

Re: Remaining Tomcat 10 items

2020-03-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rémy, On 3/23/20 05:37, Rémy Maucherat wrote: > I'm looking at the TODO list, in addition to some extra items. In > order ... > > - Remove APR connector. Is there still general approval for that, > and is that still the plan for Tomcat 10.0 ? See

Re: Remaining Tomcat 10 items

2020-03-23 Thread Mark Thomas
On 23/03/2020 09:37, Rémy Maucherat wrote: > Hi, > > I'm looking at the TODO list, in addition to some extra items. In order ... > > - Java 11. > I suppose Jakarta EE 9 will require Java 11, is Java 11 [going to be] > required for Tomcat 10 ? It could be better to do it in 10.1. No. It will be

Remaining Tomcat 10 items

2020-03-23 Thread Rémy Maucherat
Hi, I'm looking at the TODO list, in addition to some extra items. In order ... - Java 11. I suppose Jakarta EE 9 will require Java 11, is Java 11 [going to be] required for Tomcat 10 ? It could be better to do it in 10.1. - Remove the use of system properties to control configuration wherever