This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a change to branch camel-spring-boot-3.14.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git.


    from 6fb06a2  Fixed spring-boot doc as xml-routes is changed to 
routes-include-pattern
     new d3fdf4e  CAMEL-17436: Disabling health check for single route or 
consumer is not possible (#428)
     new 64e627d  CAMEL-17436: Disabling health check for single route or 
consumer is not possible (#428)

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:
 .../health/CamelHealthCheckAutoConfiguration.java  | 20 +++++-----
 ...java => CamelHealthCheckConfigurationTest.java} | 46 +++++++++++++++++-----
 .../boot/actuate/health/CamelHealthTest.java       |  4 +-
 .../health/{MyCamelRoute.java => DownRoute.java}   |  4 +-
 .../spring/boot/actuate/health/MyCamelRoute.java   |  2 +-
 5 files changed, 52 insertions(+), 24 deletions(-)
 copy 
core/camel-spring-boot/src/test/java/org/apache/camel/spring/boot/actuate/health/{CamelHealthTest.java
 => CamelHealthCheckConfigurationTest.java} (51%)
 copy 
core/camel-spring-boot/src/test/java/org/apache/camel/spring/boot/actuate/health/{MyCamelRoute.java
 => DownRoute.java} (88%)

Reply via email to