You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by qi...@apache.org on 2021/03/31 12:06:58 UTC

[shardingsphere-elasticjob] branch master updated (ae0249f -> 1faa888)

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

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


    from ae0249f  Merge pull request #1863 from Lucas-307/0330.1618
     new 5edb045  add JobInstanceRegistry
     new 18bb074  optimize JobInstanceRegistry
     new 1faa888  Merge pull request #1864 from Lucas-307/0331.1705

The 2147 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:
 .../infra/pojo/JobConfigurationPOJO.java           |  11 ++-
 .../lite/api/registry/JobInstanceRegistry.java     | 107 +++++++++++++++++++++
 .../lite/api/registry/JobInstanceRegistryTest.java |  72 ++++++++++++++
 3 files changed, 185 insertions(+), 5 deletions(-)
 create mode 100644 elasticjob-lite/elasticjob-lite-core/src/main/java/org/apache/shardingsphere/elasticjob/lite/api/registry/JobInstanceRegistry.java
 create mode 100644 elasticjob-lite/elasticjob-lite-core/src/test/java/org/apache/shardingsphere/elasticjob/lite/api/registry/JobInstanceRegistryTest.java