Skip to content

Conversation

JinQian1024
Copy link
Contributor

What is the purpose of the change

Adding Support for Spring Boot Actuator and equivalent to the QoS functions

Brief changelog

Verifying this change

Checklist

  • Make sure there is a GitHub_issue field for the change (usually before you start working on it). Trivial changes like typos do not require a GitHub issue. Your pull request should address just this issue, without pulling in other changes - one PR resolves one issue.
  • Each commit in the pull request should have a meaningful subject line and body.
  • Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
  • Check if is necessary to patch to Dubbo 3 if you are work on Dubbo 2.7
  • Write necessary unit-test to verify your logic correction, more mock a little better when cross module dependency exist. If the new feature or significant change is committed, please remember to add sample in dubbo samples project.
  • Add some description to dubbo-website project if you are requesting to add a feature.
  • GitHub Actions works fine on your own branch.
  • If this contribution is large, please follow the Software Donation Guide.

Copy link

…,fixed an error where Class name duplicate DubboEndpoint in dubbo-spring-boot-compatible
@JinQian1024
Copy link
Contributor Author

@AlbumenJ PTAL

@codecov-commenter
Copy link

codecov-commenter commented Sep 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 37.59%. Comparing base (32336db) to head (4efd175).
Report is 579 commits behind head on 3.3.

Current head 4efd175 differs from pull request most recent head 420130c

Please upload reports for the commit 420130c to get more accurate results.

Additional details and impacted files
@@            Coverage Diff             @@
##              3.3   #14596      +/-   ##
==========================================
- Coverage   38.22%   37.59%   -0.63%     
==========================================
  Files        1799     1813      +14     
  Lines       79761    80691     +930     
  Branches    11887    11995     +108     
==========================================
- Hits        30486    30334     -152     
- Misses      44900    45970    +1070     
- Partials     4375     4387      +12     
Flag Coverage Δ
37.59% <ø> (?)

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 6982695 into apache:3.3 Oct 2, 2024
18 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