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 2023/04/01 12:13:25 UTC

[camel] branch regen_bot updated (71cc454ae95 -> 5a8152e8fda)

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 71cc454ae95 Regen for commit c352cf3f2a719a5e1e5cbc2ab557e62a1e8135ea (#9749)
     add 6f216ea59bc CAMEL-15105: make the PeriodicTaskScheduler a plugin of the context
     add 5a8152e8fda CAMEL-15105: make the HealthCheckResolver a plugin of the context

No new revisions were added by this update.

Summary of changes:
 .../aws/secretsmanager/SecretsDevConsole.java      |  3 +-
 .../key/vault/AzureKeyVaultManagerDevConsole.java  |  3 +-
 .../manager/GoogleSecretManagerDevConsole.java     |  3 +-
 .../org/apache/camel/ExtendedCamelContext.java     | 26 -----------------
 .../org/apache/camel/health/HealthCheckHelper.java |  4 +--
 .../camel/impl/engine/AbstractCamelContext.java    |  6 ++--
 .../impl/engine/DefaultCamelContextExtension.java  | 33 ---------------------
 .../camel/impl/ExtendedCamelContextConfigurer.java | 12 --------
 .../impl/lw/LightweightCamelContextExtension.java  | 22 --------------
 .../camel/impl/engine/PeriodTaskSchedulerTest.java |  5 ++--
 .../impl/health/HealthCheckResultStrategyTest.java |  7 ++---
 .../camel/impl/health/MyFooHealthCheckTest.java    |  7 ++---
 .../impl/health/DefaultHealthCheckRegistry.java    |  5 ++--
 .../impl/health/DefaultHealthChecksLoader.java     |  2 +-
 .../org/apache/camel/main/BaseMainSupport.java     |  6 ++--
 .../org/apache/camel/support/PluginHelper.java     | 34 ++++++++++++++++++++++
 16 files changed, 60 insertions(+), 118 deletions(-)