Skip to content

Commit 90a8ee3

Browse files
committed
Enable java.lang.reflect on memory-core module for tests
1 parent 61442bc commit 90a8ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,7 @@
889889
<groupId>org.apache.maven.plugins</groupId>
890890
<artifactId>maven-surefire-plugin</artifactId>
891891
<configuration>
892-
<argLine>--add-opens java.base/jdk.internal.misc=io.netty.common --patch-module=io.netty.buffer=${project.basedir}/../memory-netty-buffer-patch/target/arrow-memory-netty-buffer-patch-${project.version}.jar --add-opens=java.base/java.nio=org.apache.arrow.memory.core,io.netty.common,ALL-UNNAMED</argLine>
892+
<argLine>--add-opens java.base/jdk.internal.misc=io.netty.common --patch-module=io.netty.buffer=${project.basedir}/../memory-netty-buffer-patch/target/arrow-memory-netty-buffer-patch-${project.version}.jar --add-opens=java.base/java.nio=org.apache.arrow.memory.core,io.netty.common,ALL-UNNAMED --add-opens=java.base/java.lang.reflect=org.apache.arrow.memory.core</argLine>
893893
</configuration>
894894
</plugin>
895895
</plugins>

0 commit comments

Comments
 (0)