apache / dubbo

The java implementation of Apache Dubbo. An RPC and microservice framework.
https://dubbo.apache.org/
Apache License 2.0
40.53k stars 26.44k forks source link

[optimize] Replace dubbo-demo-native #14877

Closed heliang666s closed 2 days ago

heliang666s commented 2 weeks ago

What is the purpose of the change?

14878

  1. Remove dubbo-demo-native
  2. Modify dubbo-demo-springboot to support native functionality
  3. Modify related github-action files

Checklist

codecov-commenter commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 2.19%. Comparing base (ef6e8bd) to head (1f45da0). Report is 55 commits behind head on 3.3.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## 3.3 #14877 +/- ## ============================================= - Coverage 37.53% 2.19% -35.34% ============================================= Files 1813 26083 +24270 Lines 80737 1389674 +1308937 Branches 12005 220210 +208205 ============================================= + Hits 30304 30560 +256 - Misses 46042 1354672 +1308630 - Partials 4391 4442 +51 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

AlbumenJ commented 1 week ago

@CrazyHZM PTAL