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 2021/11/29 12:13:09 UTC

[camel] branch regen_bot updated (07bbdad -> 507ecfb)

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 07bbdad  Regen
     add 875f275  Polished
     add 7bd9eb0  CAMEL-17141: camel-health - Include error details for HTTP status code.
     add 876f871  CAMEL-17141: camel-health - Include error details for HTTP status code.
     add 1de2c6e  CAMEL-17141: camel-health - Include error details for HTTP status code.
     add 507ecfb  CAMEL-17246: camel-health - Failure endpoint uri should be sanitized.

No new revisions were added by this update.

Summary of changes:
 .../http/base/HttpOperationFailedException.java    | 22 +++++++-
 .../component/telegram/TelegramException.java      | 64 ++++++++++++++++++++++
 .../service/TelegramServiceRestBotAPIAdapter.java  |  7 ++-
 .../TelegramConsumerHealthCheckErrorTest.java      | 29 ++++++----
 .../java/org/apache/camel/health/HealthCheck.java  |  8 ++-
 .../org/apache/camel/health/HealthCheckHelper.java | 11 ++--
 .../camel/health/HealthCheckResultBuilder.java     |  1 +
 .../org/apache/camel/spi/HttpResponseAware.java    | 23 ++++----
 .../camel/impl/health/ConsumerHealthCheck.java     | 18 +++++-
 .../camel/management/mbean/ManagedCamelHealth.java |  2 +-
 .../camel/support/ScheduledPollConsumer.java       | 57 +++++++++++++++++++
 .../support/ScheduledPollConsumerHealthCheck.java  | 26 ++++++---
 12 files changed, 226 insertions(+), 42 deletions(-)
 create mode 100644 components/camel-telegram/src/main/java/org/apache/camel/component/telegram/TelegramException.java
 copy components/camel-thrift/src/main/java/org/apache/camel/component/thrift/ThriftExchangeProtocol.java => core/camel-api/src/main/java/org/apache/camel/spi/HttpResponseAware.java (68%)