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/09/17 15:58:00 UTC

[iotdb] branch JDK17 updated: test unix

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

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


The following commit(s) were added to refs/heads/JDK17 by this push:
     new c08f2b7  test unix
c08f2b7 is described below

commit c08f2b72e1440813d673280b9a239b4a44045914
Author: HTHou <hh...@outlook.com>
AuthorDate: Fri Sep 17 23:55:45 2021 +0800

    test unix
---
 .github/workflows/main-unix.yml | 2 +-
 .github/workflows/main-win.yml  | 1 -
 pom.xml                         | 2 +-
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/main-unix.yml b/.github/workflows/main-unix.yml
index e34c848..ed8ef02 100644
--- a/.github/workflows/main-unix.yml
+++ b/.github/workflows/main-unix.yml
@@ -31,7 +31,7 @@ jobs:
       fail-fast: false
       max-parallel: 20
       matrix:
-        java: [ 8, 11, 16 ]
+        java: [ 8, 11, 17 ]
         os: [ ubuntu-latest, macos-latest ]
     runs-on: ${{ matrix.os}}
 
diff --git a/.github/workflows/main-win.yml b/.github/workflows/main-win.yml
index bf68fd7..8f09c6a 100644
--- a/.github/workflows/main-win.yml
+++ b/.github/workflows/main-win.yml
@@ -8,7 +8,6 @@ on:
     branches:
       - master
       - 'rel/*'
-      - JDK17
     paths-ignore:
       - 'docs/**'
   pull_request:
diff --git a/pom.xml b/pom.xml
index 40433eb..7330d54 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1083,7 +1083,7 @@
             </activation>
             <properties>
                 <maven.compiler.release>8</maven.compiler.release>
-                <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 --add-opens=java.base/java.io=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED --add-exports [...]
+                <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 --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.net=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.t [...]
             </properties>
         </profile>
         <!--