Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Unknown
Description
This was not really in use. Spring Boot had some special Camel health check service that was not using spring boot actuators.
Lets make the health check simpler and have basic checks and then for main, microprofile and spring boot just use those, and let the checks be on-demand triggered, which is how for example they are done on containers with liveness/readiness probes.