From 854bcd6480086853893f25ba83ec8f86d7ed69c8 Mon Sep 17 00:00:00 2001 From: John Blum Date: Sun, 25 Jun 2023 18:19:44 -0700 Subject: [PATCH] Configure Maven Surefire Plugin to run SD Apache Geode tests on Java 17. Resolves #650. --- spring-data-geode/pom.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/spring-data-geode/pom.xml b/spring-data-geode/pom.xml index 548d8ceb..3c4211de 100644 --- a/spring-data-geode/pom.xml +++ b/spring-data-geode/pom.xml @@ -283,7 +283,7 @@ - local-java16 + local-java17 @@ -296,7 +296,7 @@ **/*Test.java - 16 + 17 oracle false @@ -322,7 +322,7 @@ - 16 + 17 oracle @@ -333,6 +333,9 @@ remote-java17 + + [17,) +