You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by pa...@apache.org on 2020/07/02 12:42:52 UTC

[shardingsphere-elasticjob-lite] branch master updated (a9a694c -> 0edf580)

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

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


    from a9a694c  Move job to api.type package (#899)
     new 736bb46  #808, Update non front-end files
     new 1f1e1e7  #808, Update non front-end files
     new 872eef4  Merge branch 'master' of https://github.com/apache/shardingsphere-elastic-job-lite
     new 50232c5  Merge branch 'master' of https://github.com/apache/shardingsphere-elastic-job-lite
     new 5eed0a5  update copyright for scripts
     new f1e75ad  Merge branch 'master' of https://github.com/apache/shardingsphere-elastic-job-lite
     new 4a5de87  add NOTICE file
     new 0edf580  Merge pull request #900 from tuohai666/master

The 1578 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:
 NOTICE                                                 |  5 +++++
 .../lite/console/dao/statistics/StatisticInterval.java |  2 +-
 .../src/main/resources/bin/start.bat                   | 17 +++++++++++++++++
 .../src/main/resources/bin/start.sh                    | 17 +++++++++++++++++
 .../src/main/resources/console/index.html              |  3 ++-
 .../lite/console/dao/search/RDBJobEventSearchTest.java |  2 +-
 .../lite/executor/type/impl/DataflowJobExecutor.java   |  2 +-
 .../lite/executor/type/impl/ScriptJobExecutor.java     |  2 +-
 .../lite/executor/type/impl/SimpleJobExecutor.java     |  2 +-
 .../elasticjob/lite/handler/error/JobErrorHandler.java |  2 +-
 .../lite/handler/error/JobErrorHandlerFactory.java     |  2 +-
 .../lite/handler/error/impl/IgnoreJobErrorHandler.java |  2 +-
 .../lite/handler/error/impl/LogJobErrorHandler.java    |  2 +-
 .../lite/handler/error/impl/ThrowJobErrorHandler.java  |  2 +-
 .../elasticjob/lite/handler/sharding/JobInstance.java  |  2 +-
 .../lite/handler/sharding/JobShardingStrategy.java     |  2 +-
 .../handler/sharding/JobShardingStrategyFactory.java   |  2 +-
 .../impl/AverageAllocationJobShardingStrategy.java     |  2 +-
 .../impl/OdevitySortByNameJobShardingStrategy.java     |  2 +-
 .../impl/RoundRobinByNameJobShardingStrategy.java      |  2 +-
 .../handler/threadpool/JobExecutorServiceHandler.java  |  2 +-
 .../threadpool/JobExecutorServiceHandlerFactory.java   |  2 +-
 .../impl/CPUUsageJobExecutorServiceHandler.java        |  2 +-
 .../impl/SingleThreadJobExecutorServiceHandler.java    |  2 +-
 .../shardingsphere/elasticjob/lite/spi/TypedSPI.java   |  2 +-
 ...phere.elasticjob.lite.handler.error.JobErrorHandler |  2 +-
 ...lasticjob.lite.handler.sharding.JobShardingStrategy |  2 +-
 ...b.lite.handler.threadpool.JobExecutorServiceHandler |  2 +-
 .../executor/type/impl/DataflowJobExecutorTest.java    |  2 +-
 .../lite/executor/type/impl/ElasticJobVerify.java      |  2 +-
 .../lite/executor/type/impl/ScriptJobExecutorTest.java |  2 +-
 .../lite/executor/type/impl/SimpleJobExecutorTest.java |  2 +-
 .../lite/executor/type/impl/WrongJobExecutorTest.java  |  2 +-
 .../lite/handler/error/JobErrorHandlerFactoryTest.java |  2 +-
 .../handler/error/impl/IgnoreJobErrorHandlerTest.java  |  2 +-
 .../handler/error/impl/LogJobErrorHandlerTest.java     |  2 +-
 .../handler/error/impl/ThrowJobErrorHandlerTest.java   |  2 +-
 .../lite/handler/sharding/JobInstanceTest.java         |  2 +-
 .../sharding/JobShardingStrategyFactoryTest.java       |  2 +-
 .../impl/AverageAllocationJobShardingStrategyTest.java |  2 +-
 .../impl/OdevitySortByNameJobShardingStrategyTest.java |  2 +-
 .../RotateServerByNameJobShardingStrategyTest.java     |  2 +-
 .../JobExecutorServiceHandlerFactoryTest.java          |  2 +-
 .../elasticjob/lite/util/ReflectionUtils.java          |  2 +-
 .../src/test/resources/script/test.bat                 | 17 +++++++++++++++++
 .../src/test/resources/script/test.sh                  | 17 +++++++++++++++++
 .../elastic-job-lite-tracing-api/pom.xml               |  2 +-
 .../elasticjob/lite/tracing/JobEventBus.java           |  2 +-
 .../lite/tracing/api/TracingConfiguration.java         |  2 +-
 .../elasticjob/lite/tracing/event/JobEvent.java        |  2 +-
 .../exception/TracingConfigurationException.java       |  2 +-
 .../lite/tracing/listener/TracingListener.java         |  2 +-
 .../elasticjob/lite/tracing/JobEventBusTest.java       |  2 +-
 .../lite/tracing/event/JobExecutionEventTest.java      |  2 +-
 .../src/test/resources/logback-test.xml                |  2 +-
 .../elastic-job-lite-tracing-rdb/pom.xml               |  2 +-
 .../lite/tracing/rdb/listener/RDBTracingListener.java  |  2 +-
 .../rdb/listener/RDBTracingListenerConfiguration.java  |  2 +-
 .../lite/tracing/rdb/storage/RDBJobEventStorage.java   |  2 +-
 .../listener/RDBTracingListenerConfigurationTest.java  |  2 +-
 .../tracing/rdb/listener/RDBTracingListenerTest.java   |  2 +-
 .../tracing/rdb/storage/RDBJobEventStorageTest.java    |  2 +-
 .../src/test/resources/logback-test.xml                |  2 +-
 elastic-job-lite-tracing/pom.xml                       |  2 +-
 examples/elastic-job-example-embed-zk/pom.xml          | 17 +++++++++++++++++
 examples/elastic-job-example-jobs/pom.xml              | 18 ++++++++++++++++++
 examples/elastic-job-example-lite-java/pom.xml         | 17 +++++++++++++++++
 .../src/main/resources/logback.xml                     | 17 +++++++++++++++++
 .../src/main/resources/script/demo.bat                 | 17 +++++++++++++++++
 .../src/main/resources/script/demo.sh                  | 17 +++++++++++++++++
 examples/elastic-job-example-lite-spring/pom.xml       | 17 +++++++++++++++++
 .../src/main/resources/META-INF/applicationContext.xml | 17 +++++++++++++++++
 .../src/main/resources/conf/job.properties             | 17 +++++++++++++++++
 .../src/main/resources/conf/reg.properties             | 17 +++++++++++++++++
 .../src/main/resources/logback.xml                     | 17 +++++++++++++++++
 .../src/main/resources/script/demo.bat                 | 17 +++++++++++++++++
 .../src/main/resources/script/demo.sh                  | 17 +++++++++++++++++
 examples/elastic-job-example-lite-springboot/pom.xml   | 17 +++++++++++++++++
 .../src/main/resources/logback.xml                     | 17 +++++++++++++++++
 examples/pom.xml                                       | 17 +++++++++++++++++
 pom.xml                                                |  2 --
 81 files changed, 406 insertions(+), 61 deletions(-)
 create mode 100644 NOTICE