From d16ff7d143cef1e4aaf735773dc99de782406e5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20Op=C3=A1lka?= Date: Wed, 11 Oct 2023 10:50:23 +0200 Subject: [PATCH] [WFCORE-6556] Fixing JDK11 illegal access warnings in Elytron tests --- elytron/pom.xml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/elytron/pom.xml b/elytron/pom.xml index 71a166957ad..931599c88b4 100644 --- a/elytron/pom.xml +++ b/elytron/pom.xml @@ -19,7 +19,8 @@ - ${standard.client.modular.jdk.args} + + ${standard.client.modular.jdk.args} ${modular.jdk11.args} --add-opens=java.base/sun.security.ssl=ALL-UNNAMED @@ -409,4 +410,23 @@ + + + + + jdk11 + + 11 + + + + --add-opens=java.base/com.sun.net.ssl.internal.ssl=ALL-UNNAMED + + + + +