-
Notifications
You must be signed in to change notification settings - Fork 547
fix(jkube-healthcheck-spring-boot)! enricher: rename property management.health.probes.enabled #3691
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
base: master
Are you sure you want to change the base?
Conversation
Eclipse JKube CI ReportStarted new GH workflow run for #3691 (2025-05-27T22:10:40Z) ⚙️ JKube E2E Tests (15286611222)
|
jkube-kit/common/src/main/java/org/eclipse/jkube/kit/common/util/SpringBootConfiguration.java
Show resolved
Hide resolved
3c4a98a
to
3898c7d
Compare
3898c7d
to
ad3dd37
Compare
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3691 +/- ##
=============================================
+ Coverage 59.36% 71.89% +12.53%
- Complexity 4586 4762 +176
=============================================
Files 500 488 -12
Lines 21211 18977 -2234
Branches 2830 2528 -302
=============================================
+ Hits 12591 13644 +1053
+ Misses 7370 4146 -3224
+ Partials 1250 1187 -63 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
jkube-kit/common/src/main/java/org/eclipse/jkube/kit/common/util/SpringBootConfiguration.java
Outdated
Show resolved
Hide resolved
ad3dd37
to
a3bb6d2
Compare
jkube-kit/common/src/main/java/org/eclipse/jkube/kit/common/util/SpringBootConfiguration.java
Outdated
Show resolved
Hide resolved
…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
a3bb6d2
to
0f3f321
Compare
Maybe Jenkins jobs are not running due to Eclipse Jenkins being down ci.eclipse.org/jkube |
Yes, unfortunately at the moment we are limited by the issues in Eclipse CI. |
|
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