Skip to content
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

Migrate Junit4 to Junit Vintage and replace deprecated methods #2259

Merged
merged 1 commit into from
Sep 13, 2023

Conversation

linghengqian
Copy link
Member

@linghengqian linghengqian commented Sep 13, 2023

For #2258.

Changes proposed in this pull request:

  • Migrate Junit4 to Junit Vintage and replace deprecated methods.
  • Update maven-surefire-plugin to 3.1.2 to solve the problem of Warning reported by Junit Platform related classes in the unit test of Spring Boot Starter and Spring Namespace.
  • Update mockito to the last version that supports JDK8.

@linghengqian linghengqian force-pushed the update-test branch 2 times, most recently from 08c6d27 to 39e0d2b Compare September 13, 2023 13:20
@linghengqian linghengqian changed the title Update Junit4 to 4.13.2 and replace deprecated methods Migrate Junit4 to Junit Vintage and replace deprecated methods Sep 13, 2023
@codecov-commenter
Copy link

codecov-commenter commented Sep 13, 2023

Codecov Report

Merging #2259 (4668bee) into master (5e466de) will decrease coverage by 0.04%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##             master    #2259      +/-   ##
============================================
- Coverage     84.43%   84.40%   -0.04%     
- Complexity     1926     1927       +1     
============================================
  Files           287      287              
  Lines          6341     6341              
  Branches        704      704              
============================================
- Hits           5354     5352       -2     
  Misses          662      662              
- Partials        325      327       +2     

see 2 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@TeslaCN TeslaCN merged commit 095f558 into apache:master Sep 13, 2023
9 checks passed
@TeslaCN TeslaCN added this to the 3.0.4 milestone Sep 13, 2023
@linghengqian linghengqian deleted the update-test branch September 13, 2023 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants