You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by pe...@apache.org on 2022/04/12 02:20:48 UTC

[incubator-linkis] branch master updated (85dca8584 -> 55bc73a7b)

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

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


    from 85dca8584 Merge pull request #1866 from apache/dev-1.1.1
     add f1a950c84 fix(resource-manager): fix NullPointerException (#1850)
     add 0803dbadb Modify the timeout judgment condition of DevFlinkSQLStreamingListener
     add 83159c14d Fix Flinki plugin getEngineConnLaunchBuilder implementation judgment error (#1885)
     add 21caff800 When a GatewaySSOUtils user successfully logs in to generate a cookie, it does not directly set the second-level domain name, but adds a configuration switch. The default configuration is false. https://github.com/apache/incubator-linkis/issues/1897 (#1898)
     add 6ba0958bd  No suitable ExternalResourceProvider found for cluster
     add e3b8d34ba The group cache in EntranceFactory is replaced with guava cache #1901
     add 2a83867f8 update am reuse default for 2
     add a337bc4f3 update consumer idle default value
     add 6e8458079 fix: issue of jdbc run error for mutil sqls (#1909)
     add 879d1c77b Fix sql execution fails when comment contains semicolon (#1925)
     add 6e74c3299 Fix Resource check does not check ECM's resources #1929 (#1930)
     add 04c880ea3 Optimize the spark dependency of spark-hive_2.11 (#1921)
     add 46fdd296e upgrade linkis version 1.1.0 to 1.1.1 (#1943)
     new 55bc73a7b Merge pull request #1944 from apache/dev-1.1.1

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:
 .../assembly-combined/pom.xml                      |  2 +-
 .../public-module-combined/pom.xml                 |  2 +-
 .../deploy-config/linkis-env.sh                    |  2 +-
 assembly-combined-package/pom.xml                  |  2 +-
 db/linkis_dml.sql                                  |  2 +-
 db/upgrade/1.1.0_schema/mysql/linkis_dml.sql       |  1 +
 .../upgrade/1.1.1_schema/mysql/linkis_dml.sql      | 13 +----
 ...uava.txt => LICENSE-aopalliance-repackaged.txt} |  0
 ...ICENSE-jersey-guava.txt => LICENSE-hk2-api.txt} |  0
 ...SE-jersey-guava.txt => LICENSE-hk2-locator.txt} |  0
 ...ENSE-jersey-guava.txt => LICENSE-hk2-utils.txt} |  0
 ...ions.txt => LICENSE-jackson-datatype-guava.txt} |  0
 ...tions.txt => LICENSE-jackson-datatype-jdk8.txt} |  0
 ...tions.txt => LICENSE-jackson-datatype-joda.txt} |  0
 ...ons.txt => LICENSE-jackson-datatype-jsr310.txt} |  0
 ... => LICENSE-jackson-module-paranamer-names.txt} |  0
 ...guava.txt => LICENSE-jersey-apache-client4.txt} |  0
 ...SE-jersey-guava.txt => LICENSE-jersey-core.txt} |  0
 ...-jersey-json.txt => LICENSE-jersey-servlet.txt} |  0
 ...guava.txt => LICENSE-osgi-resource-locator.txt} |  0
 linkis-commons/linkis-common/pom.xml               |  5 +-
 linkis-commons/linkis-hadoop-common/pom.xml        |  2 +-
 linkis-commons/linkis-httpclient/pom.xml           |  2 +-
 linkis-commons/linkis-module/pom.xml               |  9 +--
 linkis-commons/linkis-mybatis/pom.xml              |  2 +-
 linkis-commons/linkis-protocol/pom.xml             |  2 +-
 linkis-commons/linkis-rpc/pom.xml                  |  2 +-
 linkis-commons/linkis-scheduler/pom.xml            |  2 +-
 .../scheduler/conf/SchedulerConfiguration.scala    |  4 +-
 .../parallelqueue/ParallelConsumerManager.scala    |  8 ++-
 linkis-commons/linkis-storage/pom.xml              |  2 +-
 linkis-commons/pom.xml                             |  2 +-
 .../linkis-cli/linkis-cli-application/pom.xml      |  2 +-
 .../linkis-cli/linkis-cli-common/pom.xml           |  2 +-
 .../linkis-cli/linkis-cli-core/pom.xml             |  2 +-
 .../linkis-client/linkis-cli/pom.xml               |  2 +-
 .../linkis-computation-client/pom.xml              |  2 +-
 .../linkis-computation-governance-common/pom.xml   |  2 +-
 .../governance/common/paser/CodeParser.scala       | 21 ++++++-
 .../common/paser/SQLCodeParserTest.scala           | 56 ++++++++++++++++++
 .../linkis-engineconn-linux-launch/pom.xml         |  2 +-
 .../linkis-engineconn-manager-core/pom.xml         |  2 +-
 .../linkis-engineconn-manager-server/pom.xml       |  2 +-
 .../linkis-engineconn-manager/pom.xml              |  2 +-
 .../linkis-once-engineconn/pom.xml                 |  2 +-
 .../linkis-streaming-engineconn/pom.xml            |  2 +-
 .../linkis-computation-engineconn/pom.xml          |  2 +-
 .../linkis-engineconn-common/pom.xml               |  2 +-
 .../linkis-engineconn-core/pom.xml                 |  2 +-
 .../accessible-executor/pom.xml                    |  2 +-
 .../callback-service/pom.xml                       |  2 +-
 .../executor-core/pom.xml                          |  2 +-
 .../resource-executor/pom.xml                      |  2 +-
 .../linkis-engineconn/pom.xml                      |  2 +-
 .../linkis-entrance/pom.xml                        |  2 +-
 .../entrance/conf/EntranceConfiguration.scala      |  6 +-
 .../entrance/scheduler/EntranceGroupFactory.scala  | 48 ++++++++--------
 .../linkis-jdbc-driver/pom.xml                     |  2 +-
 .../linkis-manager/label-common/pom.xml            |  2 +-
 .../linkis-manager/label-manager/pom.xml           |  2 +-
 .../linkis-application-manager/pom.xml             |  2 +-
 .../linkis/manager/am/conf/AMConfiguration.scala   |  2 +-
 .../linkis-manager-common/pom.xml                  |  2 +-
 .../linkis-manager-service-common/pom.xml          |  2 +-
 .../linkis-manager-persistence/pom.xml             |  2 +-
 .../linkis-manager/linkis-resource-manager/pom.xml |  2 +-
 .../resourcemanager/message/RMMessageService.scala |  3 +-
 .../service/impl/DefaultResourceManager.scala      |  1 +
 .../linkis-manager/pom.xml                         |  2 +-
 linkis-computation-governance/pom.xml              |  2 +-
 .../engineconn-plugins/flink/pom.xml               |  3 +-
 .../flink/FlinkEngineConnPlugin.scala              | 17 +++---
 .../executor/FlinkSQLComputationExecutor.scala     |  2 +-
 .../engineconn-plugins/hive/pom.xml                |  2 +-
 .../engineconn-plugins/io_file/pom.xml             |  2 +-
 .../engineconn-plugins/jdbc/pom.xml                |  6 +-
 .../jdbc/executer/JDBCEngineConnExecutor.scala     |  2 +
 .../engineconn-plugins/openlookeng/pom.xml         |  4 +-
 .../openlookeng/OpenLooKengECPlugin.scala          |  0
 .../factory/OpenLooKengEngineConnFactory.scala     |  0
 .../engineconn-plugins/pipeline/pom.xml            |  2 +-
 .../engineconn-plugins/python/pom.xml              |  2 +-
 .../engineconn-plugins/shell/pom.xml               |  2 +-
 .../engineconn-plugins/spark/pom.xml               |  5 +-
 .../spark/config/SparkConfiguration.scala          |  2 +-
 .../linkis-engineconn-plugin-cache/pom.xml         |  2 +-
 .../linkis-engineconn-plugin-core/pom.xml          |  2 +-
 .../linkis-engineconn-plugin-loader/pom.xml        |  2 +-
 .../linkis-engineconn-plugin-server/pom.xml        |  2 +-
 linkis-engineconn-plugins/pom.xml                  |  2 +-
 linkis-extensions/linkis-io-file-client/pom.xml    |  2 +-
 linkis-extensions/pom.xml                          |  2 +-
 .../linkis-code-orchestrator/pom.xml               |  2 +-
 .../linkis-computation-orchestrator/pom.xml        |  2 +-
 .../linkis-orchestrator-core/pom.xml               |  2 +-
 .../plugin/linkis-orchestrator-ecm-plugin/pom.xml  |  2 +-
 linkis-orchestrator/pom.xml                        |  2 +-
 .../linkis-bml/linkis-bml-client/pom.xml           |  2 +-
 .../linkis-bml/linkis-bml-common/pom.xml           |  2 +-
 .../linkis-bml/linkis-bml-engine-hook/pom.xml      |  2 +-
 .../linkis-bml/linkis-bml-server/pom.xml           |  2 +-
 linkis-public-enhancements/linkis-bml/pom.xml      |  2 +-
 .../linkis-context-service/linkis-cs-cache/pom.xml |  2 +-
 .../linkis-cs-client/pom.xml                       |  2 +-
 .../linkis-cs-common/pom.xml                       |  2 +-
 .../linkis-cs-highavailable/pom.xml                |  2 +-
 .../linkis-cs-listener/pom.xml                     |  2 +-
 .../linkis-cs-persistence/pom.xml                  |  2 +-
 .../linkis-cs-search/pom.xml                       |  2 +-
 .../linkis-cs-server/pom.xml                       |  2 +-
 .../linkis-context-service/pom.xml                 |  2 +-
 .../linkis-datasource-client/pom.xml               |  2 +-
 .../linkis-datasource-manager/common/pom.xml       |  2 +-
 .../linkis-datasource-manager/server/pom.xml       |  2 +-
 .../linkis-metadata-manager/common/pom.xml         |  2 +-
 .../linkis-metadata-manager/server/pom.xml         |  2 +-
 .../service/elasticsearch/pom.xml                  |  2 +-
 .../linkis-metadata-manager/service/hive/pom.xml   |  2 +-
 .../linkis-metadata-manager/service/kafka/pom.xml  |  2 +-
 .../linkis-metadata-manager/service/mysql/pom.xml  |  2 +-
 .../linkis-datasource/linkis-metadata/pom.xml      |  2 +-
 .../linkis-datasource/pom.xml                      |  2 +-
 .../linkis-configuration/pom.xml                   |  2 +-
 .../linkis-error-code-client/pom.xml               |  2 +-
 .../linkis-error-code-common/pom.xml               |  2 +-
 .../linkis-error-code-server/pom.xml               |  2 +-
 .../linkis-publicservice/linkis-error-code/pom.xml |  2 +-
 .../linkis-instance-label-client/pom.xml           |  2 +-
 .../linkis-instance-label-server/pom.xml           |  2 +-
 .../linkis-publicservice/linkis-jobhistory/pom.xml |  2 +-
 .../linkis-ps-common-lock/pom.xml                  |  2 +-
 .../linkis-storage-script-dev-client/pom.xml       |  2 +-
 .../linkis-storage-script-dev-server/pom.xml       |  2 +-
 .../linkis-udf/linkis-udf-client/pom.xml           |  2 +-
 .../linkis-udf/linkis-udf-common/pom.xml           |  2 +-
 .../linkis-udf/linkis-udf-service/pom.xml          |  2 +-
 .../linkis-publicservice/linkis-variable/pom.xml   |  2 +-
 .../linkis-publicservice/pom.xml                   |  2 +-
 linkis-public-enhancements/pom.xml                 |  2 +-
 .../linkis-service-discovery/linkis-eureka/pom.xml |  3 +-
 .../linkis-gateway-authentication/pom.xml          |  2 +-
 .../linkis-gateway-core/pom.xml                    |  2 +-
 .../gateway/config/GatewayConfiguration.scala      |  3 +-
 .../linkis/gateway/security/GatewaySSOUtils.scala  |  7 ++-
 .../linkis-gateway-httpclient-support/pom.xml      |  2 +-
 .../linkis-gateway-server-support/pom.xml          |  3 +-
 .../linkis-spring-cloud-gateway/pom.xml            |  2 +-
 .../linkis-gateway-datasource-ruler/pom.xml        |  2 +-
 .../linkis-service-gateway/pom.xml                 |  2 +-
 linkis-spring-cloud-services/pom.xml               |  2 +-
 pom.xml                                            | 63 ++++++++++++++++++---
 tool/dependencies/known-dependencies.txt           | 66 ++++++++--------------
 web/.env                                           |  2 +-
 153 files changed, 341 insertions(+), 244 deletions(-)
 copy linkis-computation-governance/linkis-manager/linkis-manager-commons/linkis-manager-common/src/main/scala/org/apache/linkis/manager/common/protocol/OperateResponse.scala => db/upgrade/1.1.1_schema/mysql/linkis_dml.sql (79%)
 copy licenses-binary/{LICENSE-jersey-guava.txt => LICENSE-aopalliance-repackaged.txt} (100%)
 copy licenses-binary/{LICENSE-jersey-guava.txt => LICENSE-hk2-api.txt} (100%)
 copy licenses-binary/{LICENSE-jersey-guava.txt => LICENSE-hk2-locator.txt} (100%)
 copy licenses-binary/{LICENSE-jersey-guava.txt => LICENSE-hk2-utils.txt} (100%)
 copy licenses-binary/{LICENSE-jackson-annotations.txt => LICENSE-jackson-datatype-guava.txt} (100%)
 copy licenses-binary/{LICENSE-jackson-annotations.txt => LICENSE-jackson-datatype-jdk8.txt} (100%)
 copy licenses-binary/{LICENSE-jackson-annotations.txt => LICENSE-jackson-datatype-joda.txt} (100%)
 copy licenses-binary/{LICENSE-jackson-annotations.txt => LICENSE-jackson-datatype-jsr310.txt} (100%)
 copy licenses-binary/{LICENSE-jackson-module-paranamer.txt => LICENSE-jackson-module-paranamer-names.txt} (100%)
 copy licenses-binary/{LICENSE-jersey-guava.txt => LICENSE-jersey-apache-client4.txt} (100%)
 copy licenses-binary/{LICENSE-jersey-guava.txt => LICENSE-jersey-core.txt} (100%)
 copy licenses-binary/{LICENSE-jersey-json.txt => LICENSE-jersey-servlet.txt} (100%)
 copy licenses-binary/{LICENSE-jersey-guava.txt => LICENSE-osgi-resource-locator.txt} (100%)
 create mode 100644 linkis-computation-governance/linkis-computation-governance-common/src/test/scala/org/apache/linkis/governance/common/paser/SQLCodeParserTest.scala
 rename linkis-engineconn-plugins/engineconn-plugins/openlookeng/src/main/{scalar => scala}/org/apache/linkis/engineplugin/openlookeng/OpenLooKengECPlugin.scala (100%)
 rename linkis-engineconn-plugins/engineconn-plugins/openlookeng/src/main/{scalar => scala}/org/apache/linkis/engineplugin/openlookeng/factory/OpenLooKengEngineConnFactory.scala (100%)


