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/02/26 01:40:29 UTC

[incubator-linkis] branch dev-1.1.0-datasource updated (b4d45d3 -> 91426c7)

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

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


    from b4d45d3  fix code format
     new b67733d  Adjust email  notifications and protected_branches #1318 (#1324)
     new de4ff9d  remove protected_branches of dev-1.1.1
     new 774b068  Merge pull request #1342 from casionone/master
     new 5bdc922  upgrade xstream due to cve (#1362)
     new dd868ee  upgrade libthrift due to cves (#1363)
     new 2e6b915  Add dist/ to .gitignore. (#1428)
     new f27699a  Merge pull request #1431 from apache/dev-1.1.0-datasource
     new 0a6c012  rm useless file
     new bbb48bf  add shell for generate konwn-dependencies.txt which contains all third-party jar
     new 05371cc  update the list of third-party jar by running 'sh regenerate_konwn_dependencies_txt.sh'
     new a13650c  the git Actions will check whether there are new third dependencies,compared with file(tool/dependencies/known-dependencies.txt)
     new 43c654c  rename to 'third-party dependencies check'
     new af2f0ca  rename filename
     new 2a369f9  add comment
     new 45fc392  add jar "xml-apis-1.3.04.jar"
     new 91426c7  Merge pull request #1536 from iture123/dev-1.3.0

The 1960 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:
 .asf.yaml                                          |  26 +-
 .../workflows/check_third_party_dependencies.yml   |  56 +++
 .gitignore                                         |   1 +
 .../engineconn-plugins/jdbc/pom.xml                |   2 +-
 pom.xml                                            |   2 +-
 tool/dependencies/diff-dependenies.sh              |  38 --
 tool/dependencies/known-dependencies.txt           | 248 ++++++++++--
 .../regenerate_konwn_dependencies_txt.sh           |  15 +-
 tool/dependencies/third-party-dependencies.txt     | 437 ---------------------
 9 files changed, 307 insertions(+), 518 deletions(-)
 create mode 100644 .github/workflows/check_third_party_dependencies.yml
 delete mode 100644 tool/dependencies/diff-dependenies.sh
 copy linkis-commons/linkis-message-scheduler/src/main/resources/META-INF/spring.factories => tool/dependencies/regenerate_konwn_dependencies_txt.sh (61%)
 mode change 100644 => 100755
 delete mode 100644 tool/dependencies/third-party-dependencies.txt

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