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

[type refactor]Adjust processor functions #4948

Merged
merged 9 commits into from
Aug 3, 2023

Conversation

li-keguo
Copy link
Member

@li-keguo li-keguo commented Aug 2, 2023

work list

  • Clearly register the processor and extract processor responsibilities
  • The decimation processor supports multiple clients

# Conflicts:
#	shenyu-client/shenyu-client-core/src/main/java/org/apache/shenyu/client/core/register/matcher/BaseAnnotationApiProcessor.java
#	shenyu-client/shenyu-client-core/src/main/java/org/apache/shenyu/client/core/register/registrar/BaseApiRegistrarImpl.java
#	shenyu-client/shenyu-client-core/src/main/java/org/apache/shenyu/client/core/register/registrar/MateDataApiRegistrarImplImpl.java
#	shenyu-client/shenyu-client-core/src/main/java/org/apache/shenyu/client/core/register/registrar/UriApiRegistrarImplImpl.java
@codecov-commenter
Copy link

codecov-commenter commented Aug 2, 2023

Codecov Report

Merging #4948 (7f2361e) into master (3082629) will increase coverage by 0.03%.
Report is 1 commits behind head on master.
The diff coverage is 13.79%.

@@             Coverage Diff              @@
##             master    #4948      +/-   ##
============================================
+ Coverage     63.91%   63.94%   +0.03%     
- Complexity     8524     8529       +5     
============================================
  Files          1207     1208       +1     
  Lines         35895    35900       +5     
  Branches       3219     3220       +1     
============================================
+ Hits          22943    22957      +14     
+ Misses        11098    11088      -10     
- Partials       1854     1855       +1     
Files Changed Coverage Δ
...ter/extractor/BaseAnnotationApiBeansExtractor.java 0.00% <ø> (ø)
...core/register/extractor/BaseApiBeansExtractor.java 0.00% <0.00%> (ø)
.../core/register/matcher/ApiAnnotationProcessor.java 0.00% <ø> (ø)
...nt/core/register/matcher/ApiRegisterProcessor.java 0.00% <ø> (ø)
...e/register/matcher/BaseAnnotationApiProcessor.java 0.00% <0.00%> (ø)
...ient/core/register/matcher/ExtractorProcessor.java 0.00% <0.00%> (ø)
.../core/register/registrar/BaseApiRegistrarImpl.java 0.00% <0.00%> (ø)
...ent/apache/dubbo/ApacheDubboApiBeansExtractor.java 0.00% <ø> (ø)
...bbo/processor/extractor/DubboServiceProcessor.java 0.00% <0.00%> (ø)
...he/dubbo/processor/extractor/ServiceProcessor.java 0.00% <0.00%> (ø)
... and 3 more

... and 2 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@tian-pengfei tian-pengfei merged commit ea05c79 into apache:master Aug 3, 2023
40 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants