dubbo icon indicating copy to clipboard operation
dubbo copied to clipboard

[3.3] Reset spring version of dubbo-test-spring3.2, dubbo-test-spring4.1 and dubbo-test-spring4.2 for compatible testing

Open zrlw opened this issue 2 months ago • 1 comments

What is the purpose of the change?

  1. Reset spring version of dubbo-test-spring3.2, dubbo-test-spring4.1 and dubbo-test-spring4.2.
  2. Add profile for them since they could not run on jdk17+.

The spring version of dubbo-test-spring3.2, dubbo-test-spring4.1 and dubbo-test-spring4.2 were accidentally upgraded to the latest version by approving Bump spring version PRs auto-generated by dependabot.

Checklist

  • [x] Make sure there is a GitHub_issue field for the change.
  • [x] Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
  • [x] 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.
  • [x] Make sure gitHub actions can pass. Why the workflow is failing and how to fix it?

zrlw avatar Oct 03 '25 10:10 zrlw

Codecov Report

:white_check_mark: All modified and coverable lines are covered by tests. :white_check_mark: Project coverage is 60.80%. Comparing base (f284fab) to head (4a0b573).

Additional details and impacted files
@@             Coverage Diff              @@
##                3.3   #15715      +/-   ##
============================================
+ Coverage     60.76%   60.80%   +0.04%     
+ Complexity    11712    11691      -21     
============================================
  Files          1938     1938              
  Lines         88646    88646              
  Branches      13379    13379              
============================================
+ Hits          53866    53903      +37     
+ Misses        29257    29224      -33     
+ Partials       5523     5519       -4     
Flag Coverage Δ
integration-tests-java21 32.37% <ø> (-0.08%) :arrow_down:
integration-tests-java8 32.46% <ø> (+0.02%) :arrow_up:
samples-tests-java21 32.04% <ø> (-0.01%) :arrow_down:
samples-tests-java8 29.72% <ø> (+0.11%) :arrow_up:
unit-tests-java11 59.10% <ø> (+0.02%) :arrow_up:
unit-tests-java17 58.50% <ø> (-0.05%) :arrow_down:
unit-tests-java21 58.51% <ø> (-0.06%) :arrow_down:
unit-tests-java25 58.47% <ø> (-0.04%) :arrow_down:
unit-tests-java8 59.13% <ø> (+0.04%) :arrow_up:

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

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

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

codecov-commenter avatar Oct 03 '25 11:10 codecov-commenter