You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2022/10/23 10:18:42 UTC

[camel] branch regen_bot updated (40d826e2580 -> 814356b9e31)

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

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 40d826e2580 (chores) camel-catalog-maven: reduce method complexity (#8608)
     add ff79be2fe85 CAMEL-18630: camel-jbang - Add get health command
     add c1396ea75a5 CAMEL-18630: camel-jbang - Add get health command
     add 0a542f7daae CAMEL-18639: camel-health - Add detail for last time there was a failure
     add 02ca24721d7 CAMEL-18639: camel-health - Add detail for last time there was a failure
     add 814356b9e31 CAMEL-18630: camel-jbang - Add get health command

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/camel/health/HealthCheck.java  |   3 +
 .../camel/impl/health/AbstractHealthCheck.java     |  29 +++
 .../dsl/jbang/core/commands/CamelJBangMain.java    |   2 +
 .../jbang/core/commands/process/ListHealth.java    | 256 +++++++++++++++++++++
 4 files changed, 290 insertions(+)
 create mode 100644 dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/process/ListHealth.java