Skip to content

chore: upgrade junit and surfire version#908

Open
NguyenHoangSon96 wants to merge 9 commits intomasterfrom
ci/fix-pipeline
Open

chore: upgrade junit and surfire version#908
NguyenHoangSon96 wants to merge 9 commits intomasterfrom
ci/fix-pipeline

Conversation

@NguyenHoangSon96
Copy link
Copy Markdown
Contributor

@NguyenHoangSon96 NguyenHoangSon96 commented May 5, 2026

Closes:

Proposed Changes

  • Upgrade surefire version to 3.5.5
  • Upgrade junit-jupiter to 5.13.4
  • Add junit-bom for better dependency management for JUnit framework.

Checklist

  • CHANGELOG.md updated
  • Rebased/mergeable
  • A test has been added if appropriate
  • mvn test completes successfully
  • Commit messages are conventional
  • Sign CLA (if not already signed)

@NguyenHoangSon96 NguyenHoangSon96 self-assigned this May 5, 2026
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented May 5, 2026

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.84%. Comparing base (2f4c746) to head (725ba4b).
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #908   +/-   ##
=========================================
  Coverage     88.84%   88.84%           
  Complexity      789      789           
=========================================
  Files           174      174           
  Lines          7282     7282           
  Branches        421      421           
=========================================
  Hits           6470     6470           
  Misses          680      680           
  Partials        132      132           

☔ 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.

@NguyenHoangSon96 NguyenHoangSon96 changed the title chore: upgrade junit-jupiter version to 5.12.1 chore: upgrade junit-jupiter version May 5, 2026
@NguyenHoangSon96 NguyenHoangSon96 changed the title chore: upgrade junit-jupiter version chore: upgrade junit and surfire version May 6, 2026
@alespour alespour requested a review from Copilot May 6, 2026 08:11
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the project’s test/build tooling versions and centralizes JUnit version management via a BOM, aligning the multi-module build with newer Maven Surefire and JUnit 5 releases.

Changes:

  • Bump maven-surefire-plugin version to 3.5.5.
  • Bump JUnit Jupiter version to 5.13.4 and import org.junit:junit-bom for dependency management.
  • Add junit-platform-launcher as a test dependency (newly introduced in this PR).

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

File Description
pom.xml Updates Surefire/JUnit versions, imports junit-bom, and adds junit-platform-launcher test dependency.
CHANGELOG.md Documents the dependency upgrades for the upcoming 8.1.0 release.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread CHANGELOG.md
#### Build:
1 [#908](https://github.com/influxdata/influxdb-client-java/pull/908): Upgrade dependencies:
- Add `junit-bom`
- `surfire` to `3.5.5`
Comment thread CHANGELOG.md
Update dependencies:

#### Build:
1 [#908](https://github.com/influxdata/influxdb-client-java/pull/908): Upgrade dependencies:
Comment thread pom.xml
Comment on lines +137 to +141
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<scope>test</scope>
</dependency>
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