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

559091 - generic API for service registry #170

Merged
merged 8 commits into from
Mar 19, 2020
Merged

559091 - generic API for service registry #170

merged 8 commits into from
Mar 19, 2020

Conversation

eparovyshnaya
Copy link
Contributor

first design version and raw implementation

 - first glance raw implementation


Signed-off-by: elena.parovyshnaya <[email protected]>
 - base (runtime storing) Registry implementation

Signed-off-by: elena.parovyshnaya <[email protected]>
 - first design version and raw implementation

Signed-off-by: elena.parovyshnaya <[email protected]>
 - license header and tailing new-lines

Signed-off-by: elena.parovyshnaya <[email protected]>
 - formatting errors fixed

Signed-off-by: elena.parovyshnaya <[email protected]>
@codecov
Copy link

codecov bot commented Mar 18, 2020

Codecov Report

Merging #170 into master will decrease coverage by 0.04%.
The diff coverage is 0%.

Impacted file tree graph

@@             Coverage Diff             @@
##             master    #170      +/-   ##
===========================================
- Coverage      9.53%   9.49%   -0.05%     
  Complexity      105     105              
===========================================
  Files           438     440       +2     
  Lines         13046   13102      +56     
  Branches       1104    1104              
===========================================
  Hits           1244    1244              
- Misses        11767   11823      +56     
  Partials         35      35
Impacted Files Coverage Δ Complexity Δ
...sage/lic/base/internal/registry/JointRegistry.java 0% <0%> (ø) 0 <0> (?)
...ic/base/internal/registry/BaseRuntimeRegistry.java 0% <0%> (ø) 0 <0> (?)

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 a73912b...0239915. Read the comment docs.

Copy link
Contributor

@ruspl-afed ruspl-afed left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure that we need to use @since for internal - that looks confusing because it shows "since already released version" while in fact it is "since the upcoming version"

 Code review fixes:
  - Service interface is parametrized with ServiceId interface
implementation type
  - @since-tags are removed from all the existing docs
  - Configuration interfaces is documented, other docs are yet to come


Signed-off-by: elena.parovyshnaya <[email protected]>
 Code review fixes:
   - Configuration interfaces is removed


Signed-off-by: elena.parovyshnaya <[email protected]>
@eparovyshnaya eparovyshnaya merged commit 971965a into master Mar 19, 2020
@eparovyshnaya
Copy link
Contributor Author

Closes 559091

@eparovyshnaya eparovyshnaya deleted the 559091 branch March 22, 2020 12:07
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