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/12 15:45:46 UTC

[iotdb] branch JDK16 updated: update comments

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 c32e823  update comments
c32e823 is described below

commit c32e823255d21e623c094277685ddb349277d317
Author: HTHou <hh...@outlook.com>
AuthorDate: Wed May 12 23:45:17 2021 +0800

    update comments
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index d4d43c9..b1340c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1066,6 +1066,8 @@
                 </dependency>
             </dependencies>
         </profile>
+        <!-- Add argLine for Java 16 and above, due to [JEP 396: Strongly Encapsulate JDK Internals by Default]
+          (https://openjdk.java.net/jeps/396) -->
         <profile>
             <id>java-16-and-above</id>
             <activation>