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/linkis.git
commit b9ac4e4ed93350012576dbf003b97cc5cb2e2bd9 Merge: b0b57c4eb 8e804ff2e Author: peacewong <[email protected]> AuthorDate: Wed Feb 1 11:43:53 2023 +0800 dev-1.3.1 merge to master dev-1.3.1 merge to master .gitignore | 1 + CONTRIBUTING.md | 2 +- CONTRIBUTING_CN.md | 2 +- docs/info-1.3.1.md | 9 +- .../common/exception/LinkisSecurityException.java | 30 +++ .../apache/linkis/common/utils/SecurityUtils.java | 212 +++++++++++++++++++++ .../linkis/common/utils/SecurityUtilsTest.java | 192 +++++++++++++++++++ linkis-dist/package/conf/linkis.properties | 3 + .../engineplugin/jdbc/utils/JdbcParamUtils.java | 39 ++-- .../jdbc/utils/JdbcParamUtilsTest.java | 73 ++++--- .../query/service/mysql/SqlConnection.java | 34 ++-- .../linkis-gateway-server-support/pom.xml | 8 +- tool/dependencies/known-dependencies.txt | 2 +- 13 files changed, 535 insertions(+), 72 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
