Alex Dubrouski created GEODE-7459:
-------------------------------------
Summary: Geode v1.10 is not fully compatible with Java 11
Key: GEODE-7459
URL: https://issues.apache.org/jira/browse/GEODE-7459
Project: Geode
Issue Type: Bug
Components: client/server
Reporter: Alex Dubrouski
Good morning,
We have a POC Geode cluster and now trying to migrate one of our cloud
applications to use Geode. All clients are running AdoptOpenJDK v11. During
initial tests we noticed that Geode client library is not fully compatible with
JDK11. We are getting this exception on clients:
{code:java}
Unable to make public long
com.sun.management.internal.OperatingSystemImpl.getProcessCpuTime() accessible:
module jdk.management does not "opens com.sun.management.internal" to unnamed
module @54567b05
{code}
in
{code:java}
org.apache.geode.internal.stats50.VMStats50
{code}
It does not block execution, but I guess it might block publishing stats to
Prometheus registry.
Thanks.
Regards,
Alex Dubrouski
--
This message was sent by Atlassian Jira
(v8.3.4#803005)