From 66c3ce9fd32cb53374ce02d9e265d4df51f8676d Mon Sep 17 00:00:00 2001 From: Dirk Mahler Date: Thu, 28 Dec 2023 17:49:14 +0100 Subject: [PATCH] enable building & testing with JDK17 --- pom.xml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 8504686..8f08ca8 100644 --- a/pom.xml +++ b/pom.xml @@ -116,7 +116,7 @@ 3.3.0 3.1.1 3.0.0 - 3.0.0 + 3.2.3 3.1.1 3.2.2 3.4.0 @@ -216,12 +216,18 @@ org.apache.maven.plugins maven-failsafe-plugin ${maven.failsafe.version} + + --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.nio=ALL-UNNAMED + org.apache.maven.plugins maven-surefire-plugin ${maven.surefire.version} + + --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.nio=ALL-UNNAMED + org.apache.maven.plugins @@ -414,7 +420,7 @@ - [11,) + [17,) @@ -524,11 +530,6 @@ integration-test verify - - -Xmx768M -XX:+HeapDumpOnOutOfMemoryError - 1 - false -