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/linkis.git
from 7d3970c373 improve: universal the version of spark example jar (#5095) new 7ec5ca74ca add run_last_mon variable new ae2e3524d1 For FS opened with public tenants, we should not perform close action new 88eb05dd16 Fix duplicate try login new 3413ce0a4e add default version new 3c8f2aded9 add connection pool keepalive feature new b61c982699 add logs new dd782c7d4e Relieve memory usage new 67bd9bf997 remove akka LICENSE new 0029e6bc9b Fix unit test issue new 300e2d0c20 Dependencs need to reserve akka The 10 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: .../org/apache/linkis/common/utils/Utils.scala | 4 +- .../apache/linkis/common/utils/VariableUtils.scala | 4 + .../src/test/resources/linkis.properties | 4 +- .../linkis/common/conf/ConfigurationTest.scala | 7 + .../linkis/common/utils/VariableUtilsTest.scala | 10 + .../linkis/hadoop/common/conf/HadoopConf.scala | 9 + .../common/entity/HDFSFileSystemContainer.scala | 3 +- .../linkis/hadoop/common/utils/HDFSUtils.scala | 16 +- .../linkis/httpclient/AbstractHttpClient.scala | 2 +- .../AbstractAuthenticationStrategy.scala | 13 +- .../httpclient/authentication/Authentication.scala | 2 + .../linkis/server/conf/ServerConfiguration.scala | 2 +- .../org/apache/linkis/mybatis/DataSourceUtils.java | 16 ++ .../linkis/mybatis/conf/MybatisConfiguration.java | 5 + .../org/apache/linkis/rpc/MessageReceiver.scala | 4 + .../scheduler/conf/SchedulerConfiguration.scala | 4 +- .../org/apache/linkis/scheduler/queue/Job.scala | 13 +- .../queue/fifoqueue/FIFOUserConsumer.scala | 2 + .../parallelqueue/ParallelConsumerManager.scala | 4 +- .../conf/SchedulerConfigurationTest.scala | 3 +- .../licenses/LICENSE-akka-actor_2.11.txt | 212 --------------------- .../licenses/LICENSE-akka-protobuf_2.11.txt | 212 --------------------- .../licenses/LICENSE-akka-slf4j_2.11.txt | 212 --------------------- .../licenses/LICENSE-akka-stream_2.11.txt | 212 --------------------- 24 files changed, 102 insertions(+), 873 deletions(-) delete mode 100644 linkis-dist/release-docs/licenses/LICENSE-akka-actor_2.11.txt delete mode 100644 linkis-dist/release-docs/licenses/LICENSE-akka-protobuf_2.11.txt delete mode 100644 linkis-dist/release-docs/licenses/LICENSE-akka-slf4j_2.11.txt delete mode 100644 linkis-dist/release-docs/licenses/LICENSE-akka-stream_2.11.txt --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@linkis.apache.org For additional commands, e-mail: commits-h...@linkis.apache.org