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 <[email protected]> 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.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

