From a183366cbd1b5a8c4beb9cf671832522b512363a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fridrich=20=C5=A0trba?= Date: Wed, 11 May 2022 08:29:14 +0200 Subject: [PATCH 2/2] Fix tests with Java 16+ --- pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/pom.xml b/pom.xml index 10d2644..48027cc 100644 --- a/pom.xml +++ b/pom.xml @@ -250,5 +250,21 @@ under the License. + + jdk9+ + + [9,) + + + + + maven-surefire-plugin + + --add-opens java.base/java.lang=ALL-UNNAMED + + + + + -- 2.36.0