From ea84781fb535523f0a6e80c9091c362599b3f955 Mon Sep 17 00:00:00 2001 From: Emmanuel Bourg Date: Wed, 11 Oct 2023 13:48:51 +0200 Subject: [PATCH] Enable the security manager when testing with Java 21 --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 81f561e6..1f2f8049 100644 --- a/pom.xml +++ b/pom.xml @@ -231,6 +231,7 @@ --add-exports jdk.crypto.cryptoki/sun.security.pkcs11.wrapper=ALL-UNNAMED --add-opens java.base/sun.net.www.protocol.http=ALL-UNNAMED --add-opens java.base/sun.net.www.protocol.https=ALL-UNNAMED + -Djava.security.manager=allow ${argLine}