You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2020/12/14 08:25:33 UTC

[wicket] branch master updated: WICKET-6858 Add some more opens for the new StringsTest

This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git


The following commit(s) were added to refs/heads/master by this push:
     new 8b8d617  WICKET-6858 Add some more opens for the new StringsTest
8b8d617 is described below

commit 8b8d617cd471ad1ddbd030b7472927e085d84e66
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Mon Dec 14 10:22:46 2020 +0200

    WICKET-6858 Add some more opens for the new StringsTest
    
    JDK 16 b28 requires them
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 75b7c9a..fdfe51f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1090,7 +1090,8 @@
 						<includes>
 							<include>**/*Test.java</include>
 						</includes>
-						<argLine>--add-opens java.base/jdk.internal.loader=ALL-UNNAMED --add-modules=ALL-SYSTEM</argLine>
+						<argLine>--add-opens java.base/jdk.internal.loader=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED
+							--add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-modules=ALL-SYSTEM</argLine>
 					</configuration>
 				</plugin>
 				<plugin>