[Git][java-team/gs-collections][master] Use --add-opens instead of --illegal-access=permit to build with OpenJDK 17 (Closes: #981945)

Emmanuel Bourg (@ebourg) gitlab at salsa.debian.org
Wed May 18 09:03:12 BST 2022



Emmanuel Bourg pushed to branch master at Debian Java Maintainers / gs-collections


Commits:
b350fefd by Emmanuel Bourg at 2022-05-18T09:37:26+02:00
Use --add-opens instead of --illegal-access=permit to build with OpenJDK 17 (Closes: #981945)

- - - - -


2 changed files:

- debian/changelog
- debian/maven.properties


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+gs-collections (5.1.0-5) unstable; urgency=medium
+
+  * Use --add-opens instead of --illegal-access=permit to build with OpenJDK 17
+    (Closes: #981945)
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Wed, 18 May 2022 09:37:15 +0200
+
 gs-collections (5.1.0-4) unstable; urgency=medium
 
   * Fixed the build failure with OpenJDK 17 (Closes: #981945)


=====================================
debian/maven.properties
=====================================
@@ -2,4 +2,4 @@
 # For example:
 # maven.test.skip=true
 
-argLine=--illegal-access=permit
+argLine=--add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED



View it on GitLab: https://salsa.debian.org/java-team/gs-collections/-/commit/b350fefd2ea4bfb959a5a88c23ff382db7a8b0c4

-- 
View it on GitLab: https://salsa.debian.org/java-team/gs-collections/-/commit/b350fefd2ea4bfb959a5a88c23ff382db7a8b0c4
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20220518/0a948421/attachment.htm>


More information about the pkg-java-commits mailing list