Skip to content

Conversation

@AlbumenJ
Copy link
Member

What is the purpose of the change

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.

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

33.3% 33.3% Coverage
0.0% 0.0% Duplication

@codecov-commenter
Copy link

codecov-commenter commented Sep 25, 2023

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 69.35%. Comparing base (705d96e) to head (7c16cf7).
⚠️ Report is 620 commits behind head on 3.2.

Additional details and impacted files
@@             Coverage Diff              @@
##                3.2   #13112      +/-   ##
============================================
+ Coverage     67.90%   69.35%   +1.44%     
+ Complexity       20        2      -18     
============================================
  Files          1858     1649     -209     
  Lines         88840    68563   -20277     
  Branches      14288    10000    -4288     
============================================
- Hits          60331    47551   -12780     
+ Misses        23154    16421    -6733     
+ Partials       5355     4591     -764     

☔ 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 da801bf into apache:3.2 Sep 25, 2023
@pisx
Copy link

pisx commented Jan 20, 2025

Hello, may I ask why you removed the code related to identity hash? Is it to fix any problems?

@AlbumenJ
Copy link
Member Author

Hello, may I ask why you removed the code related to identity hash? Is it to fix any problems?

Since some objects' hashCode may be the same, the String may be wrong in URL

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