[jira] [Resolved] (FELIX-6291) Provide a Gogo shell command for health checks

2020-06-30 Thread Georg Henzler (Jira)
[ https://issues.apache.org/jira/browse/FELIX-6291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Georg Henzler resolved FELIX-6291. -- Resolution: Fixed > Provide a Gogo shell command for health checks > --

[jira] [Commented] (FELIX-6291) Provide a Gogo shell command for health checks

2020-06-30 Thread Georg Henzler (Jira)
[ https://issues.apache.org/jira/browse/FELIX-6291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17148850#comment-17148850 ] Georg Henzler commented on FELIX-6291: -- Fixed in [2de7b659f181fd72135|https://githu

[jira] [Updated] (FELIX-6291) Provide a Gogo shell command for health checks

2020-06-30 Thread Georg Henzler (Jira)
[ https://issues.apache.org/jira/browse/FELIX-6291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Georg Henzler updated FELIX-6291: - Component/s: Health Checks > Provide a Gogo shell command for health checks > ---

[jira] [Created] (FELIX-6291) Provide a Gogo shell command for health checks

2020-06-30 Thread Georg Henzler (Jira)
Georg Henzler created FELIX-6291: Summary: Provide a Gogo shell command for health checks Key: FELIX-6291 URL: https://issues.apache.org/jira/browse/FELIX-6291 Project: Felix Issue Type: New

[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 boo

[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 org.apac

[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 org.apa

[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 org.apac

[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 org.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_r447605485 ## File path: healthcheck/core/src/main/java/org/apache/felix/hc/core/impl/executor/async/cron/CronScheduler.java ## @@ -0,0 +1,170 @@ +package org.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_r447604922 ## File path: healthcheck/core/src/main/java/org/apache/felix/hc/core/impl/executor/async/AsyncHealthCheckExecutor.java ## @@ -138,13 +135,7 @@ private boo

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

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

[jira] [Updated] (FELIX-6265) Replacement of Quartz Scheduler with lightweight cron scheduler

2020-06-30 Thread Amit Mondal (Jira)
[ https://issues.apache.org/jira/browse/FELIX-6265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amit Mondal updated FELIX-6265: --- Labels: pull-request-available (was: ) > Replacement of Quartz Scheduler with lightweight cron sched

[GitHub] [felix-dev] amitjoy closed pull request #13: [HealthCheck] Fixed Warnings and Introduced Minor Code Refactorings

2020-06-30 Thread GitBox
amitjoy closed pull request #13: URL: https://github.com/apache/felix-dev/pull/13 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to th

[jira] [Updated] (FELIX-6246) Remove dependency to commons lang

2020-06-30 Thread Georg Henzler (Jira)
[ https://issues.apache.org/jira/browse/FELIX-6246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Georg Henzler updated FELIX-6246: - Fix Version/s: healthcheck.core 2.0.8 healthcheck.generalchecks 2.0.6

[jira] [Resolved] (FELIX-6246) Remove dependency to commons lang

2020-06-30 Thread Georg Henzler (Jira)
[ https://issues.apache.org/jira/browse/FELIX-6246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Georg Henzler resolved FELIX-6246. -- Resolution: Fixed > Remove dependency to commons lang > - > >

[jira] [Updated] (FELIX-6246) Remove dependency to commons lang

2020-06-30 Thread Georg Henzler (Jira)
[ https://issues.apache.org/jira/browse/FELIX-6246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Georg Henzler updated FELIX-6246: - Affects Version/s: healthcheck.webconsole 2.0.0 healthcheck.generalchecks 2

[jira] [Commented] (FELIX-6246) Remove dependency to commons lang

2020-06-30 Thread Georg Henzler (Jira)
[ https://issues.apache.org/jira/browse/FELIX-6246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17148472#comment-17148472 ] Georg Henzler commented on FELIX-6246: -- Fixed in [28fc43b766216cfa|https://github.c

[jira] [Commented] (FELIX-6289) Make dependency to Servlet API optional

2020-06-30 Thread Georg Henzler (Jira)
[ https://issues.apache.org/jira/browse/FELIX-6289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17148471#comment-17148471 ] Georg Henzler commented on FELIX-6289: -- Fixed in [d53c738140e14a9ce34e3|https://git

[jira] [Resolved] (FELIX-6289) Make dependency to Servlet API optional

2020-06-30 Thread Georg Henzler (Jira)
[ https://issues.apache.org/jira/browse/FELIX-6289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Georg Henzler resolved FELIX-6289. -- Resolution: Fixed > Make dependency to Servlet API optional > -

[GitHub] [felix-dev] ghenzler commented on pull request #11: [FELIX-6246] Packaged External Library Packages inside referenced Health Check Bundles

2020-06-30 Thread GitBox
ghenzler commented on pull request #11: URL: https://github.com/apache/felix-dev/pull/11#issuecomment-651636553 I did some tests and we are able to remove commons lang completely. It's a bit of work but makes the most sense here. Closing this PR ---

[GitHub] [felix-dev] ghenzler closed pull request #11: [FELIX-6246] Packaged External Library Packages inside referenced Health Check Bundles

2020-06-30 Thread GitBox
ghenzler closed pull request #11: URL: https://github.com/apache/felix-dev/pull/11 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to t

[jira] [Work started] (FELIX-6246) Remove dependency to commons lang

2020-06-30 Thread Georg Henzler (Jira)
[ https://issues.apache.org/jira/browse/FELIX-6246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on FELIX-6246 started by Georg Henzler. > Remove dependency to commons lang > - > >

[jira] [Assigned] (FELIX-6246) Remove dependency to commons lang

2020-06-30 Thread Georg Henzler (Jira)
[ https://issues.apache.org/jira/browse/FELIX-6246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Georg Henzler reassigned FELIX-6246: Assignee: Georg Henzler > Remove dependency to commons lang >

[jira] [Updated] (FELIX-6246) Remove dependency to commons lang

2020-06-30 Thread Georg Henzler (Jira)
[ https://issues.apache.org/jira/browse/FELIX-6246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Georg Henzler updated FELIX-6246: - Description: For small IoT devices, it would definitely matter if someone needs to introduce Apa

[jira] [Updated] (FELIX-6246) Remove dependency to commons lang

2020-06-30 Thread Georg Henzler (Jira)
[ https://issues.apache.org/jira/browse/FELIX-6246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Georg Henzler updated FELIX-6246: - Summary: Remove dependency to commons lang (was: Package External Utility Packages inside refere

[GitHub] [felix-dev] amitjoy opened a new pull request #29: [FELIX-6265] Replaced Quartz with custom Cron Scheduler

2020-06-30 Thread GitBox
amitjoy opened a new pull request #29: URL: https://github.com/apache/felix-dev/pull/29 Fixed https://issues.apache.org/jira/browse/FELIX-6265 Signed-off-by: Amit Kumar Mondal This is an automated message from the Apa