This is an automated email from the ASF dual-hosted git repository.

raulcd pushed a commit to branch maint-16.x.x
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/maint-16.x.x by this push:
     new be62f6c571 GH-41577: [Java][Packaging] Add 
org.apache.arrow.memory.core to --add-opens=java.base/java.nio
be62f6c571 is described below

commit be62f6c5717d960282c70f6150725b306919a672
Author: Raúl Cumplido <[email protected]>
AuthorDate: Wed May 8 15:31:36 2024 +0200

    GH-41577: [Java][Packaging] Add org.apache.arrow.memory.core to 
--add-opens=java.base/java.nio
---
 java/dataset/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/dataset/pom.xml b/java/dataset/pom.xml
index 35fd869ef0..40cff06405 100644
--- a/java/dataset/pom.xml
+++ b/java/dataset/pom.xml
@@ -211,7 +211,7 @@
                             <systemPropertyVariables>
                                 
<arrow.test.dataRoot>${project.basedir}/../../testing/data</arrow.test.dataRoot>
                             </systemPropertyVariables>
-                            
<argLine>--add-reads=org.apache.arrow.dataset=com.fasterxml.jackson.databind 
--add-opens=java.base/java.nio=org.apache.arrow.memory.core,ALL-UNNAMED</argLine>
+                            <argLine 
combine.self="override">--add-reads=org.apache.arrow.dataset=com.fasterxml.jackson.databind
 
--add-opens=java.base/java.nio=org.apache.arrow.dataset,org.apache.arrow.memory.core,ALL-UNNAMED</argLine>
                         </configuration>
                     </plugin>
                 </plugins>

Reply via email to