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.2.0


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.

Reply via email to