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/10 16:02:25 UTC

[iotdb] branch JDK16 updated (07a80cf -> b079cdb)

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

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


 discard 07a80cf  Dtry
 discard 7376d00  try
 discard c9384a2  try
 discard 9d243b3  upgrade mockito core
 discard 9c90811  try
 discard 8825650  try
 discard d3993dc  try
    omit 92ba611  try
     new b079cdb  --illegal-access=permit

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (07a80cf)
            \
             N -- N -- N   refs/heads/JDK16 (b079cdb)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/main-unix.yml |  1 -
 pom.xml                         | 61 +++++++++++++++++++++++++++++++++++------
 2 files changed, 52 insertions(+), 10 deletions(-)

[iotdb] 01/01: --illegal-access=permit

Posted by ha...@apache.org.
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

commit b079cdb056bafa364aad5d827e92d039793c5263
Author: HTHou <hh...@outlook.com>
AuthorDate: Mon May 10 23:58:39 2021 +0800

    --illegal-access=permit
---
 pom.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index aed72ae..0ccf69c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -150,7 +150,12 @@
         <sonar.junit.reportPaths>target/surefire-reports,target/failsafe-reports</sonar.junit.reportPaths>
         <!-- By default, the argLine is empty-->
         <gson.version>2.8.6</gson.version>
-        <argLine/>
+        <argLine>
+            --illegal-access=permit
+            --add-opens=java.base/java.lang=ALL-UNNAMED
+            --add-opens=java.base/java.util=ALL-UNNAMED
+            --add-opens=java.base/java.nio=ALL-UNNAMED
+        </argLine>
         <!-- whether enable compiling the cpp client-->
         <client-cpp>false</client-cpp>
         <!-- disable enforcer by default-->