Skip to content

[ISSUE #9663] Adopt Maven's revision mechanism (requires Maven >= 3.5.0) - #9665

Merged
lizhimins merged 1 commit into
apache:developfrom
cvictory:feature/opt_maven_dependency2
Sep 4, 2025
Merged

[ISSUE #9663] Adopt Maven's revision mechanism (requires Maven >= 3.5.0)#9665
lizhimins merged 1 commit into
apache:developfrom
cvictory:feature/opt_maven_dependency2

Conversation

@cvictory

@cvictory cvictory commented Sep 3, 2025

Copy link
Copy Markdown
Contributor

Which Issue(s) This PR Fixes

Fixes #9663

Brief Description

We should introduce revision in pom.xml. In this way, we don't have to modify the version in every pom.xml

How Did You Test This Change?

just run mvn clean install

@codecov-commenter

codecov-commenter commented Sep 3, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 48.03%. Comparing base (365b297) to head (df0ecab).
⚠️ Report is 192 commits behind head on develop.

Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #9665      +/-   ##
=============================================
- Coverage      48.12%   48.03%   -0.10%     
+ Complexity     12084    12057      -27     
=============================================
  Files           1313     1313              
  Lines          92839    92839              
  Branches       11868    11868              
=============================================
- Hits           44681    44596      -85     
- Misses         42659    42722      +63     
- Partials        5499     5521      +22     

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

@lizhimins

Copy link
Copy Markdown
Member

Maven's revision mechanism (officially called CI Friendly Versions) was introduced in Maven 3.5.0.

@lizhimins lizhimins changed the title Feature: optimize maven dependency [ISSUE #9663] Adopt Maven's revision mechanism (requires Maven >= 3.5.0) Sep 4, 2025
@lizhimins
lizhimins merged commit 1c23a80 into apache:develop Sep 4, 2025
15 of 17 checks passed
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.

[Enhancement] it should use revision in pom.xml to manage dependency

3 participants