Re: JDK 16 Support?

2021-05-10 Thread John Blum
r.java:162) at org.apache.geode.cache.lucene.internal.LuceneBucketListener.lambda$afterPrimary$0(LuceneBucketListener.java:40) From: John Blum Sent: Monday, May 10, 2021 11:19 AM To: d...@geode.apache.org ; user@geode.apache.org Subject: Re: JDK 16 Support? Thanks Bill

Re: JDK 16 Support?

2021-05-10 Thread John Blum
From: Bill Burcham Sent: Monday, May 10, 2021 10:54 AM To: d...@geode.apache.org Cc: user@geode.apache.org Subject: Re: JDK 16 Support? John, this doesn't speak to the general question of JDK version support. But the particular stack trace you showed makes me wonder if the fix for GEODE-9081

Re: JDK 16 Support?

2021-05-10 Thread Bill Burcham
14 AM > To: user@geode.apache.org > Cc: geode > Subject: Re: JDK 16 Support? > > Thanks for reporting this John. The next LTS version of Java (17) is due > later this year. I think Geode needs to at least support every LTS version > of Java and clearly we would need to fix e

Re: JDK 16 Support?

2021-05-05 Thread Jacob Barrett
On May 5, 2021, at 9:44 AM, John Blum mailto:jb...@vmware.com>> wrote: Actually, I should clarify, we might be able to use SDG next, building/running on Apache Geode 1.14, iff Geode 1.14 would be available relatively soon (e.g. SD[G] 2.6). This change isn’t in 1.14 but we could barckport it

Re: JDK 16 Support?

2021-05-05 Thread John Blum
To: user@geode.apache.org Subject: Re: JDK 16 Support? SDG currently builds/runs on Apache Geode 1.13.2. SDG next uses Apache Geode 1.14 build snapshots, but SD Examples are not configured to use SDG next ATM. Might be able to explore that. From: Jacob Barrett Sent

Re: JDK 16 Support?

2021-05-05 Thread John Blum
@geode.apache.org Subject: Re: JDK 16 Support? John, Is this with the current develop branch of Geode or a previous release. Develop does not use reflections anymore in the BufferPool. If there is a specific version you are locked into we could look at backporting this to a patch release. See https

Re: JDK 16 Support?

2021-05-05 Thread Jacob Barrett
va (internal) types, FYI. Regards, John From: Dan Smith mailto:dasm...@vmware.com>> Sent: Wednesday, May 5, 2021 9:05 AM To: user@geode.apache.org<mailto:user@geode.apache.org> mailto:user@geode.apache.org>> Subject: Re: JDK 16 Support? Yo

Re: JDK 16 Support?

2021-05-05 Thread John Blum
, but there is a definitively a difference between Java 15 and 16 and that this problem seems to stretch beyond Java (internal) types, FYI. Regards, John From: Dan Smith Sent: Wednesday, May 5, 2021 9:05 AM To: user@geode.apache.org Subject: Re: JDK 16 Support? You might be able

Re: JDK 16 Support?

2021-05-05 Thread John Blum
From: Anthony Baker Sent: Wednesday, May 5, 2021 8:14 AM To: user@geode.apache.org Cc: geode Subject: Re: JDK 16 Support? Thanks for reporting this John. The next LTS version of Java (17) is due later this year. I think Geode needs to at least support every LTS

Re: JDK 16 Support?

2021-05-05 Thread Dan Smith
this. -Dan From: John Blum Sent: Wednesday, May 5, 2021 7:57 AM To: geode ; user@geode.apache.org Subject: JDK 16 Support? What is the plan to support Java 16 for Apache Geode? Timeframe? Running Apache Geode on a Java 16 Runtime produces errors like

Re: JDK 16 Support?

2021-05-05 Thread Anthony Baker
Thanks for reporting this John. The next LTS version of Java (17) is due later this year. I think Geode needs to at least support every LTS version of Java and clearly we would need to fix errors like this. Do you see a need to support Java 16 now? Anthony On May 5, 2021, at 7:57 AM, John

JDK 16 Support?

2021-05-05 Thread John Blum
What is the plan to support Java 16 for Apache Geode? Timeframe? Running Apache Geode on a Java 16 Runtime produces errors like the following: - org.apache.geode.InternalGemFireException: unable to retrieve underlying byte buffer - at