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/07/24 17:14:21 UTC

[camel] branch regen_bot updated (984676ba135 -> 3476d2cd28c)

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 984676ba135 Health component (#10800)
     add 9491637fc0a refactor!: remove itemType param in get/collection operation (#10802)
     add 3476d2cd28c CAMEL-13070: camel-ftp - Add option to configure fileName encoding for sftp. (#10807)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/catalog/components/dhis2.json |   4 +-
 .../org/apache/camel/catalog/components/sftp.json  | 153 +++++++++++----------
 components/camel-dhis2/camel-dhis2-api/pom.xml     |   5 +
 .../apache/camel/component/dhis2/api/Dhis2Get.java |  20 +--
 .../component/dhis2/api/ItemTypeConverter.java     |  54 +++-----
 .../component/dhis2/api/Dhis2GetTestCase.java      |   6 +-
 .../camel-dhis2/camel-dhis2-component/pom.xml      |   5 +-
 .../component/dhis2/Dhis2EndpointUriFactory.java   |   3 +-
 .../dhis2/Dhis2GetEndpointConfiguration.java       |  13 +-
 .../Dhis2GetEndpointConfigurationConfigurer.java   |   7 -
 .../dhis2/internal/Dhis2ApiCollection.java         |   2 +-
 .../dhis2/internal/Dhis2GetApiMethod.java          |   3 +-
 .../org/apache/camel/component/dhis2/dhis2.json    |   4 +-
 .../src/main/docs/dhis2-component.adoc             |  19 +--
 .../apache/camel/component/dhis2/Dhis2GetIT.java   |   8 +-
 components/camel-dhis2/pom.xml                     |   2 +-
 .../file/remote/SftpEndpointConfigurer.java        |   6 +
 .../file/remote/SftpEndpointUriFactory.java        |   3 +-
 .../apache/camel/component/file/remote/sftp.json   | 153 +++++++++++----------
 .../component/file/remote/SftpConfiguration.java   |  13 ++
 .../component/file/remote/SftpOperations.java      |   6 +
 .../endpoint/dsl/SftpEndpointBuilderFactory.java   |  48 +++++++
 22 files changed, 291 insertions(+), 246 deletions(-)
 copy core/camel-support/src/main/java/org/apache/camel/support/TypeConverterSupport.java => components/camel-dhis2/camel-dhis2-api/src/main/java/org/apache/camel/component/dhis2/api/ItemTypeConverter.java (59%)