From 10959df04d5311e29a07244017f37626bea3bf58 Mon Sep 17 00:00:00 2001 From: kburke Date: Wed, 2 Apr 2025 00:47:11 -0700 Subject: [PATCH] pom.xml: allow build to work with more recent Java versions These versions don't like the things OpenAPI is doing, but with these command line flags, the tests begin to pass again. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 45bf70981..74d200a2e 100644 --- a/pom.xml +++ b/pom.xml @@ -38,7 +38,7 @@ conf/log4j.properties - -Xms512m -Xmx1500m + -Xms512m -Xmx1500m --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED methods pertest