Skip to content

Commit 9cd5c42

Browse files
committed
Update to Agrona 1.22.0 and note JDK 17+ for later versions
1 parent ce6451f commit 9cd5c42

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@
7777
<dependency>
7878
<groupId>org.agrona</groupId>
7979
<artifactId>agrona</artifactId>
80-
<version>2.0.1</version>
80+
<!-- 1.23.0 requires Java 17+ -->
81+
<version>1.22.0</version>
8182
<optional>true</optional>
8283
</dependency>
8384
<dependency>
@@ -397,7 +398,7 @@
397398
<groupId>org.apache.maven.plugins</groupId>
398399
<artifactId>maven-surefire-plugin</artifactId>
399400
<configuration>
400-
<argLine>@{argLine} --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/jdk.internal.misc=ALL-UNNAMED</argLine>
401+
<argLine>@{argLine} --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED</argLine>
401402
<forkCount>1</forkCount>
402403
<reuseForks>false</reuseForks>
403404
</configuration>

0 commit comments

Comments
 (0)