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 2024/01/02 15:18:45 UTC

(camel) branch regen_bot updated (a3e11a30fbb -> 90faf3f50a7)

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 a3e11a30fbb Toname (#12635)
     add 71394b5f663 Increase max number of opened pull request for depdencies update from Dependabot
     add 90faf3f50a7 Fluent (#12637)

No new revisions were added by this update.

Summary of changes:
 .github/dependabot.yml                             |   1 +
 .../maven/MavenVersionManagerManualTest.java       |   2 +-
 .../camel/catalog/components/file-watch.json       |   2 +-
 .../org/apache/camel/catalog/components/ftp.json   |   2 +-
 .../org/apache/camel/catalog/components/ftps.json  |   2 +-
 .../org/apache/camel/catalog/components/sftp.json  |   2 +-
 .../camel/component/file/azure/FilesConsumer.java  |   2 +-
 .../camel/component/file/watch/file-watch.json     |   2 +-
 .../component/file/watch/FileWatchEndpoint.java    |   2 +-
 .../apache/camel/component/file/FileConsumer.java  |   2 +-
 .../camel/component/file/GenericFileConsumer.java  |   2 +-
 .../GenericFileProcessStrategySupport.java         |   2 +-
 .../apache/camel/component/file/remote/ftp.json    |   2 +-
 .../apache/camel/component/file/remote/ftps.json   |   2 +-
 .../apache/camel/component/file/remote/sftp.json   |   2 +-
 .../camel/component/file/remote/FtpConsumer.java   |   2 +-
 .../file/remote/RemoteFileConfiguration.java       |   4 +-
 .../camel/component/file/remote/SftpConsumer.java  |   2 +-
 .../camel/component/jms/JmsMessageHelper.java      |   4 +-
 .../server/core/integ5/DSAnnotationProcessor.java  |   2 +-
 .../server/core/integ5/DSAnnotationProcessor.java  |   2 +-
 .../camel/component/minio/MinioConsumer.java       |   2 +-
 .../camel/component/sjms/jms/JmsMessageHelper.java |   2 +-
 .../spring/batch/SpringBatchEndpointTest.java      |   2 +-
 .../camel/spring/processor/convertVariable.xml     |  28 -----
 .../apache/camel/test/junit5/CamelTestSupport.java |   2 +-
 .../component/whatsapp/model/UploadMedia.java      |   2 +-
 .../org/apache/camel/FluentProducerTemplate.java   |  42 ++++++++
 .../main/java/org/apache/camel/PropertyInject.java |   2 +-
 .../java/org/apache/camel/spi/ManagementAgent.java |   2 +-
 .../impl/engine/DefaultFluentProducerTemplate.java | 116 ++++++++++++++++++---
 .../impl/engine/DefaultResourceResolvers.java      |   2 +-
 .../camel/catalog/impl/AbstractCamelCatalog.java   |   2 +-
 .../java/org/apache/camel/builder/AdviceWith.java  |   2 +-
 .../camel/processor/RemoveVariableProcessor.java   |   2 +-
 .../camel/processor/SetVariableProcessor.java      |   2 +-
 .../processor/aggregate/AggregateController.java   |   4 +-
 .../camel/builder/FluentProducerTemplateTest.java  |  27 +++++
 ...leConsumerFileExpressionThrowExceptionTest.java |   2 +-
 .../processor/converter/ConvertVariableTest.java   |  93 +++++++----------
 .../org/apache/camel/support/DefaultComponent.java |   2 +-
 .../org/apache/camel/support/ExchangeHelper.java   |  28 +++++
 .../camel/support/builder/ExpressionBuilder.java   |   4 +-
 .../processor/ConvertVariableProcessor.java        |   2 +-
 .../ROOT/pages/using-propertyplaceholder.adoc      |   4 +-
 .../dsl/jbang/core/common/CommandLineHelper.java   |   2 +-
 .../camel/dsl/yaml/ConvertVariableTest.groovy      |  16 +--
 ...ndNoTransactionErrorHandlerConfiguredRoute.java |   2 +-
 .../itest/tx/JmsToHttpWithOnExceptionRoute.java    |   2 +-
 .../camel/maven/EipDocumentationEnricherMojo.java  |   2 +-
 50 files changed, 293 insertions(+), 152 deletions(-)