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 88f5376  yaml-dsl: use camel-restdsl-openapi-plugin to generate rest 
dsl from openapi spec (#5688)
     add fa79138  (chores) camel-ftp cleanup (#5689)
     add d515cd9  (chores) camel-paho cleanup (#5690)
     add 892aa60  feature(camel-aws-ddb): Add Batch, Query and Scan tests 
(#5691)

No new revisions were added by this update.

Summary of changes:
 .../ddb/localstack/AWS2BatchGetItemsRuleIT.java    | 135 +++++++++++++++++++
 .../aws2/ddb/localstack/AWS2QueryRuleIT.java       | 143 +++++++++++++++++++++
 .../aws2/ddb/localstack/AWS2ScanRuleIT.java        | 143 +++++++++++++++++++++
 .../component/aws2/ddb/localstack/Aws2DDBBase.java |   8 +-
 .../file/remote/CamelFTPParserFactory.java         |   1 -
 .../camel/component/file/remote/FtpUtils.java      |   6 +-
 .../component/file/remote/FtpsOperations.java      |   5 -
 .../component/file/remote/RemoteFileConsumer.java  |   3 +-
 .../component/file/remote/RemoteFileEndpoint.java  |   2 +-
 .../component/file/remote/SftpOperations.java      |  16 +--
 .../apache/camel/component/paho/PahoComponent.java |   4 +-
 .../paho/PahoComponentVerifierExtension.java       |  10 +-
 12 files changed, 445 insertions(+), 31 deletions(-)
 create mode 100644 
components/camel-aws/camel-aws2-ddb/src/test/java/org/apache/camel/component/aws2/ddb/localstack/AWS2BatchGetItemsRuleIT.java
 create mode 100644 
components/camel-aws/camel-aws2-ddb/src/test/java/org/apache/camel/component/aws2/ddb/localstack/AWS2QueryRuleIT.java
 create mode 100644 
components/camel-aws/camel-aws2-ddb/src/test/java/org/apache/camel/component/aws2/ddb/localstack/AWS2ScanRuleIT.java

Reply via email to