[GitHub] felix pull request: FELIX-5196 - Fix capability key case

2016-04-19 Thread skahmann
Github user skahmann closed the pull request at: https://github.com/apache/felix/pull/54 --- 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

[GitHub] felix pull request: Obr capability attribute fix

2016-03-01 Thread skahmann
Github user skahmann closed the pull request at: https://github.com/apache/felix/pull/52 --- 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

[GitHub] felix pull request: Fix capability key case

2016-02-24 Thread skahmann
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

[GitHub] felix pull request: Fix Provide-Capability

2016-02-23 Thread skahmann
GitHub user skahmann opened a pull request: https://github.com/apache/felix/pull/53 Fix Provide-Capability Capabilities provided using `Provide-Capability` were not being added to Resources. Added the functionality and some test cases You can merge this pull request into a Git

[GitHub] felix pull request: Obr capability attribute fix

2016-02-17 Thread skahmann
GitHub user skahmann opened a pull request: https://github.com/apache/felix/pull/52 Obr capability attribute fix Fix for https://issues.apache.org/jira/browse/FELIX-5189 You can merge this pull request into a Git repository by running: $ git pull https://github.com/skahmann

[GitHub] felix pull request: Resource exception fix

2015-12-07 Thread skahmann
Github user skahmann closed the pull request at: https://github.com/apache/felix/pull/42 --- 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

[GitHub] felix pull request: Fixed ClassCastException caused by local resou...

2015-11-30 Thread skahmann
GitHub user skahmann opened a pull request: https://github.com/apache/felix/pull/44 Fixed ClassCastException caused by local resources * Separated commits for exception fix and code cleanup You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] felix pull request: Resource exception fix

2015-11-24 Thread skahmann
GitHub user skahmann opened a pull request: https://github.com/apache/felix/pull/42 Resource exception fix You can merge this pull request into a Git repository by running: $ git pull https://github.com/skahmann/felix resource_exception_fix Alternatively you can review