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

Bump Spring Boot from 3.3.5 to 3.4.1 #10067

Merged
merged 1 commit into from
Jan 9, 2025
Merged

Conversation

steven-sheehy
Copy link
Contributor

@steven-sheehy steven-sheehy commented Jan 8, 2025

Description:

  • Add a hedera.mirror.importer.db.partition.enabled=true property
  • Bump Gradle from 8.10.1 to 8.11.1
  • Bump Spring Boot from 3.3.5 to 3.4.1
  • Bump Spring Cloud from 2023.0.4 to 2024.0.0
  • Change deprecated @MockBean and @SpyBean to @MockitoBean and @MockitoSpyBean
  • Change property classes to mark nested properties with now required @Valid
  • Change to non-deprecated methods in RandomStringUtils
  • Rename hedera.mirror.importer.db.maintenance.cron to hedera.mirror.importer.db.partition.cron
  • Replace incompatible testcontainers-redis with a generic Redis container

Related issue(s):

Fixes #10047

Notes for reviewer:

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

@steven-sheehy steven-sheehy added dependencies Type: Pull requests that update a dependency file java Pull requests that update Java code labels Jan 8, 2025
@steven-sheehy steven-sheehy added this to the 0.122.0 milestone Jan 8, 2025
@steven-sheehy steven-sheehy self-assigned this Jan 8, 2025
Copy link

codecov bot commented Jan 8, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.23%. Comparing base (45e4e78) to head (42be20e).
Report is 5 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main   #10067      +/-   ##
============================================
- Coverage     92.23%   92.23%   -0.01%     
- Complexity     7857     7858       +1     
============================================
  Files           956      956              
  Lines         32933    32930       -3     
  Branches       4153     4151       -2     
============================================
- Hits          30377    30373       -4     
  Misses         1580     1580              
- Partials        976      977       +1     

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

Copy link

sonarqubecloud bot commented Jan 8, 2025

@steven-sheehy steven-sheehy marked this pull request as ready for review January 8, 2025 02:22
@steven-sheehy steven-sheehy requested a review from a team as a code owner January 8, 2025 02:22
Copy link
Contributor

@edwin-greene edwin-greene left a comment

Choose a reason for hiding this comment

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

Looks good!

Copy link
Contributor

@jnels124 jnels124 left a comment

Choose a reason for hiding this comment

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

LGTM

@steven-sheehy steven-sheehy merged commit c1fa7bc into main Jan 9, 2025
36 checks passed
@steven-sheehy steven-sheehy deleted the bump-spring-boot-3.4 branch January 9, 2025 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Type: Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Spring Boot 3.4
3 participants