Add new packages for deep reflection within the surefire.system.args for test compatibility with JDK17 (#15036)

Closes #14997
This commit is contained in:
Kamesh Akella 2022-10-20 04:44:32 -04:00 committed by GitHub
parent fc7c57ee12
commit b50fe06b2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1904,6 +1904,7 @@
<properties>
<surefire.system.args>
--add-opens=java.base/java.lang=ALL-UNNAMED
--add-opens=java.base/java.util=ALL-UNNAMED
</surefire.system.args>
</properties>
</profile>