Re: [DISCUSS] Different options on how to move on with system ready checks

2019-03-04 Thread Christian Schneider
I agree to move the systemready checks into felix health checks and deprecate the system ready module. I can do the migration. For root cause I prefer to leave it as its own module for now. We can still move it at a later time if we find a better home for it. Christian Am Mo., 4. März 2019 um 1

Re: [DISCUSS] Different options on how to move on with system ready checks

2019-03-04 Thread Georg Henzler
What about all the whiteboards; and CDI (akin to DS)? So health checks are following the whiteboard pattern (same as it was in Sling), the HC executor takes any registered HealthCheck services into account. Dependency injection with DS is naturally supported with @Reference. Any other techniq

Re: [DISCUSS] Different options on how to move on with system ready checks

2019-03-04 Thread Raymond Auge
I still haven't had a chance to look deeply into HC yet so please take my comments with that consideration. What about all the whiteboards; and CDI (akin to DS)? How are their status' handled here and how would it affect your suggested breakdown? Sincerely, - Ray On Mon, Mar 4, 2019 at 11:19 AM

[DISCUSS] Different options on how to move on with system ready checks

2019-03-04 Thread Georg Henzler
Hi all, I have created a patch to implement system ready with HCs some time ago [1] and I would like to continue with this now that the API/core is released. There are different options on how to move on: 1a. Leave system ready as own module and just use the HC API (that's what the curren

Re: Documentation for Apache Felix Health Checks

2019-03-04 Thread Georg Henzler
Hi, I eventually got around to fix up the documentation [1]. Feedback is welcome - I'm not sure if I did everything right. Best Regards Georg [1] https://github.com/apache/felix/blob/trunk/healthcheck/README.md http://felix.apache.org/documentation/subprojects/apache-felix-healthchecks.html <

[jira] [Resolved] (FELIX-6078) Add an option to silently ignore some project types instead of displaying a warning

2019-03-04 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-6078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved FELIX-6078. Resolution: Fixed Committing to https://svn.apache.org/repos/asf/felix/trunk ... M

[jira] [Created] (FELIX-6078) Add an option to silently ignore some project types instead of displaying a warning

2019-03-04 Thread Guillaume Nodet (JIRA)
Guillaume Nodet created FELIX-6078: -- Summary: Add an option to silently ignore some project types instead of displaying a warning Key: FELIX-6078 URL: https://issues.apache.org/jira/browse/FELIX-6078

[jira] [Commented] (FELIX-6047) Delegate timezone and date format properties to Jetty

2019-03-04 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-6047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16783216#comment-16783216 ] Carsten Ziegeler commented on FELIX-6047: - [~Ponziani] It's there : http://repo1

[jira] [Commented] (FELIX-6047) Delegate timezone and date format properties to Jetty

2019-03-04 Thread Steven Huypens (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-6047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16783219#comment-16783219 ] Steven Huypens commented on FELIX-6047: --- Thanks, I was looking at  https://mvnrepos

[jira] [Commented] (FELIX-6047) Delegate timezone and date format properties to Jetty

2019-03-04 Thread Steven Huypens (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-6047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16783183#comment-16783183 ] Steven Huypens commented on FELIX-6047: --- Thanks for merging [~cziegeler], but I can

[jira] [Commented] (FELIX-6072) prevent NullPointerException in Healthcheck ScriptEnginesTracker

2019-03-04 Thread Georg Henzler (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-6072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16783128#comment-16783128 ] Georg Henzler commented on FELIX-6072: -- [~rakeshk15] I'll call for a release for thi