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/03 09:14:12 UTC

[shardingsphere-elasticjob-lite] branch master updated (1889c75 -> 03595e6)

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

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


    from 1889c75  Refactor TypedJob (#919)
     add 03595e6  Add init method for TypedJob (#921)

No new revisions were added by this update.

Summary of changes:
 .../lite/api/bootstrap/JobBootstrap.java           |  2 +-
 .../elasticjob/lite/job/TypedJob.java              | 13 +++-------
 .../elasticjob/lite/job/TypedJobFactory.java       | 12 +++++----
 .../elasticjob/lite/job/impl/ScriptJob.java        | 29 +++++++++++-----------
 .../TypedJobFactoryTest.java}                      | 29 +++++++++++-----------
 .../elasticjob/lite/job/fixture/FooTypedJob.java   | 27 ++++++++++++--------
 .../elasticjob/lite/job/impl/ScriptJobTest.java    |  6 ++---
 ...che.shardingsphere.elasticjob.lite.job.TypedJob |  2 +-
 8 files changed, 60 insertions(+), 60 deletions(-)
 copy elastic-job-lite-core/src/test/java/org/apache/shardingsphere/elasticjob/lite/{handler/error/JobErrorHandlerFactoryTest.java => job/TypedJobFactoryTest.java} (58%)
 copy elastic-job-lite-spring/src/test/java/org/apache/shardingsphere/elasticjob/lite/spring/fixture/job/FooSimpleElasticJob.java => elastic-job-lite-core/src/test/java/org/apache/shardingsphere/elasticjob/lite/job/fixture/FooTypedJob.java (70%)
 copy elastic-job-lite-core/src/{main => test}/resources/META-INF/services/org.apache.shardingsphere.elasticjob.lite.job.TypedJob (92%)