Skip to content

Reorganize the dependency in dubbo-demo #15384

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

Merged

Conversation

wcy666103
Copy link
Contributor

What is the purpose of the change?

Currently, the dependencies in dubbo-demo are somewhat redundant—for example, even though Zookeeper is being used, the Nacos dependency is still included. The configuration files also contain unnecessary entries, such as qos = false. Additionally, there are some improper usage practices. We need to reorganize the project by keeping only the minimal required set, and improve the README.md documentation to lower the barrier for users to use and learn from the demo.

ref #15380

Checklist

  • Make sure there is a GitHub_issue field for the change.
  • Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
  • Write necessary unit-test to verify your logic correction. If the new feature or significant change is committed, please remember to add sample in dubbo samples project.
  • Make sure gitHub actions can pass. Why the workflow is failing and how to fix it?

@codecov-commenter
Copy link

codecov-commenter commented May 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 60.75%. Comparing base (d6b11cf) to head (c308fe0).

Additional details and impacted files
@@             Coverage Diff              @@
##                3.3   #15384      +/-   ##
============================================
+ Coverage     60.73%   60.75%   +0.02%     
+ Complexity    10920    10919       -1     
============================================
  Files          1886     1886              
  Lines         86162    86162              
  Branches      12913    12913              
============================================
+ Hits          52328    52346      +18     
+ Misses        28374    28345      -29     
- Partials       5460     5471      +11     
Flag Coverage Δ
integration-tests 33.15% <ø> (+0.03%) ⬆️
samples-tests 29.33% <ø> (-0.03%) ⬇️
unit-tests 58.90% <ø> (+0.06%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@AlbumenJ AlbumenJ merged commit 65dc351 into apache:3.3 May 16, 2025
19 checks passed
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.

4 participants