Re: Building all releases with Java 11

2022-01-12 Thread Mark Thomas
On 12/01/2022 19:59, Christopher Schultz wrote: Mark, On 1/12/22 13:36, Mark Thomas wrote: On 12/01/2022 17:29, Christopher Schultz wrote: On 1/10/22 11:46, Mark Thomas wrote: So, as a first step, I intend to completely remove the JMXLifecycleListener. Are all those various system prope

Re: Building all releases with Java 11

2022-01-12 Thread Christopher Schultz
Mark, On 1/12/22 13:36, Mark Thomas wrote: On 12/01/2022 17:29, Christopher Schultz wrote: On 1/10/22 11:46, Mark Thomas wrote: So, as a first step, I intend to completely remove the JMXLifecycleListener. Are all those various system properties available in recent releases of Java 7? I

Re: Building all releases with Java 11

2022-01-12 Thread Rémy Maucherat
On Wed, Jan 12, 2022 at 7:00 PM Mark Thomas wrote: > > On 11/01/2022 10:34, Michael Osipov wrote: > > Am 2022-01-10 um 17:46 schrieb Mark Thomas: > >> [...] > > > > Is this because of EJC going Java 11? > > No. > > > Has anyone reached out to them? > > No. Having read the thread I don't think anyt

Re: Building all releases with Java 11

2022-01-12 Thread Mark Thomas
On 12/01/2022 17:29, Christopher Schultz wrote: On 1/10/22 11:46, Mark Thomas wrote: So, as a first step, I intend to completely remove the JMXLifecycleListener. Are all those various system properties available in recent releases of Java 7? I wouldn't want to trap users of Tomcat 8.5 on

Re: Building all releases with Java 11

2022-01-12 Thread Mark Thomas
On 11/01/2022 10:34, Michael Osipov wrote: Am 2022-01-10 um 17:46 schrieb Mark Thomas: [...] Is this because of EJC going Java 11? No. Has anyone reached out to them? No. Having read the thread I don't think anything we could say would cause them to reverse their decision. Why 11?

Re: Building all releases with Java 11

2022-01-12 Thread Christopher Schultz
Mark, On 1/10/22 11:46, Mark Thomas wrote: I thought it would be a good idea to start a new thread for this. The previous discussion started here: https://markmail.org/message/e7rsryympb2cephp I've done some testing with Tomcat 8.5.x For the Java 7 to Java 8 transition, the problematic code i

Re: Building all releases with Java 11

2022-01-11 Thread Michael Osipov
Am 2022-01-10 um 17:46 schrieb Mark Thomas: [...] Is this because of EJC going Java 11? Has anyone reached out to them? Why 11? I assume that 8 will outlive 11 for some time. Java 8 still seems like a good baseline. - To uns

Building all releases with Java 11

2022-01-10 Thread Mark Thomas
I thought it would be a good idea to start a new thread for this. The previous discussion started here: https://markmail.org/message/e7rsryympb2cephp I've done some testing with Tomcat 8.5.x For the Java 7 to Java 8 transition, the problematic code is ConcurrentHashMap.keySet() To test thing