Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ModuleCapability/ModuleRequirement hashcode/equals according to API #296

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 22, 2024

  1. Fix ModuleCapability/ModuleRequirement hashcode/equals according to API

    The API of Capability/Requirement currently defines the contract to be:
    This Capability/Requirement is equal to another Capability/Requirement
    if they have the same namespace, directives and attributes and are
    declared by the same resource.
    
    But Felix currently implements hashCode/equals in terms of object
    identity.
    Christoph Läubrich committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    216b32c View commit details
    Browse the repository at this point in the history