You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Richard S. Hall (JIRA)" <ji...@apache.org> on 2010/09/15 22:19:36 UTC

[jira] Updated: (FELIX-2548) Resolver should use case sensitive indexing for capabilities

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

Richard S. Hall updated FELIX-2548:
-----------------------------------

    Fix Version/s: framework-3.0.3
                       (was: framework-3.2.0)

> Resolver should use case sensitive indexing for capabilities
> ------------------------------------------------------------
>
>                 Key: FELIX-2548
>                 URL: https://issues.apache.org/jira/browse/FELIX-2548
>             Project: Felix
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: framework-3.0.2
>            Reporter: Richard S. Hall
>            Assignee: Richard S. Hall
>            Priority: Minor
>             Fix For: framework-3.0.3
>
>
> The resolver uses a CapabilitySet to index package and bundle capabilities. The service registry also uses a CapabilitySet to index services. Since the service registry requires case insensitive indexing, the CapabilitySet was changed to index in a case insensitive way, which ulimately means that the resolver does too as a result of the change. This doesn't really make sense. CapabilitySet should be modified to take a parameter to indicate whether key comparison is case sensitive or not.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.