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 15:41:26 UTC

[camel] branch regen_bot updated (373c37bbd51 -> 86cbf9586c9)

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 373c37bbd51 Regen for commit da9a2e5443ffc706fc40e16138a096f0b9b1699b (#10159)
     add 65aa26065fe (chores) camel-consul: use unmodifiable list when possible
     add 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
     add 5a3fe1250ff (chores) camel-aws: use unmodifiable list when possible
     add 4f060ba4ec8 (chores) camel-bindy: use unmodifiable list when possible
     add df1bbf25e31 (chores) camel-digitalocean: use unmodifiable list when possible
     add 05a92a27f3a (chores) camel-azure-servicebus: use unmodifiable list when possible
     add 843dbab6fcb (chores) camel-azure-storage-datalake: use unmodifiable list when possible
     add 86cbf9586c9 (chores) camel-azure-storage-queue: use unmodifiable list when possible

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/component/aws2/ddbstream/ShardTree.java  |  3 +--
 .../camel/component/aws2/eventbridge/EventbridgeProducer.java |  3 +--
 .../org/apache/camel/component/aws2/ses/Ses2Producer.java     |  9 ++++-----
 .../camel/component/azure/servicebus/ServiceBusProducer.java  |  3 +--
 .../azure/storage/blob/client/BlobContainerClientWrapper.java |  3 +--
 .../storage/blob/operations/BlobChangeFeedOperations.java     |  5 ++---
 .../azure/storage/blob/operations/BlobOperations.java         |  3 +--
 .../datalake/client/DataLakeFileSystemClientWrapper.java      |  3 +--
 .../storage/datalake/client/DataLakeServiceClientWrapper.java |  3 +--
 .../azure/storage/queue/client/QueueClientWrapper.java        |  5 ++---
 .../azure/storage/queue/client/QueueServiceClientWrapper.java |  3 +--
 .../dataformat/bindy/kvp/BindyKeyValuePairDataFormat.java     |  3 +--
 .../camel/component/consul/cloud/ConsulServiceDiscovery.java  |  3 +--
 .../camel/component/consul/cloud/ConsulServiceRegistry.java   |  3 +--
 .../digitalocean/producer/DigitalOceanDropletsProducer.java   |  3 +--
 .../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 ++---
 34 files changed, 48 insertions(+), 82 deletions(-)