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

[backend] Upgrading to latest spring boot version #1894

Open
wants to merge 4 commits into
base: release/1.10.0
Choose a base branch
from

Conversation

Dimfacion
Copy link
Member

@Dimfacion Dimfacion commented Nov 19, 2024

Proposed changes

  • Upgrading to latest spring boot version
  • Upgrading flyway

Related issues

Checklist

  • I consider the submitted work as finished
  • I tested the code for its functionality
  • I wrote test cases for the relevant uses case
  • I added/update the relevant documentation (either on github or on notion)
  • Where necessary I refactored code to improve the overall quality

Further comments

Do bear in mind that this PR deactivate schema validation. This is due to a bug as can be seen here : vladmihalcea/hypersistence-utils#697

@github-actions github-actions bot added the filigran team use to identify PR from the Filigran team label Nov 19, 2024
Copy link

codecov bot commented Nov 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 33.33%. Comparing base (08eedad) to head (695d836).

Additional details and impacted files
@@                 Coverage Diff                  @@
##             release/1.10.0    #1894      +/-   ##
====================================================
- Coverage             33.61%   33.33%   -0.28%     
+ Complexity             1683     1284     -399     
====================================================
  Files                   573      517      -56     
  Lines                 16752    15594    -1158     
  Branches                976      968       -8     
====================================================
- Hits                   5631     5199     -432     
+ Misses                10866    10146     -720     
+ Partials                255      249       -6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Dimfacion Dimfacion marked this pull request as ready for review November 21, 2024 15:03
@Dimfacion Dimfacion changed the base branch from master to release/1.10.0 November 26, 2024 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
filigran team use to identify PR from the Filigran team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[security] Upgrade org.flywaydb [security] Upgrade spring-boot-starter-parent
1 participant