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/08/10 18:05:11 UTC

[camel] branch regen_bot_3x updated (f303ee7e7cb -> bedfe0c8566)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot_3x
in repository https://gitbox.apache.org/repos/asf/camel.git


    from f303ee7e7cb Camel-19627: paho-mqtt5 allow optional password when username provided (#11043)
     add bedfe0c8566 refactor!: remove itemType param in get/collection operation (#11068)

No new revisions were added by this update.

Summary of changes:
 components/camel-dhis2/camel-dhis2-api/pom.xml     | 23 +++++----
 .../apache/camel/component/dhis2/api/Dhis2Get.java | 20 ++------
 .../component/dhis2/api/ItemTypeConverter.java     | 54 ++++++++--------------
 .../component/dhis2/api/Dhis2GetTestCase.java      | 10 ++--
 .../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 ++++----
 .../camel/component/dhis2/Dhis2DeleteIT.java       |  2 +-
 .../apache/camel/component/dhis2/Dhis2GetIT.java   | 12 +++--
 .../apache/camel/component/dhis2/Dhis2PostIT.java  |  2 +-
 .../apache/camel/component/dhis2/Dhis2PutIT.java   |  2 +-
 .../component/dhis2/Dhis2ResourceTablesIT.java     |  5 +-
 components/camel-dhis2/pom.xml                     |  2 +-
 18 files changed, 77 insertions(+), 111 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%)