-
Notifications
You must be signed in to change notification settings - Fork 547
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
fix(jkube-healthcheck-spring-boot)! enricher: rename property management.health.probes.enabled #3691
base: master
Are you sure you want to change the base?
Conversation
Eclipse JKube CI ReportStarted new GH workflow run for #3691 (2025-03-12T17:34:26Z) ⚙️ JKube E2E Tests (13817580718)
|
jkube-kit/common/src/main/java/org/eclipse/jkube/kit/common/util/SpringBootConfiguration.java
Show resolved
Hide resolved
3c4a98a
to
3898c7d
Compare
…ent.health.probes.enabled BREAKING CHANGE: Rename management.health.probes.enabled to management.endpoint.health.probes.enabled, since spring boot 2.3.2 Fix eclipse-jkube#3690
3898c7d
to
ad3dd37
Compare
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3691 +/- ##
=============================================
+ Coverage 59.36% 71.90% +12.54%
- Complexity 4586 4763 +177
=============================================
Files 500 488 -12
Lines 21211 18984 -2227
Branches 2830 2528 -302
=============================================
+ Hits 12591 13650 +1059
+ Misses 7370 4147 -3223
+ Partials 1250 1187 -63 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
} | ||
}) | ||
// Defaults to Spring 1 | ||
.orElse(1); |
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.
This block doesn't look like it fits well here in this class. I see there is a class named SemanticVersionUtil to handle semantic versions. Do you think we can move it there?
BREAKING CHANGE: Rename
management.health.probes.enabled
tomanagement.endpoint.health.probes.enabled
, since spring boot 2.3.2Fixes #3690
Description
Type of change
test, version modification, documentation, etc.)
Checklist