Skip to content

Conversation

artur-ciocanu
Copy link
Contributor

@artur-ciocanu artur-ciocanu commented Sep 26, 2025

Description

  • Add missing version properties to parent POM
  • Convert hardcoded dependency versions to properties in parent dependencyManagement
  • Remove hardcoded versions from child modules
  • Add missing dependencies to parent dependencyManagement
  • Ensure all shared dependencies inherit versions from parent

Issue reference

We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.

This PR is trying to address this issue: #1565

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation

- Add missing version properties to parent POM
- Convert hardcoded dependency versions to properties in parent dependencyManagement
- Remove hardcoded versions from child modules
- Add missing dependencies to parent dependencyManagement
- Ensure all shared dependencies inherit versions from parent

Signed-off-by: Artur Ciocanu <artur.ciocanu@gmail.com>
@artur-ciocanu artur-ciocanu requested review from a team as code owners September 26, 2025 18:06
Signed-off-by: Artur Ciocanu <artur.ciocanu@gmail.com>
Signed-off-by: Artur Ciocanu <artur.ciocanu@gmail.com>
@artur-ciocanu
Copy link
Contributor Author

@dapr/approvers-java-sdk could you please take a look.

My only concern is Java Durable Task Client dependency that uses a weird version on Jackson.

@javier-aliaga it would be good if you could take a look.

@salaboy and @cicoyle I am not sure what should we do to get rid of Spring Boot 3.3 check. Do we have to change something in the GitHub Actions config?

Signed-off-by: Artur Ciocanu <artur.ciocanu@gmail.com>
Copy link

codecov bot commented Sep 27, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.51%. Comparing base (d759c53) to head (3ddc4df).
⚠️ Report is 227 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1564      +/-   ##
============================================
+ Coverage     76.91%   78.51%   +1.59%     
- Complexity     1592     1912     +320     
============================================
  Files           145      215      +70     
  Lines          4843     5827     +984     
  Branches        562      649      +87     
============================================
+ Hits           3725     4575     +850     
- Misses          821      914      +93     
- Partials        297      338      +41     

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

Copy link
Contributor

@siri-varma siri-varma left a comment

Choose a reason for hiding this comment

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

Great PR ! This will make our dependency management easier

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.

2 participants