---------------------------------------------------------------------
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 #1944 from apache/dev-1.1.1

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

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

commit 55bc73a7bb61ff21e926c71c1cc7c634c0855328
Merge: 85dca8584 46fdd296e
Author: peacewong <wp...@gmail.com>
AuthorDate: Tue Apr 12 10:20:43 2022 +0800

    Merge pull request #1944 from apache/dev-1.1.1
    
    merge branch dev-1.1.1 to master

 .../assembly-combined/pom.xml                      |   2 +-
 .../public-module-combined/pom.xml                 |   2 +-
 .../deploy-config/linkis-env.sh                    |   2 +-
 assembly-combined-package/pom.xml                  |   2 +-
 db/linkis_dml.sql                                  |   2 +-
 db/upgrade/1.1.0_schema/mysql/linkis_dml.sql       |   1 +
 .../upgrade/1.1.1_schema/mysql/linkis_dml.sql      |  26 +-
 licenses-binary/LICENSE-aopalliance-repackaged.txt | 759 +++++++++++++++++++++
 licenses-binary/LICENSE-hk2-api.txt                | 759 +++++++++++++++++++++
 licenses-binary/LICENSE-hk2-locator.txt            | 759 +++++++++++++++++++++
 licenses-binary/LICENSE-hk2-utils.txt              | 759 +++++++++++++++++++++
 licenses-binary/LICENSE-jackson-datatype-guava.txt |   8 +
 licenses-binary/LICENSE-jackson-datatype-jdk8.txt  |   8 +
 licenses-binary/LICENSE-jackson-datatype-joda.txt  |   8 +
 .../LICENSE-jackson-datatype-jsr310.txt            |   8 +
 .../LICENSE-jackson-module-paranamer-names.txt     |   8 +
 licenses-binary/LICENSE-jersey-apache-client4.txt  | 759 +++++++++++++++++++++
 licenses-binary/LICENSE-jersey-core.txt            | 759 +++++++++++++++++++++
 licenses-binary/LICENSE-jersey-servlet.txt         | 759 +++++++++++++++++++++
 licenses-binary/LICENSE-osgi-resource-locator.txt  | 759 +++++++++++++++++++++
 linkis-commons/linkis-common/pom.xml               |   5 +-
 linkis-commons/linkis-hadoop-common/pom.xml        |   2 +-
 linkis-commons/linkis-httpclient/pom.xml           |   2 +-
 linkis-commons/linkis-module/pom.xml               |   9 +-
 linkis-commons/linkis-mybatis/pom.xml              |   2 +-
 linkis-commons/linkis-protocol/pom.xml             |   2 +-
 linkis-commons/linkis-rpc/pom.xml                  |   2 +-
 linkis-commons/linkis-scheduler/pom.xml            |   2 +-
 .../scheduler/conf/SchedulerConfiguration.scala    |   4 +-
 .../parallelqueue/ParallelConsumerManager.scala    |   8 +-
 linkis-commons/linkis-storage/pom.xml              |   2 +-
 linkis-commons/pom.xml                             |   2 +-
 .../linkis-cli/linkis-cli-application/pom.xml      |   2 +-
 .../linkis-cli/linkis-cli-common/pom.xml           |   2 +-
 .../linkis-cli/linkis-cli-core/pom.xml             |   2 +-
 .../linkis-client/linkis-cli/pom.xml               |   2 +-
 .../linkis-computation-client/pom.xml              |   2 +-
 .../linkis-computation-governance-common/pom.xml   |   2 +-
 .../governance/common/paser/CodeParser.scala       |  21 +-
 .../common/paser/SQLCodeParserTest.scala           |  56 ++
 .../linkis-engineconn-linux-launch/pom.xml         |   2 +-
 .../linkis-engineconn-manager-core/pom.xml         |   2 +-
 .../linkis-engineconn-manager-server/pom.xml       |   2 +-
 .../linkis-engineconn-manager/pom.xml              |   2 +-
 .../linkis-once-engineconn/pom.xml                 |   2 +-
 .../linkis-streaming-engineconn/pom.xml            |   2 +-
 .../linkis-computation-engineconn/pom.xml          |   2 +-
 .../linkis-engineconn-common/pom.xml               |   2 +-
 .../linkis-engineconn-core/pom.xml                 |   2 +-
 .../accessible-executor/pom.xml                    |   2 +-
 .../callback-service/pom.xml                       |   2 +-
 .../executor-core/pom.xml                          |   2 +-
 .../resource-executor/pom.xml                      |   2 +-
 .../linkis-engineconn/pom.xml                      |   2 +-
 .../linkis-entrance/pom.xml                        |   2 +-
 .../entrance/conf/EntranceConfiguration.scala      |   6 +-
 .../entrance/scheduler/EntranceGroupFactory.scala  |  48 +-
 .../linkis-jdbc-driver/pom.xml                     |   2 +-
 .../linkis-manager/label-common/pom.xml            |   2 +-
 .../linkis-manager/label-manager/pom.xml           |   2 +-
 .../linkis-application-manager/pom.xml             |   2 +-
 .../linkis/manager/am/conf/AMConfiguration.scala   |   2 +-
 .../linkis-manager-common/pom.xml                  |   2 +-
 .../linkis-manager-service-common/pom.xml          |   2 +-
 .../linkis-manager-persistence/pom.xml             |   2 +-
 .../linkis-manager/linkis-resource-manager/pom.xml |   2 +-
 .../resourcemanager/message/RMMessageService.scala |   3 +-
 .../service/impl/DefaultResourceManager.scala      |   1 +
 .../linkis-manager/pom.xml                         |   2 +-
 linkis-computation-governance/pom.xml              |   2 +-
 .../engineconn-plugins/flink/pom.xml               |   3 +-
 .../flink/FlinkEngineConnPlugin.scala              |  17 +-
 .../executor/FlinkSQLComputationExecutor.scala     |   2 +-
 .../engineconn-plugins/hive/pom.xml                |   2 +-
 .../engineconn-plugins/io_file/pom.xml             |   2 +-
 .../engineconn-plugins/jdbc/pom.xml                |   6 +-
 .../jdbc/executer/JDBCEngineConnExecutor.scala     |   2 +
 .../engineconn-plugins/openlookeng/pom.xml         |   4 +-
 .../openlookeng/OpenLooKengECPlugin.scala          |   0
 .../factory/OpenLooKengEngineConnFactory.scala     |   0
 .../engineconn-plugins/pipeline/pom.xml            |   2 +-
 .../engineconn-plugins/python/pom.xml              |   2 +-
 .../engineconn-plugins/shell/pom.xml               |   2 +-
 .../engineconn-plugins/spark/pom.xml               |   5 +-
 .../spark/config/SparkConfiguration.scala          |   2 +-
 .../linkis-engineconn-plugin-cache/pom.xml         |   2 +-
 .../linkis-engineconn-plugin-core/pom.xml          |   2 +-
 .../linkis-engineconn-plugin-loader/pom.xml        |   2 +-
 .../linkis-engineconn-plugin-server/pom.xml        |   2 +-
 linkis-engineconn-plugins/pom.xml                  |   2 +-
 linkis-extensions/linkis-io-file-client/pom.xml    |   2 +-
 linkis-extensions/pom.xml                          |   2 +-
 .../linkis-code-orchestrator/pom.xml               |   2 +-
 .../linkis-computation-orchestrator/pom.xml        |   2 +-
 .../linkis-orchestrator-core/pom.xml               |   2 +-
 .../plugin/linkis-orchestrator-ecm-plugin/pom.xml  |   2 +-
 linkis-orchestrator/pom.xml                        |   2 +-
 .../linkis-bml/linkis-bml-client/pom.xml           |   2 +-
 .../linkis-bml/linkis-bml-common/pom.xml           |   2 +-
 .../linkis-bml/linkis-bml-engine-hook/pom.xml      |   2 +-
 .../linkis-bml/linkis-bml-server/pom.xml           |   2 +-
 linkis-public-enhancements/linkis-bml/pom.xml      |   2 +-
 .../linkis-context-service/linkis-cs-cache/pom.xml |   2 +-
 .../linkis-cs-client/pom.xml                       |   2 +-
 .../linkis-cs-common/pom.xml                       |   2 +-
 .../linkis-cs-highavailable/pom.xml                |   2 +-
 .../linkis-cs-listener/pom.xml                     |   2 +-
 .../linkis-cs-persistence/pom.xml                  |   2 +-
 .../linkis-cs-search/pom.xml                       |   2 +-
 .../linkis-cs-server/pom.xml                       |   2 +-
 .../linkis-context-service/pom.xml                 |   2 +-
 .../linkis-datasource-client/pom.xml               |   2 +-
 .../linkis-datasource-manager/common/pom.xml       |   2 +-
 .../linkis-datasource-manager/server/pom.xml       |   2 +-
 .../linkis-metadata-manager/common/pom.xml         |   2 +-
 .../linkis-metadata-manager/server/pom.xml         |   2 +-
 .../service/elasticsearch/pom.xml                  |   2 +-
 .../linkis-metadata-manager/service/hive/pom.xml   |   2 +-
 .../linkis-metadata-manager/service/kafka/pom.xml  |   2 +-
 .../linkis-metadata-manager/service/mysql/pom.xml  |   2 +-
 .../linkis-datasource/linkis-metadata/pom.xml      |   2 +-
 .../linkis-datasource/pom.xml                      |   2 +-
 .../linkis-configuration/pom.xml                   |   2 +-
 .../linkis-error-code-client/pom.xml               |   2 +-
 .../linkis-error-code-common/pom.xml               |   2 +-
 .../linkis-error-code-server/pom.xml               |   2 +-
 .../linkis-publicservice/linkis-error-code/pom.xml |   2 +-
 .../linkis-instance-label-client/pom.xml           |   2 +-
 .../linkis-instance-label-server/pom.xml           |   2 +-
 .../linkis-publicservice/linkis-jobhistory/pom.xml |   2 +-
 .../linkis-ps-common-lock/pom.xml                  |   2 +-
 .../linkis-storage-script-dev-client/pom.xml       |   2 +-
 .../linkis-storage-script-dev-server/pom.xml       |   2 +-
 .../linkis-udf/linkis-udf-client/pom.xml           |   2 +-
 .../linkis-udf/linkis-udf-common/pom.xml           |   2 +-
 .../linkis-udf/linkis-udf-service/pom.xml          |   2 +-
 .../linkis-publicservice/linkis-variable/pom.xml   |   2 +-
 .../linkis-publicservice/pom.xml                   |   2 +-
 linkis-public-enhancements/pom.xml                 |   2 +-
 .../linkis-service-discovery/linkis-eureka/pom.xml |   3 +-
 .../linkis-gateway-authentication/pom.xml          |   2 +-
 .../linkis-gateway-core/pom.xml                    |   2 +-
 .../gateway/config/GatewayConfiguration.scala      |   3 +-
 .../linkis/gateway/security/GatewaySSOUtils.scala  |   7 +-
 .../linkis-gateway-httpclient-support/pom.xml      |   2 +-
 .../linkis-gateway-server-support/pom.xml          |   3 +-
 .../linkis-spring-cloud-gateway/pom.xml            |   2 +-
 .../linkis-gateway-datasource-ruler/pom.xml        |   2 +-
 .../linkis-service-gateway/pom.xml                 |   2 +-
 linkis-spring-cloud-services/pom.xml               |   2 +-
 pom.xml                                            |  63 +-
 tool/dependencies/known-dependencies.txt           |  66 +-
 web/.env                                           |   2 +-
 153 files changed, 6456 insertions(+), 254 deletions(-)


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