You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2020/07/27 03:29:16 UTC

[shardingsphere-elasticjob] branch master updated (b536296 -> 0177fd5)

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

zhangyonglun pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob.git.


    from b536296  Update documents for SnapshotService configuration via Spring Boot Starter (#1273)
     new 305d5b9  move cloud-scheduler assembly to distribution module
     new c1694a1  Merge branch 'master' of https://github.com/apache/shardingsphere-elasticjob
     new aadfa7e  Merge branch 'master' of https://github.com/apache/shardingsphere-elastic-job-lite
     new 6fb55ec  add LICENSE and NOTICE files to cloud-scheduler
     new 0177fd5  Merge pull request #1278 from tuohai666/master

The 1869 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:
 ...sticjob-cloud-scheduler-binary-distribution.xml |   7 +
 .../src/main/release-docs/LICENSE                  | 123 +++-
 .../src/main/release-docs/NOTICE                   | 487 ++++++++++++++++
 .../src/main/release-docs/licenses/LICENSE-asm.txt |  26 +
 .../licenses/LICENSE-checker-framework.txt         | 414 +++++++++++++
 .../release-docs/licenses/LICENSE-hamcrest.txt     |  27 +
 .../main/release-docs/licenses/LICENSE-jakarta.txt | 637 +++++++++++++++++++++
 .../licenses/LICENSE-jcl-over-slf4j.txt            |  24 +
 .../release-docs/licenses/LICENSE-jul-to-slf4j.txt |  24 +
 .../main/release-docs/licenses/LICENSE-junit.txt   | 213 +++++++
 .../main/release-docs/licenses/LICENSE-logback.txt |  14 +
 .../licenses/LICENSE-mchange-commons.txt           | 212 +++++++
 .../main/release-docs/licenses/LICENSE-mockito.txt |  21 +
 .../main/release-docs/licenses/LICENSE-slf4j.txt   |  24 +
 .../main/release-docs/licenses/LICENSE-xmlunit.txt |  35 ++
 elasticjob-distribution/pom.xml                    |   1 +
 16 files changed, 2286 insertions(+), 3 deletions(-)
 copy LICENSE => elasticjob-distribution/elasticjob-cloud-scheduler-distribution/src/main/release-docs/LICENSE (56%)
 create mode 100644 elasticjob-distribution/elasticjob-cloud-scheduler-distribution/src/main/release-docs/NOTICE
 create mode 100644 elasticjob-distribution/elasticjob-cloud-scheduler-distribution/src/main/release-docs/licenses/LICENSE-asm.txt
 create mode 100644 elasticjob-distribution/elasticjob-cloud-scheduler-distribution/src/main/release-docs/licenses/LICENSE-checker-framework.txt
 create mode 100644 elasticjob-distribution/elasticjob-cloud-scheduler-distribution/src/main/release-docs/licenses/LICENSE-hamcrest.txt
 create mode 100644 elasticjob-distribution/elasticjob-cloud-scheduler-distribution/src/main/release-docs/licenses/LICENSE-jakarta.txt
 create mode 100644 elasticjob-distribution/elasticjob-cloud-scheduler-distribution/src/main/release-docs/licenses/LICENSE-jcl-over-slf4j.txt
 create mode 100644 elasticjob-distribution/elasticjob-cloud-scheduler-distribution/src/main/release-docs/licenses/LICENSE-jul-to-slf4j.txt
 create mode 100644 elasticjob-distribution/elasticjob-cloud-scheduler-distribution/src/main/release-docs/licenses/LICENSE-junit.txt
 create mode 100644 elasticjob-distribution/elasticjob-cloud-scheduler-distribution/src/main/release-docs/licenses/LICENSE-logback.txt
 create mode 100644 elasticjob-distribution/elasticjob-cloud-scheduler-distribution/src/main/release-docs/licenses/LICENSE-mchange-commons.txt
 create mode 100644 elasticjob-distribution/elasticjob-cloud-scheduler-distribution/src/main/release-docs/licenses/LICENSE-mockito.txt
 create mode 100644 elasticjob-distribution/elasticjob-cloud-scheduler-distribution/src/main/release-docs/licenses/LICENSE-slf4j.txt
 create mode 100644 elasticjob-distribution/elasticjob-cloud-scheduler-distribution/src/main/release-docs/licenses/LICENSE-xmlunit.txt