This is an automated email from the ASF dual-hosted git repository.
peacewong pushed a change to branch dev-1.2.0
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git
from 5c961f736 Merge pull request #2172 from apache/master
new 92a25c07e [feture-2140] Unify database connection parameters in JDBC
engine and extract variables.
new c4509d6fa [feture-2140] Fix code formatting issues.
new b31f47688 [feture-2140] Use h2 to improve test cases.
The 3 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:
.../engineplugin/jdbc/ConnectionManager.java | 42 ++++++----
.../jdbc/constant/JDBCEngineConnConstant.java | 25 +++---
.../engineplugin/jdbc/conf/JDBCConfiguration.scala | 4 +-
.../jdbc/executer/JDBCEngineConnExecutor.scala | 20 ++---
.../engineplugin/jdbc/ConnectionManagerTest.java | 90 ++++++++++++++++++++++
.../engineplugin/jdbc/TestConnectionManager.java | 82 --------------------
6 files changed, 138 insertions(+), 125 deletions(-)
copy
linkis-public-enhancements/linkis-context-service/linkis-cs-common/src/main/java/org/apache/linkis/cs/common/entity/data/LinkisJobData.java
=>
linkis-engineconn-plugins/engineconn-plugins/jdbc/src/main/java/org/apache/linkis/manager/engineplugin/jdbc/constant/JDBCEngineConnConstant.java
(51%)
create mode 100644
linkis-engineconn-plugins/engineconn-plugins/jdbc/src/test/java/org/apache/linkis/manager/engineplugin/jdbc/ConnectionManagerTest.java
delete mode 100644
linkis-engineconn-plugins/engineconn-plugins/jdbc/src/test/java/org/apache/linkis/manager/engineplugin/jdbc/TestConnectionManager.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]