From 63454ba7eeec334deb8e78a56fb7ecaf81de4594 Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 10 May 2021 16:16:10 -0700 Subject: [PATCH] Set --add-opens JVM option for java.util classes (e.g. UUID) to workaround Apache Geode issues on Java 16. Resolves gh-497. --- spring-data-geode/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-data-geode/pom.xml b/spring-data-geode/pom.xml index 290786a0..ae2e3eec 100644 --- a/spring-data-geode/pom.xml +++ b/spring-data-geode/pom.xml @@ -265,7 +265,7 @@ org.apache.maven.plugins maven-surefire-plugin - --add-opens java.base/java.nio=ALL-UNNAMED + --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED **/*Tests.java **/*Test.java