[ 
https://issues.apache.org/jira/browse/FELIX-3932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Clement Escoffier resolved FELIX-3932.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: ipojo-runtime-1.10

Dependency filters can now have variables written like ${var}. These 
placeholders are replaced by values found in context-sources. System properties 
and instance configurations are used as context sources. Other sources can be 
exposed as OSGi services.

For instance, this filter (id=${id}) will be computed as (id=2) if a source 
gives id=2. Obviously sources can update values, arrive and leave at anytime.
                
> Allow dependency filter's to get context-source variables
> ---------------------------------------------------------
>
>                 Key: FELIX-3932
>                 URL: https://issues.apache.org/jira/browse/FELIX-3932
>             Project: Felix
>          Issue Type: Improvement
>          Components: iPOJO
>            Reporter: Clement Escoffier
>            Assignee: Clement Escoffier
>             Fix For: ipojo-runtime-1.10
>
>
> Let filters using variable set using a context-source service. Filters will 
> be updated dynamically when the context values change.
> This mechanism already exists in composites.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to