You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2021/05/09 00:02:03 UTC

[iotdb] branch JDK16 updated: Dtry

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

haonan pushed a commit to branch JDK16
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/JDK16 by this push:
     new 07a80cf  Dtry
07a80cf is described below

commit 07a80cfae31608a769160f3e0cda22d243e854ad
Author: HTHou <hh...@outlook.com>
AuthorDate: Sun May 9 08:00:55 2021 +0800

    Dtry
---
 pom.xml        | 4 ++--
 server/pom.xml | 6 ------
 2 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4e267e3..b71e5fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -550,7 +550,7 @@
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
                     <configuration>
-                        <argLine>${argLine} --illegal-access=permit -Xmx1024m</argLine>
+                        <argLine>${argLine} --illegal-access=debug -Xmx1024m</argLine>
                     </configuration>
                 </plugin>
                 <!--
@@ -865,7 +865,7 @@
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
                     <argLine>
-                        --illegal-access=permit
+                        --illegal-access=debug
                     </argLine>
                 </configuration>
                 <executions>
diff --git a/server/pom.xml b/server/pom.xml
index 6ddaf73..08944e2 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -222,9 +222,6 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
-                    <argLine>
-                        --illegal-access=permit
-                    </argLine>
                     <skipTests>${iotdb.ut.skip}</skipTests>
                     <systemProperties>
                         <IOTDB_CONF>src/test/resources</IOTDB_CONF>
@@ -244,9 +241,6 @@
                     </execution>
                 </executions>
                 <configuration>
-                    <argLine>
-                        --illegal-access=permit
-                    </argLine>
                     <skipTests>${iotdb.test.skip}</skipTests>
                     <skipITs>${iotdb.it.skip}</skipITs>
                 </configuration>