You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ja...@apache.org on 2022/08/25 02:44:25 UTC

[iotdb] branch SecurityCheck created (now ae31e5dda8)

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

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


      at ae31e5dda8 change comment

This branch includes the following new commits:

     new ae31e5dda8 change comment

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.



[iotdb] 01/01: change comment

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit ae31e5dda88ba4d5007ef577209165c2c067bdd4
Author: JackieTien97 <ja...@gmail.com>
AuthorDate: Thu Aug 25 10:43:56 2022 +0800

    change comment
---
 server/src/main/java/org/apache/iotdb/db/conf/IoTDBDescriptor.java | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/server/src/main/java/org/apache/iotdb/db/conf/IoTDBDescriptor.java b/server/src/main/java/org/apache/iotdb/db/conf/IoTDBDescriptor.java
index 182c126c56..5ec66d63c7 100644
--- a/server/src/main/java/org/apache/iotdb/db/conf/IoTDBDescriptor.java
+++ b/server/src/main/java/org/apache/iotdb/db/conf/IoTDBDescriptor.java
@@ -133,7 +133,7 @@ public class IoTDBDescriptor {
   }
 
   /**
-   * get props url location
+   * get external props url location
    *
    * @return url object if location exit, otherwise null.
    */
@@ -976,6 +976,9 @@ public class IoTDBDescriptor {
 
     // author cache
     loadAuthorCache(properties);
+
+    // external lib props
+    loadExternalLibProps(properties);
   }
 
   private void loadAuthorCache(Properties properties) {