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

feat: support dubbo 2.x #189

Merged
merged 3 commits into from
Jun 13, 2023
Merged

feat: support dubbo 2.x #189

merged 3 commits into from
Jun 13, 2023

Conversation

lucas-myx
Copy link
Collaborator

  1. alibaba dubbo 2.x
  2. apache dubbo 2.x
  3. remove apache.commons.lang3 dependency

@lucas-myx lucas-myx added the enhancement ⭐ New feature or request label Jun 9, 2023
@codecov
Copy link

codecov bot commented Jun 9, 2023

Codecov Report

Merging #189 (0540c4e) into main (14d038f) will increase coverage by 1.43%.
The diff coverage is 85.80%.

❗ Current head 0540c4e differs from pull request most recent head 8c08651. Consider uploading reports for the commit 8c08651 to get more accurate results

@@             Coverage Diff              @@
##               main     #189      +/-   ##
============================================
+ Coverage     53.00%   54.43%   +1.43%     
- Complexity     1477     1615     +138     
============================================
  Files           224      243      +19     
  Lines          8541     8908     +367     
  Branches       1017     1072      +55     
============================================
+ Hits           4527     4849     +322     
- Misses         3589     3590       +1     
- Partials        425      469      +44     
Impacted Files Coverage Δ
.../io/arex/foundation/serializer/GsonSerializer.java 75.60% <ø> (ø)
.../arex/foundation/serializer/JacksonSerializer.java 73.62% <0.00%> (ø)
...a/io/arex/foundation/util/AsyncHttpClientUtil.java 54.00% <0.00%> (ø)
.../dubbo/apache/v3/DubboConsumerInstrumentation.java 65.21% <ø> (ø)
.../dubbo/apache/v3/DubboProviderInstrumentation.java 84.61% <ø> (ø)
.../inst/dubbo/apache/v3/stream/DubboStreamCache.java 85.71% <ø> (ø)
...apache/v3/stream/DubboStreamConsumerExtractor.java 85.71% <ø> (ø)
.../v3/stream/DubboStreamConsumerInstrumentation.java 74.07% <ø> (ø)
...apache/v3/stream/DubboStreamProviderExtractor.java 79.66% <ø> (ø)
.../v3/stream/DubboStreamProviderInstrumentation.java 78.04% <ø> (ø)
... and 30 more

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

@sonarcloud
Copy link

sonarcloud bot commented Jun 9, 2023

Please retry analysis of this Pull-Request directly on SonarCloud.

@lucas-myx lucas-myx marked this pull request as ready for review June 12, 2023 12:54
@lucas-myx lucas-myx merged commit cd67888 into main Jun 13, 2023
12 of 13 checks passed
@lucas-myx lucas-myx deleted the feat-dubbo-2x branch June 13, 2023 03:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement ⭐ New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants