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 7e1c3db  CAMEL-15611: Support prefix for camel namespace in 
XmlRouteParser
     add 35147dc  CAMEL-15611: Support prefix for camel namespace in 
XmlRouteParser
     add 543507c  CAMEL-15176: Optimize component to do as much in init phase 
vs start phase.
     add 076bc5a  CAMEL-15656: Support batch consumer in Azure Storage Blob 
component
     add 311efae  CAMEL-15176: Optimize component to do as much in init phase 
vs start phase.
     add 50c87ca  CAMEL-15176: Optimize component to do as much in init phase 
vs start phase.
     add 2df9d8e  CAMEL-15176: Optimize component to do as much in init phase 
vs start phase.
     add a4cd373  CAMEL-15682: Fixed aggregate EIP to use long value for 
default timeout value as that can cause class cast exception. Thanks to David 
Borsos for reporting and suggested fix.
     add 2849493  fix for CAMEL-15676: openapi-restdsl-generator - redundant 
content-types with multiple responses (#4429)
     add 984be90  Regen
     add 5c0c79f  camel-exec: fixed warnings about deprecations in test code 
(#4434)
     add 32d523d  Regen for commit 5c0c79feb0d72340e473423b20896a95990a9771

No new revisions were added by this update.

Summary of changes:
 .../catalog/components/azure-storage-blob.json     |   4 +-
 .../catalog/docs/azure-storage-blob-component.adoc |  25 +++-
 .../parser/xml/XmlWithPrefixParseTreeTest.java     |  12 +-
 .../azure/storage/blob/azure-storage-blob.json     |   4 +-
 .../main/docs/azure-storage-blob-component.adoc    |  25 +++-
 .../azure/storage/blob/BlobConfiguration.java      |   3 +-
 .../blob/BlobConfigurationOptionsProxy.java        |  10 +-
 .../component/azure/storage/blob/BlobConsumer.java | 137 +++++++++++++++++---
 .../component/azure/storage/blob/BlobEndpoint.java |   3 -
 .../azure/storage/blob/BlobExchangeHeaders.java    |   3 +-
 .../component/azure/storage/blob/BlobUtils.java    |   2 +-
 .../blob/operations/BlobContainerOperations.java   |  16 ---
 .../storage/blob/operations/BlobOperations.java    |  65 +---------
 .../blob/operations/BlobServiceOperations.java     |   3 -
 .../azure/storage/blob/BlobComponentTest.java      |  10 --
 .../azure/storage/blob/BlobConsumerIT.java         |  61 ++++++++-
 .../exec/ExecJavaProcessRecipientListTest.java     |   7 +-
 .../camel/component/exec/ExecJavaProcessTest.java  |   7 +-
 .../camel/component/exec/ExecOutFileTest.java      |  13 +-
 .../camel/component/exec/ExecProducerTest.java     |   3 +-
 .../http/vertx/VertxPlatformHttpConsumer.java      |  20 ++-
 .../http/vertx/VertxPlatformHttpServer.java        |  11 +-
 .../component/vertx/http/VertxHttpComponent.java   |  28 ++--
 .../vertx/websocket/VertxWebsocketComponent.java   |  42 +++---
 .../camel/component/vertx/VertxComponent.java      |  13 ++
 components/components-init-work-in-progress.md     |  22 ++--
 .../processor/aggregate/AggregateProcessor.java    |   2 +-
 .../AzureStorageBlobComponentBuilderFactory.java   |   4 +-
 .../endpoint/dsl/BlobEndpointBuilderFactory.java   |  12 +-
 .../ROOT/pages/azure-storage-blob-component.adoc   |  25 +++-
 .../camel/generator/openapi/OperationVisitor.java  |  33 +++--
 ...t.java => RestDslXmlGeneratorV3SimpleTest.java} |  40 ++++--
 .../test/resources/OpenApiV3PetstoreSimpleXml.txt  |   8 ++
 .../generator/openapi/openapi-spec-simple.json     | 142 +++++++++++++++++++++
 34 files changed, 577 insertions(+), 238 deletions(-)
 copy 
tooling/openapi-rest-dsl-generator/src/test/java/org/apache/camel/generator/openapi/{PathSpringBootProjectSourceGeneratorTest.java
 => RestDslXmlGeneratorV3SimpleTest.java} (50%)
 create mode 100644 
tooling/openapi-rest-dsl-generator/src/test/resources/OpenApiV3PetstoreSimpleXml.txt
 create mode 100644 
tooling/openapi-rest-dsl-generator/src/test/resources/org/apache/camel/generator/openapi/openapi-spec-simple.json

Reply via email to