GitHub user skahmann opened a pull request:

    https://github.com/apache/felix/pull/54

    Fix capability key case

    RequirementImpl is not matching Capabilities because it is using a filter 
that ignores case. The Filter lowercases the keys, but this is also not done 
when trying to match them.
    
    Merge PR 52 https://github.com/apache/felix/pull/52 first.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/skahmann/felix fix_capability_key_case

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/felix/pull/54.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #54
    
----
commit 4a3d437418a6b5a47ca4f3a3ae695f0ad8f724fa
Author: Stephen Kahmann <stephen.kahm...@inovexcorp.com>
Date:   2016-02-24T00:11:11Z

    Updated DataModelHelperImpl to support Provide-Capability and added test

commit c67c5019f356045db5262eba8228e5bf8d4563d6
Author: Stephen Kahmann <stephen.kahm...@inovexcorp.com>
Date:   2016-02-24T00:13:29Z

    Added test case for Spec OBR index for Provide-Capability

commit b1f6232ad713432f1c88636fa59fe63600a3ba99
Author: Stephen Kahmann <stephen.kahm...@inovexcorp.com>
Date:   2016-02-24T01:59:29Z

    Fix for capability key not matching because of case. And test

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to