Skip to content

Commit 5bb14d1

Browse files
committed
Manual merge if #3550 to master, to resolve most JDK17 test fails
1 parent cbb3167 commit 5bb14d1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,9 +328,18 @@
328328
<release>17</release>
329329
<compilerArgs>
330330
<arg>-parameters</arg>
331+
<arg>--add-opens=java.base/java.lang=ALL-UNNAMED</arg>
332+
<arg>--add-opens=java.base/java.util=ALL-UNNAMED</arg>
331333
</compilerArgs>
332334
</configuration>
333335
</plugin>
336+
<plugin>
337+
<groupId>org.apache.maven.plugins</groupId>
338+
<artifactId>maven-surefire-plugin</artifactId>
339+
<configuration>
340+
<argLine>--add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED</argLine>
341+
</configuration>
342+
</plugin>
334343
</plugins>
335344
</build>
336345
</profile>

0 commit comments

Comments
 (0)