-
Notifications
You must be signed in to change notification settings - Fork 115
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
Conversation
Signed-off-by: Steven Sheehy <[email protected]>
400f6d4
to
42be20e
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description:
hedera.mirror.importer.db.partition.enabled=true
property@MockBean
and@SpyBean
to@MockitoBean
and@MockitoSpyBean
@Valid
RandomStringUtils
hedera.mirror.importer.db.maintenance.cron
tohedera.mirror.importer.db.partition.cron
testcontainers-redis
with a generic Redis containerRelated issue(s):
Fixes #10047
Notes for reviewer:
Checklist