You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Georg Henzler (Jira)" <ji...@apache.org> on 2020/03/27 19:59:00 UTC

[jira] [Comment Edited] (FELIX-6245) Allow to depend on a health status of a given tag like e.g. "systemready" via service dependency

    [ https://issues.apache.org/jira/browse/FELIX-6245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17068865#comment-17068865 ] 

Georg Henzler edited comment on FELIX-6245 at 3/27/20, 7:58 PM:
----------------------------------------------------------------

Created 
* https://github.com/apache/felix-dev/compare/feature/FELIX-6245-condition-service-interfaces as suggestion for the condition interfaces Healthy, Unhealthy and SystemReady (special case of Healthy that is so common that it deserves its own interface IMHO)
** Those interfaces can easily extend interface Condition from RFC (once this is publicly available)
* FELIX-6250 to handle the mechanics behind the service interfaces 


was (Author: henzlerg):
Created 
* https://github.com/apache/felix-dev/compare/feature/FELIX-6245-condition-service-interfaces as suggestion for the condition interfaces Healthy, Unhealthy and SystemReady (special case of Healthy that is so common that it deserves its own interface IMHO)
** Those interface can easily extend interface Condition from RFC (once this is publicly available)
* FELIX-6250 to handle the mechanics behind the service interfaces 

> Allow to depend on a health status of a given tag like e.g. "systemready" via service dependency
> ------------------------------------------------------------------------------------------------
>
>                 Key: FELIX-6245
>                 URL: https://issues.apache.org/jira/browse/FELIX-6245
>             Project: Felix
>          Issue Type: New Feature
>          Components: Health Checks
>            Reporter: Georg Henzler
>            Assignee: Georg Henzler
>            Priority: Major
>
> It should be possible to depend on a certain HC status (e.g. OK) for a given tag (e.g. "systemready") via an OSGi service dependency when using a component framework like SCR.
> The solution should be aligned with the Condition Service specification that is currently in Draft status: https://github.com/osgi/design/blob/master/rfcs/rfc0242/rfc-0242-Condition-Service.pdf 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)