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]extractor Multi-client registration is supported #4790

Merged
merged 12 commits into from
Jul 4, 2023

Conversation

li-keguo
Copy link
Member

@li-keguo li-keguo commented Jul 3, 2023

about issue #4560
Make sure that:

  • add MultiClientApiBeansExtractorImpl
  • abstract RpcApiBeansExtractor
  • refactor ClientApiRefreshedEventListener

# Conflicts:
#	shenyu-client/shenyu-client-core/src/main/java/org/apache/shenyu/client/core/register/ApiBean.java
#	shenyu-client/shenyu-client-core/src/main/java/org/apache/shenyu/client/core/register/extractor/ApiBeansExtractor.java
#	shenyu-client/shenyu-client-core/src/main/java/org/apache/shenyu/client/core/register/extractor/BaseAnnotationApiBeansExtractor.java
#	shenyu-client/shenyu-client-core/src/main/java/org/apache/shenyu/client/core/register/extractor/BaseApiBeansExtractor.java
#	shenyu-client/shenyu-client-http/shenyu-client-springcloud/src/main/java/org/apache/shenyu/client/springcloud/register/SpringCloudApiBeansExtractor.java
#	shenyu-client/shenyu-client-http/shenyu-client-springmvc/src/main/java/org/apache/shenyu/client/springmvc/register/SpringMvcApiBeansExtractor.java
@codecov-commenter
Copy link

codecov-commenter commented Jul 3, 2023

Codecov Report

Merging #4790 (9994c26) into master (2464ab1) will decrease coverage by 0.03%.
The diff coverage is 0.00%.

@@             Coverage Diff              @@
##             master    #4790      +/-   ##
============================================
- Coverage     65.50%   65.47%   -0.03%     
- Complexity     8145     8153       +8     
============================================
  Files          1135     1137       +2     
  Lines         33236    33257      +21     
  Branches       2967     2969       +2     
============================================
+ Hits          21770    21775       +5     
- Misses         9735     9752      +17     
+ Partials       1731     1730       -1     
Impacted Files Coverage Δ
...rg/apache/shenyu/client/core/register/ApiBean.java 48.83% <0.00%> (-5.01%) ⬇️
...core/register/ClientApiRefreshedEventListener.java 0.00% <0.00%> (ø)
...ter/extractor/BaseAnnotationApiBeansExtractor.java 0.00% <0.00%> (ø)
...core/register/extractor/BaseApiBeansExtractor.java 0.00% <0.00%> (ø)
...er/extractor/MultiClientApiBeansExtractorImpl.java 0.00% <0.00%> (ø)
...u/client/core/register/registrar/ApiRegistrar.java 0.00% <0.00%> (ø)
...ngcloud/register/SpringCloudApiBeansExtractor.java 73.07% <ø> (ø)
...springmvc/register/SpringMvcApiBeansExtractor.java 87.50% <ø> (ø)

... and 3 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 23b1007 into apache:master Jul 4, 2023
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.

3 participants