This is an automated email from the ASF dual-hosted git repository.
fmariani pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
from 420f0260aab [create-pull-request] automated change (#1011)
new 541e488059c CAMEL-19648: readiness/liveness probes
new 93ea8957f38 Utility class and log message
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../src/main/docs/spring-boot.adoc | 21 +++++++++
.../CamelAvailabilityCheckAutoConfiguration.java} | 39 ++++++++-------
.../boot/actuate/health/CamelProbesHelper.java} | 33 +++++++++----
.../CamelLivenessStateHealthIndicator.java | 55 ++++++++++++++++++++++
.../CamelReadinessStateHealthIndicator.java | 55 ++++++++++++++++++++++
...rk.boot.autoconfigure.AutoConfiguration.imports | 1 +
6 files changed, 176 insertions(+), 28 deletions(-)
copy
core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/actuate/{console/CamelDevConsoleAutoConfiguration.java
=> health/CamelAvailabilityCheckAutoConfiguration.java} (53%)
copy
core/camel-spring-boot/src/{test/java/org/apache/camel/spring/boot/actuate/health/DownRoute.java
=>
main/java/org/apache/camel/spring/boot/actuate/health/CamelProbesHelper.java}
(54%)
create mode 100644
core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/actuate/health/liveness/CamelLivenessStateHealthIndicator.java
create mode 100644
core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/actuate/health/readiness/CamelReadinessStateHealthIndicator.java