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/05/19 16:01:35 UTC

[camel] branch regen_bot updated (a2a5b908ab0 -> 67bf6aaf76f)

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 a2a5b908ab0 (chores) camel-azure-storage-blob: use unmodifiable list when possible
     add f3ac574be38 (chores) camel-api: use unmodifiable list when possible
     add 5eca134f62e (chores) camel-base-engine: use unmodifiable list when possible
     add 1d671d9eade (chores) camel-base: use unmodifiable list when possible
     add a213b16d047 (chores) camel-cloud: use unmodifiable list when possible
     add b80bce1acf7 (chores) camel-cluster: use unmodifiable list when possible
     add 9e1c984b149 (chores) camel-console: use unmodifiable list when possible
     add 96f20a66881 (chores) camel-core-model: use unmodifiable list when possible
     add 5fbee10baf3 (chores) camel-core-processor: use unmodifiable list when possible
     add d2a27045463 (chores) camel-core-reifier: use unmodifiable list when possible
     add aa494aa1804 (chores) camel-management: use unmodifiable list when possible
     add 67bf6aaf76f (chores) camel-support: use unmodifiable list when possible

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/camel/console/DevConsoleRegistry.java     |  3 +--
 .../main/java/org/apache/camel/health/HealthCheckHelper.java  |  2 +-
 .../java/org/apache/camel/health/HealthCheckRegistry.java     |  3 +--
 .../camel/impl/engine/DefaultSupervisingRouteController.java  | 11 +++++------
 .../camel/component/properties/PropertiesComponent.java       |  3 +--
 .../org/apache/camel/impl/cloud/BlacklistServiceFilter.java   |  4 +---
 .../org/apache/camel/impl/cloud/CombinedServiceDiscovery.java |  3 +--
 .../org/apache/camel/impl/cloud/HealthyServiceFilter.java     |  3 +--
 .../org/apache/camel/impl/cloud/StaticServiceDiscovery.java   |  3 +--
 .../apache/camel/impl/cluster/ClusteredRouteController.java   |  3 +--
 .../org/apache/camel/impl/console/JavaSecurityDevConsole.java |  5 ++---
 .../java/org/apache/camel/model/OnExceptionDefinition.java    |  3 +--
 .../src/main/java/org/apache/camel/processor/Pipeline.java    |  3 +--
 .../camel/processor/loadbalancer/WeightedLoadBalancer.java    |  7 ++-----
 .../camel/reifier/dataformat/FhirDataFormatReifier.java       |  2 +-
 .../org/apache/camel/management/mbean/ManagedComponent.java   |  2 +-
 .../apache/camel/management/mbean/ManagedRouteController.java |  3 +--
 .../management/mbean/ManagedSupervisingRouteController.java   |  7 +++----
 .../java/org/apache/camel/support/CamelContextHelper.java     |  5 ++---
 19 files changed, 28 insertions(+), 47 deletions(-)