You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by le...@apache.org on 2022/08/09 02:56:39 UTC

[incubator-linkis] branch dev-1.3.0 updated (476a313b6 -> d753cd808)

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

legendtkl pushed a change to branch dev-1.3.0
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git


    from 476a313b6 Merge pull request #2565 from casionone/dev-1.3.0-merge
     add 6dc9d92ff Optimize the read efficiency of the result set when the result set is output after the script is executed (#2550)
     add 926b56a8d ES engine  code optimization and NoSuchMethodError bug fix (#2600)
     add bdcc75ab2 [ISSUE-2596]presto pom.xml update (#2599)
     add c86532394  Fixed a null pointer exception caused by a client request(#2614) (#2616)
     add b4ae904e7 add test case for factory launch extension (#2617)
     add 44c93752f Optimized module and plugin configuration (#2618)
     add af2eef66c add test case for shell engine (#2620)
     add 60e7cf8eb ${} 2 #{} / Fix the dead loop (#2631)
     add 7e47dc1c4 EC's Yarn app id log adjusted to the file yarnApp.log file (#2630)
     add 8d7a7bb47 The rollbackversion function modifies the case (#2633)
     add 5b001e978 Upgrade version to 1.2.0 (#2634)
     add c5e078705 Recorded in upgrade docs linkis-dist/package/db/upgrade (#2613) (#2635)
     new d753cd808 Merge pull request #2641 from apache/dev-1.2.0

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:
 linkis-commons/linkis-common/pom.xml               |   2 +-
 .../common/utils/VariableOperationUtils.java       | 111 ++-------------------
 .../common/variable/VariableOperationTest.java     |  43 +++++++-
 linkis-commons/linkis-hadoop-common/pom.xml        |   4 +-
 linkis-commons/linkis-httpclient/pom.xml           |   4 +-
 linkis-commons/linkis-module/pom.xml               |   4 +-
 linkis-commons/linkis-mybatis/pom.xml              |   2 +-
 linkis-commons/linkis-protocol/pom.xml             |   2 +-
 linkis-commons/linkis-rpc/pom.xml                  |   4 +-
 .../linkis/rpc/message/utils/MessageUtils.java     |   3 +-
 linkis-commons/linkis-scheduler/pom.xml            |   6 +-
 linkis-commons/linkis-storage/pom.xml              |   6 +-
 .../apache/linkis/storage/utils/StorageUtils.scala |   9 +-
 linkis-commons/pom.xml                             |   2 +-
 .../linkis-cli/linkis-cli-application/pom.xml      |  11 +-
 .../linkis-cli/linkis-cli-common/pom.xml           |   2 +-
 .../linkis-cli/linkis-cli-core/pom.xml             |   4 +-
 .../linkis-client/linkis-cli/pom.xml               |   4 +-
 .../linkis-computation-client/pom.xml              |  12 +--
 .../linkis-computation-governance-common/pom.xml   |   8 +-
 .../linkis-engineconn-linux-launch/pom.xml         |   4 +-
 .../linkis-engineconn-manager-core/pom.xml         |  10 +-
 .../linkis-engineconn-manager-server/pom.xml       |  17 ++--
 .../service/impl/DefaultEngineConnKillService.java |  68 +++++++------
 .../linkis-engineconn-manager/pom.xml              |   2 +-
 .../linkis-once-engineconn/pom.xml                 |  12 +--
 .../linkis-streaming-engineconn/pom.xml            |   2 +-
 .../linkis-computation-engineconn/pom.xml          |  18 ++--
 .../linkis-engineconn-common/pom.xml               |  10 +-
 .../linkis-engineconn-core/pom.xml                 |   8 +-
 .../accessible-executor/pom.xml                    |  10 +-
 .../executor-core/pom.xml                          |  10 +-
 .../linkis-engineconn-plugin-core/pom.xml          |  10 +-
 .../linkis-engineconn-plugin-server/pom.xml        |  13 ++-
 .../linkis-engineconn/pom.xml                      |   2 +-
 .../linkis-entrance/pom.xml                        |  27 +++--
 .../linkis-jdbc-driver/pom.xml                     |   4 +-
 .../linkis-application-manager/pom.xml             |  17 ++--
 .../linkis-manager/linkis-label-common/pom.xml     |   6 +-
 .../manager/label/entity/engine/EngineType.scala   |   5 +-
 .../linkis-manager/linkis-manager-common/pom.xml   |  10 +-
 .../linkis-manager-persistence/pom.xml             |  12 +--
 .../linkis-manager/pom.xml                         |   2 +-
 linkis-computation-governance/pom.xml              |   2 +-
 linkis-dist/deploy-config/linkis-env.sh            |   2 +-
 .../db/upgrade/1.2.0_schema/mysql/linkis_ddl.sql   |  17 ++--
 linkis-dist/pom.xml                                |  11 +-
 linkis-dist/release-docs/LICENSE                   |   6 ++
 ... LICENSE-elasticsearch-rest-client-sniffer.txt} |   0
 ...n.txt => LICENSE-elasticsearch-rest-client.txt} |   0
 ...18n.txt => LICENSE-jackson-dataformat-cbor.txt} |   0
 ...i18n.txt => LICENSE-jackson-dataformat-csv.txt} |   0
 ...8n.txt => LICENSE-jackson-dataformat-smile.txt} |   0
 ...18n.txt => LICENSE-jackson-dataformat-yaml.txt} |   0
 linkis-engineconn-plugins/elasticsearch/pom.xml    |  13 ++-
 .../executer/client/EsClientFactory.scala          |   2 +-
 linkis-engineconn-plugins/flink/pom.xml            |  15 ++-
 linkis-engineconn-plugins/hive/pom.xml             |  13 ++-
 .../hive/src/main/resources/log4j2.xml             |   2 +-
 linkis-engineconn-plugins/io_file/pom.xml          |  13 ++-
 linkis-engineconn-plugins/jdbc/pom.xml             |  17 ++--
 linkis-engineconn-plugins/openlookeng/pom.xml      |  13 ++-
 linkis-engineconn-plugins/pipeline/pom.xml         |  13 ++-
 linkis-engineconn-plugins/pom.xml                  |   5 +-
 linkis-engineconn-plugins/presto/pom.xml           |  47 ++-------
 linkis-engineconn-plugins/python/pom.xml           |  13 ++-
 linkis-engineconn-plugins/shell/pom.xml            |  16 +--
 .../shell/src/main/resources/conf/log4j2.xml       |   2 +-
 .../shell/TestShellEngineConnPlugin.scala          |  19 ++--
 .../common/TestShellEngineConnPluginConst.scala}   |  12 ++-
 .../exception/TestNoCorrectUserException.scala}    |  21 ++--
 .../executor/TestShellEngineConnExecutor.scala     |  51 ++++++++++
 linkis-engineconn-plugins/spark/pom.xml            |  51 ++++++++--
 .../spark/src/main/resources/log4j2.xml            |   2 +-
 .../spark/config/SparkConfiguration.scala          |   2 +-
 .../spark/extension/TestExecutionHooks.scala       |  27 +++--
 .../spark/factory/TestSparkEngineConnFactory.scala |  29 +++---
 ...SparkSubmitProcessEngineConnLaunchBuilder.scala |  30 +++---
 linkis-engineconn-plugins/sqoop/pom.xml            |  15 ++-
 .../sqoop/src/main/resources/log4j2.xml            |   2 +-
 linkis-extensions/linkis-io-file-client/pom.xml    |   8 +-
 linkis-extensions/pom.xml                          |   2 +-
 .../linkis-code-orchestrator/pom.xml               |   4 +-
 .../linkis-computation-orchestrator/pom.xml        |   8 +-
 .../linkis-orchestrator-core/pom.xml               |  10 +-
 .../plugin/linkis-orchestrator-ecm-plugin/pom.xml  |   8 +-
 linkis-orchestrator/pom.xml                        |   2 +-
 .../linkis-bml/linkis-bml-client/pom.xml           |  10 +-
 .../linkis-bml/linkis-bml-common/pom.xml           |   2 +-
 .../linkis-bml/linkis-bml-server/pom.xml           |  11 +-
 .../apache/linkis/bml/restful/BmlRestfulApi.java   |   2 +-
 linkis-public-enhancements/linkis-bml/pom.xml      |   2 +-
 .../linkis-cs-client/pom.xml                       |   8 +-
 .../linkis-cs-common/pom.xml                       |   4 +-
 .../linkis-cs-listener/pom.xml                     |   6 +-
 .../linkis-cs-server/pom.xml                       |  13 ++-
 .../linkis-context-service/pom.xml                 |   4 +-
 .../linkis-datasource-client/pom.xml               |   8 +-
 .../linkis-datasource-manager/common/pom.xml       |   2 +-
 .../linkis-datasource-manager/server/pom.xml       |  15 ++-
 .../service/impl/DataSourceRelateServiceImpl.java  |   2 +-
 .../linkis-metadata-query/common/pom.xml           |   8 +-
 .../linkis-metadata-query/server/pom.xml           |   9 +-
 .../service/elasticsearch/pom.xml                  |   7 +-
 .../linkis-metadata-query/service/hive/pom.xml     |   9 +-
 .../linkis-metadata-query/service/kafka/pom.xml    |   9 +-
 .../linkis-metadata-query/service/mysql/pom.xml    |   7 +-
 .../linkis-datasource/linkis-metadata/pom.xml      |  11 +-
 .../linkis-datasource/pom.xml                      |   2 +-
 .../linkis-configuration/pom.xml                   |   8 +-
 .../linkis-error-code-client/pom.xml               |   6 +-
 .../linkis-error-code-common/pom.xml               |   4 +-
 .../linkis-error-code-server/pom.xml               |   4 +-
 .../linkis-publicservice/linkis-error-code/pom.xml |   2 +-
 .../linkis-instance-label-client/pom.xml           |   6 +-
 .../linkis-instance-label-server/pom.xml           |   8 +-
 .../linkis-publicservice/linkis-jobhistory/pom.xml |  12 +--
 .../linkis-ps-common-lock/pom.xml                  |   6 +-
 .../linkis-storage-script-dev-client/pom.xml       |   6 +-
 .../linkis-storage-script-dev-server/pom.xml       |  10 +-
 .../linkis-udf/linkis-udf-client/pom.xml           |   6 +-
 .../linkis-udf/linkis-udf-common/pom.xml           |   6 +-
 .../linkis-udf/linkis-udf-service/pom.xml          |  12 +--
 .../linkis-publicservice/linkis-variable/pom.xml   |   6 +-
 .../linkis-publicservice/pom.xml                   |  16 +--
 linkis-public-enhancements/pom.xml                 |   9 +-
 .../linkis-service-discovery/linkis-eureka/pom.xml |   3 +-
 .../linkis-gateway-authentication/pom.xml          |   8 +-
 .../linkis-gateway-core/pom.xml                    |   8 +-
 .../linkis-gateway-httpclient-support/pom.xml      |   6 +-
 .../linkis-gateway-server-support/pom.xml          |   9 +-
 .../linkis-spring-cloud-gateway/pom.xml            |   4 +-
 .../linkis-gateway-datasource-ruler/pom.xml        |   2 +-
 .../linkis-service-gateway/pom.xml                 |   2 +-
 linkis-spring-cloud-services/pom.xml               |   2 +-
 linkis-web/.env                                    |   2 +-
 pom.xml                                            |  16 ++-
 tool/dependencies/known-dependencies.txt           |  11 ++
 138 files changed, 701 insertions(+), 697 deletions(-)
 copy linkis-computation-governance/linkis-manager/linkis-application-manager/src/main/scala/org/apache/linkis/manager/am/service/em/ECMOperateService.scala => linkis-dist/package/db/upgrade/1.2.0_schema/mysql/linkis_ddl.sql (68%)
 copy linkis-dist/release-docs/licenses/{LICENSE-apacheds-i18n.txt => LICENSE-elasticsearch-rest-client-sniffer.txt} (100%)
 copy linkis-dist/release-docs/licenses/{LICENSE-apacheds-i18n.txt => LICENSE-elasticsearch-rest-client.txt} (100%)
 copy linkis-dist/release-docs/licenses/{LICENSE-apacheds-i18n.txt => LICENSE-jackson-dataformat-cbor.txt} (100%)
 copy linkis-dist/release-docs/licenses/{LICENSE-apacheds-i18n.txt => LICENSE-jackson-dataformat-csv.txt} (100%)
 copy linkis-dist/release-docs/licenses/{LICENSE-apacheds-i18n.txt => LICENSE-jackson-dataformat-smile.txt} (100%)
 copy linkis-dist/release-docs/licenses/{LICENSE-apacheds-i18n.txt => LICENSE-jackson-dataformat-yaml.txt} (100%)
 copy linkis-commons/linkis-scheduler/src/test/scala/org/apache/linkis/scheduler/queue/parallelqueue/ParallelConsumerManagerTest.scala => linkis-engineconn-plugins/shell/src/test/scala/org/apache/linkis/manager/engineplugin/shell/TestShellEngineConnPlugin.scala (60%)
 copy linkis-engineconn-plugins/shell/src/{main/scala/org/apache/linkis/manager/engineplugin/shell/common/ShellEnginePluginConst.scala => test/scala/org/apache/linkis/manager/engineplugin/shell/common/TestShellEngineConnPluginConst.scala} (69%)
 copy linkis-engineconn-plugins/shell/src/{main/scala/org/apache/linkis/manager/engineplugin/shell/exception/NoCorrectUserException.scala => test/scala/org/apache/linkis/manager/engineplugin/shell/exception/TestNoCorrectUserException.scala} (70%)
 create mode 100644 linkis-engineconn-plugins/shell/src/test/scala/org/apache/linkis/manager/engineplugin/shell/executor/TestShellEngineConnExecutor.scala
 copy linkis-computation-governance/linkis-entrance/src/main/scala/org/apache/linkis/entrance/exception/EntranceErrorException.scala => linkis-engineconn-plugins/spark/src/test/scala/org/apache/linkis/engineplugin/spark/extension/TestExecutionHooks.scala (57%)
 copy linkis-commons/linkis-scheduler/src/test/scala/org/apache/linkis/scheduler/queue/fifoqueue/FIFOSchedulerContextImplTest.scala => linkis-engineconn-plugins/spark/src/test/scala/org/apache/linkis/engineplugin/spark/factory/TestSparkEngineConnFactory.scala (54%)
 copy linkis-computation-governance/linkis-manager/linkis-label-common/src/main/java/org/apache/linkis/manager/label/entity/search/SearchableLabel.java => linkis-engineconn-plugins/spark/src/test/scala/org/apache/linkis/engineplugin/spark/launch/TestSparkSubmitProcessEngineConnLaunchBuilder.scala (59%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org


[incubator-linkis] 01/01: Merge pull request #2641 from apache/dev-1.2.0

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

legendtkl pushed a commit to branch dev-1.3.0
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git

commit d753cd8081c10edbd39b66b53aeafc42eb42960a
Merge: 476a313b6 c5e078705
Author: legendtkl <ta...@gmail.com>
AuthorDate: Tue Aug 9 10:56:34 2022 +0800

    Merge pull request #2641 from apache/dev-1.2.0
    
    Merge dev-1.2.0 dev-1.3.0

 linkis-commons/linkis-common/pom.xml               |   2 +-
 .../common/utils/VariableOperationUtils.java       | 111 +----------
 .../common/variable/VariableOperationTest.java     |  43 ++++-
 linkis-commons/linkis-hadoop-common/pom.xml        |   4 +-
 linkis-commons/linkis-httpclient/pom.xml           |   4 +-
 linkis-commons/linkis-module/pom.xml               |   4 +-
 linkis-commons/linkis-mybatis/pom.xml              |   2 +-
 linkis-commons/linkis-protocol/pom.xml             |   2 +-
 linkis-commons/linkis-rpc/pom.xml                  |   4 +-
 .../linkis/rpc/message/utils/MessageUtils.java     |   3 +-
 linkis-commons/linkis-scheduler/pom.xml            |   6 +-
 linkis-commons/linkis-storage/pom.xml              |   6 +-
 .../apache/linkis/storage/utils/StorageUtils.scala |   9 +-
 linkis-commons/pom.xml                             |   2 +-
 .../linkis-cli/linkis-cli-application/pom.xml      |  11 +-
 .../linkis-cli/linkis-cli-common/pom.xml           |   2 +-
 .../linkis-cli/linkis-cli-core/pom.xml             |   4 +-
 .../linkis-client/linkis-cli/pom.xml               |   4 +-
 .../linkis-computation-client/pom.xml              |  12 +-
 .../linkis-computation-governance-common/pom.xml   |   8 +-
 .../linkis-engineconn-linux-launch/pom.xml         |   4 +-
 .../linkis-engineconn-manager-core/pom.xml         |  10 +-
 .../linkis-engineconn-manager-server/pom.xml       |  17 +-
 .../service/impl/DefaultEngineConnKillService.java |  68 +++----
 .../linkis-engineconn-manager/pom.xml              |   2 +-
 .../linkis-once-engineconn/pom.xml                 |  12 +-
 .../linkis-streaming-engineconn/pom.xml            |   2 +-
 .../linkis-computation-engineconn/pom.xml          |  18 +-
 .../linkis-engineconn-common/pom.xml               |  10 +-
 .../linkis-engineconn-core/pom.xml                 |   8 +-
 .../accessible-executor/pom.xml                    |  10 +-
 .../executor-core/pom.xml                          |  10 +-
 .../linkis-engineconn-plugin-core/pom.xml          |  10 +-
 .../linkis-engineconn-plugin-server/pom.xml        |  13 +-
 .../linkis-engineconn/pom.xml                      |   2 +-
 .../linkis-entrance/pom.xml                        |  27 ++-
 .../linkis-jdbc-driver/pom.xml                     |   4 +-
 .../linkis-application-manager/pom.xml             |  17 +-
 .../linkis-manager/linkis-label-common/pom.xml     |   6 +-
 .../manager/label/entity/engine/EngineType.scala   |   5 +-
 .../linkis-manager/linkis-manager-common/pom.xml   |  10 +-
 .../linkis-manager-persistence/pom.xml             |  12 +-
 .../linkis-manager/pom.xml                         |   2 +-
 linkis-computation-governance/pom.xml              |   2 +-
 linkis-dist/deploy-config/linkis-env.sh            |   2 +-
 .../db/upgrade/1.2.0_schema/mysql/linkis_ddl.sql   |  23 +++
 linkis-dist/pom.xml                                |  11 +-
 linkis-dist/release-docs/LICENSE                   |   6 +
 .../LICENSE-elasticsearch-rest-client-sniffer.txt  | 202 +++++++++++++++++++++
 .../licenses/LICENSE-elasticsearch-rest-client.txt | 202 +++++++++++++++++++++
 .../licenses/LICENSE-jackson-dataformat-cbor.txt   | 202 +++++++++++++++++++++
 .../licenses/LICENSE-jackson-dataformat-csv.txt    | 202 +++++++++++++++++++++
 .../licenses/LICENSE-jackson-dataformat-smile.txt  | 202 +++++++++++++++++++++
 .../licenses/LICENSE-jackson-dataformat-yaml.txt   | 202 +++++++++++++++++++++
 linkis-engineconn-plugins/elasticsearch/pom.xml    |  13 +-
 .../executer/client/EsClientFactory.scala          |   2 +-
 linkis-engineconn-plugins/flink/pom.xml            |  15 +-
 linkis-engineconn-plugins/hive/pom.xml             |  13 +-
 .../hive/src/main/resources/log4j2.xml             |   2 +-
 linkis-engineconn-plugins/io_file/pom.xml          |  13 +-
 linkis-engineconn-plugins/jdbc/pom.xml             |  17 +-
 linkis-engineconn-plugins/openlookeng/pom.xml      |  13 +-
 linkis-engineconn-plugins/pipeline/pom.xml         |  13 +-
 linkis-engineconn-plugins/pom.xml                  |   5 +-
 linkis-engineconn-plugins/presto/pom.xml           |  47 +----
 linkis-engineconn-plugins/python/pom.xml           |  13 +-
 linkis-engineconn-plugins/shell/pom.xml            |  16 +-
 .../shell/src/main/resources/conf/log4j2.xml       |   2 +-
 .../shell/TestShellEngineConnPlugin.scala          |  30 +++
 .../common/TestShellEngineConnPluginConst.scala    |  27 +++
 .../exception/TestNoCorrectUserException.scala     |  34 ++++
 .../executor/TestShellEngineConnExecutor.scala     |  51 ++++++
 linkis-engineconn-plugins/spark/pom.xml            |  51 +++++-
 .../spark/src/main/resources/log4j2.xml            |   2 +-
 .../spark/config/SparkConfiguration.scala          |   2 +-
 .../spark/extension/TestExecutionHooks.scala       |  35 ++++
 .../spark/factory/TestSparkEngineConnFactory.scala |  37 ++++
 ...SparkSubmitProcessEngineConnLaunchBuilder.scala |  34 ++++
 linkis-engineconn-plugins/sqoop/pom.xml            |  15 +-
 .../sqoop/src/main/resources/log4j2.xml            |   2 +-
 linkis-extensions/linkis-io-file-client/pom.xml    |   8 +-
 linkis-extensions/pom.xml                          |   2 +-
 .../linkis-code-orchestrator/pom.xml               |   4 +-
 .../linkis-computation-orchestrator/pom.xml        |   8 +-
 .../linkis-orchestrator-core/pom.xml               |  10 +-
 .../plugin/linkis-orchestrator-ecm-plugin/pom.xml  |   8 +-
 linkis-orchestrator/pom.xml                        |   2 +-
 .../linkis-bml/linkis-bml-client/pom.xml           |  10 +-
 .../linkis-bml/linkis-bml-common/pom.xml           |   2 +-
 .../linkis-bml/linkis-bml-server/pom.xml           |  11 +-
 .../apache/linkis/bml/restful/BmlRestfulApi.java   |   2 +-
 linkis-public-enhancements/linkis-bml/pom.xml      |   2 +-
 .../linkis-cs-client/pom.xml                       |   8 +-
 .../linkis-cs-common/pom.xml                       |   4 +-
 .../linkis-cs-listener/pom.xml                     |   6 +-
 .../linkis-cs-server/pom.xml                       |  13 +-
 .../linkis-context-service/pom.xml                 |   4 +-
 .../linkis-datasource-client/pom.xml               |   8 +-
 .../linkis-datasource-manager/common/pom.xml       |   2 +-
 .../linkis-datasource-manager/server/pom.xml       |  15 +-
 .../service/impl/DataSourceRelateServiceImpl.java  |   2 +-
 .../linkis-metadata-query/common/pom.xml           |   8 +-
 .../linkis-metadata-query/server/pom.xml           |   9 +-
 .../service/elasticsearch/pom.xml                  |   7 +-
 .../linkis-metadata-query/service/hive/pom.xml     |   9 +-
 .../linkis-metadata-query/service/kafka/pom.xml    |   9 +-
 .../linkis-metadata-query/service/mysql/pom.xml    |   7 +-
 .../linkis-datasource/linkis-metadata/pom.xml      |  11 +-
 .../linkis-datasource/pom.xml                      |   2 +-
 .../linkis-configuration/pom.xml                   |   8 +-
 .../linkis-error-code-client/pom.xml               |   6 +-
 .../linkis-error-code-common/pom.xml               |   4 +-
 .../linkis-error-code-server/pom.xml               |   4 +-
 .../linkis-publicservice/linkis-error-code/pom.xml |   2 +-
 .../linkis-instance-label-client/pom.xml           |   6 +-
 .../linkis-instance-label-server/pom.xml           |   8 +-
 .../linkis-publicservice/linkis-jobhistory/pom.xml |  12 +-
 .../linkis-ps-common-lock/pom.xml                  |   6 +-
 .../linkis-storage-script-dev-client/pom.xml       |   6 +-
 .../linkis-storage-script-dev-server/pom.xml       |  10 +-
 .../linkis-udf/linkis-udf-client/pom.xml           |   6 +-
 .../linkis-udf/linkis-udf-common/pom.xml           |   6 +-
 .../linkis-udf/linkis-udf-service/pom.xml          |  12 +-
 .../linkis-publicservice/linkis-variable/pom.xml   |   6 +-
 .../linkis-publicservice/pom.xml                   |  16 +-
 linkis-public-enhancements/pom.xml                 |   9 +-
 .../linkis-service-discovery/linkis-eureka/pom.xml |   3 +-
 .../linkis-gateway-authentication/pom.xml          |   8 +-
 .../linkis-gateway-core/pom.xml                    |   8 +-
 .../linkis-gateway-httpclient-support/pom.xml      |   6 +-
 .../linkis-gateway-server-support/pom.xml          |   9 +-
 .../linkis-spring-cloud-gateway/pom.xml            |   4 +-
 .../linkis-gateway-datasource-ruler/pom.xml        |   2 +-
 .../linkis-service-gateway/pom.xml                 |   2 +-
 linkis-spring-cloud-services/pom.xml               |   2 +-
 linkis-web/.env                                    |   2 +-
 pom.xml                                            |  16 +-
 tool/dependencies/known-dependencies.txt           |  11 ++
 138 files changed, 2046 insertions(+), 629 deletions(-)



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org