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

Bug 552722 design Registry for lic.api RequirementResolvers #185

Merged
merged 2 commits into from
Apr 6, 2020

Conversation

eparovyshnaya
Copy link
Contributor

  • ResolvedRequirementsRegistry interface is invited to host the
    registry
  • EquinoxResolvedRequirementsRegistry OSGi-based implementation is
    created to exploit OSGi DI and autowiring
  • EquinoxFramework supplies the registry
  • EquinoxFrameworkSupplierTest tests the runtime availability of the
    framework, the ResolvedRequirements registry and both our predefined
    implementations (BundleRequirements and `ComponentRequirement)

Signed-off-by: elena.parovyshnaya [email protected]

 - `ResolvedRequirementsRegistry` interface is invited to host the
registry
 - `EquinoxResolvedRequirementsRegistry` OSGi-based implementation is
created to exploit OSGi DI and autowiring
 - `EquinoxFramework` supplies the registry
 - `EquinoxFrameworkSupplierTest` tests the runtime availability of the
framework, the ResolvedRequirements registry and both our predefined
implementations (`BundleRequirements` and `ComponentRequirement)

Signed-off-by: elena.parovyshnaya <[email protected]>
 - add license headers to new files

Signed-off-by: elena.parovyshnaya <[email protected]>
@eparovyshnaya eparovyshnaya requested a review from ruspl-afed April 6, 2020 07:21
@codecov
Copy link

codecov bot commented Apr 6, 2020

Codecov Report

Merging #185 into master will decrease coverage by 0.02%.
The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##             master    #185      +/-   ##
===========================================
- Coverage      9.18%   9.15%   -0.03%     
  Complexity      105     105              
===========================================
  Files           505     507       +2     
  Lines         13799   13833      +34     
  Branches       1126    1128       +2     
===========================================
  Hits           1267    1267              
- Misses        12497   12531      +34     
  Partials         35      35              
Impacted Files Coverage Δ Complexity Δ
...c/org/eclipse/passage/lic/internal/api/Access.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
.../lic/equinox/requirements/EquinoxRequirements.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
...passage/lic/internal/equinox/EquinoxFramework.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...e/passage/lic/internal/equinox/EquinoxPassage.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...l/equinox/EquinoxResolvedRequirementsRegistry.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...assage/lic/internal/equinox/FrameworkSupplier.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...age/lic/internal/equinox/i18n/EquinoxMessages.java 0.00% <ø> (ø) 0.00 <0.00> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6316912...0a9238e. Read the comment docs.

@eparovyshnaya eparovyshnaya merged commit 40fcad2 into master Apr 6, 2020
@eparovyshnaya eparovyshnaya deleted the 552722 branch April 6, 2020 08:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants