You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@celix.apache.org by GitBox <gi...@apache.org> on 2021/12/17 07:06:07 UTC

[GitHub] [celix] jermus67 commented on pull request #385: Added support functions for filters to check for attribute keys that …

jermus67 commented on pull request #385:
URL: https://github.com/apache/celix/pull/385#issuecomment-996486227


   The idea with this PR is to add support functions that can be used when processing filters when instantiating services in 'service on demand' admins. The two checks that are needed in my current admin are:
   - does the filter contain a statement that the matching service must have a certain property with a specific value
   - does the filter contain a statement that the matching service must _not_ have a certain property, regardless of its value.
   
   I think the current PR is close, but not completely there yet.


-- 
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 the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@celix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org