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

yzhao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mnemonic.git


The following commit(s) were added to refs/heads/master by this push:
     new 3ab0077  MNEMONIC-663: Fix illegal reflective access operation in 
ChunkBuffer
3ab0077 is described below

commit 3ab0077c20e0812bc844d4b1a5cfcfa52ed08061
Author: Chunyong He <[email protected]>
AuthorDate: Sat Jul 31 23:03:02 2021 -0700

    MNEMONIC-663: Fix illegal reflective access operation in ChunkBuffer
    
    Signed-off-by: Chunyong He <[email protected]>
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 5fe7857..1f989a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -355,6 +355,7 @@
             <compilerArgs>
               <arg>-XDignore.symbol.file</arg>
               <arg>-XDenableSunApiLintControl</arg>
+              <arg>--add-opens=java.base/java.nio=ALL-UNNAMED</arg>
             </compilerArgs>
             <fork>true</fork>
           </configuration>
@@ -376,6 +377,7 @@
           <configuration>
             <skipTests>${skipTests}</skipTests>
             <enableAssertions>true</enableAssertions>
+            <argLine>--add-opens=java.base/java.nio=ALL-UNNAMED</argLine>
           </configuration>
         </plugin>
         <plugin>

Reply via email to