[GitHub] [felix-dev] amitjoy commented on a change in pull request #29: [FELIX-6265] Replaced Quartz with custom Cron Scheduler

2020-06-30 Thread GitBox
amitjoy commented on a change in pull request #29: URL: https://github.com/apache/felix-dev/pull/29#discussion_r447607678 ## File path: healthcheck/core/src/main/java/org/apache/felix/hc/core/impl/executor/async/AsyncHealthCheckExecutor.java ## @@ -138,13 +135,7 @@ private

[GitHub] [felix-dev] amitjoy commented on a change in pull request #29: [FELIX-6265] Replaced Quartz with custom Cron Scheduler

2020-06-30 Thread GitBox
amitjoy commented on a change in pull request #29: URL: https://github.com/apache/felix-dev/pull/29#discussion_r447607309 ## File path: healthcheck/core/src/main/java/org/apache/felix/hc/core/impl/scheduling/AsyncCronJob.java ## @@ -0,0 +1,97 @@ +/* + * Licensed to the Apache

[GitHub] [felix-dev] amitjoy commented on a change in pull request #29: [FELIX-6265] Replaced Quartz with custom Cron Scheduler

2020-06-30 Thread GitBox
amitjoy commented on a change in pull request #29: URL: https://github.com/apache/felix-dev/pull/29#discussion_r447607038 ## File path: healthcheck/core/src/main/java/org/apache/felix/hc/core/impl/scheduling/AsyncCronJob.java ## @@ -0,0 +1,97 @@ +/* + * Licensed to the Apache

[GitHub] [felix-dev] amitjoy commented on a change in pull request #29: [FELIX-6265] Replaced Quartz with custom Cron Scheduler

2020-06-30 Thread GitBox
amitjoy commented on a change in pull request #29: URL: https://github.com/apache/felix-dev/pull/29#discussion_r447606629 ## File path: healthcheck/core/src/main/java/org/apache/felix/hc/core/impl/executor/async/cron/CronSchedulerTask.java ## @@ -0,0 +1,53 @@ +package

[GitHub] [felix-dev] amitjoy commented on a change in pull request #29: [FELIX-6265] Replaced Quartz with custom Cron Scheduler

2020-06-30 Thread GitBox
amitjoy commented on a change in pull request #29: URL: https://github.com/apache/felix-dev/pull/29#discussion_r447606804 ## File path: healthcheck/core/src/test/java/org/apache/felix/hc/core/impl/executor/async/cron/CronSchedulerTest.java ## @@ -0,0 +1,114 @@ +package

[GitHub] [felix-dev] amitjoy commented on a change in pull request #29: [FELIX-6265] Replaced Quartz with custom Cron Scheduler

2020-06-30 Thread GitBox
amitjoy commented on a change in pull request #29: URL: https://github.com/apache/felix-dev/pull/29#discussion_r447606331 ## File path: healthcheck/core/src/main/java/org/apache/felix/hc/core/impl/scheduling/AsyncCronJob.java ## @@ -0,0 +1,97 @@ +/* + * Licensed to the Apache

[GitHub] [felix-dev] amitjoy commented on a change in pull request #29: [FELIX-6265] Replaced Quartz with custom Cron Scheduler

2020-06-30 Thread GitBox
amitjoy commented on a change in pull request #29: URL: https://github.com/apache/felix-dev/pull/29#discussion_r447605674 ## File path: healthcheck/core/src/main/java/org/apache/felix/hc/core/impl/executor/async/cron/CronSchedulerTask.java ## @@ -0,0 +1,53 @@ +package

[GitHub] [felix-dev] amitjoy commented on a change in pull request #29: [FELIX-6265] Replaced Quartz with custom Cron Scheduler

2020-06-30 Thread GitBox
amitjoy commented on a change in pull request #29: URL: https://github.com/apache/felix-dev/pull/29#discussion_r447605392 ## File path: healthcheck/core/src/main/java/org/apache/felix/hc/core/impl/executor/async/cron/CronScheduler.java ## @@ -0,0 +1,170 @@ +package

[GitHub] [felix-dev] amitjoy commented on a change in pull request #29: [FELIX-6265] Replaced Quartz with custom Cron Scheduler

2020-06-30 Thread GitBox
amitjoy commented on a change in pull request #29: URL: https://github.com/apache/felix-dev/pull/29#discussion_r447605485 ## File path: healthcheck/core/src/main/java/org/apache/felix/hc/core/impl/executor/async/cron/CronScheduler.java ## @@ -0,0 +1,170 @@ +package

[GitHub] [felix-dev] amitjoy commented on a change in pull request #29: [FELIX-6265] Replaced Quartz with custom Cron Scheduler

2020-06-30 Thread GitBox
amitjoy commented on a change in pull request #29: URL: https://github.com/apache/felix-dev/pull/29#discussion_r447604922 ## File path: healthcheck/core/src/main/java/org/apache/felix/hc/core/impl/executor/async/AsyncHealthCheckExecutor.java ## @@ -138,13 +135,7 @@ private