Skip to content

Commit a245443

Browse files
committed
test: remove ALL-UNNAMED opens from test config
1 parent 7193326 commit a245443

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -238,15 +238,6 @@
238238
<threadCount>1</threadCount>
239239
<perCoreThreadCount>true</perCoreThreadCount>
240240
<runOrder>balanced</runOrder>
241-
<argLine>
242-
<!--
243-
Gson (used for JSON serialization) utilizes reflection and needs to be able to access private fields of
244-
Java core classes. For that to work correctly after Java 9, we need to open up some of the core Java
245-
classes to reflection.
246-
@see: https://www.oracle.com/corporate/features/understanding-java-9-modules.html
247-
-->
248-
--add-opens=java.base/java.lang=ALL-UNNAMED
249-
</argLine>
250241
</configuration>
251242
</plugin>
252243
<plugin>

0 commit comments

Comments
 (0)