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
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
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
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
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?
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
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
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