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 e39b1a32e90 CAMEL-19281 - Fixing the connection memory leak issue 
(#9901)
     add 7750409ccce Add API methods for deleting and updating resources & some 
other minor changes (#9899)
     add 7f964f77727 Upgrade to activemq 5.17.4
     add da68c60d146 CAMEL-19282: camel-aws - Upgrade to 2.20.17
     add 1dda4687ed8 Regen for commit da68c60d146f345d1ec784007864622c1316648e

No new revisions were added by this update.

Summary of changes:
 camel-dependencies/pom.xml                         |   4 +-
 .../apache/camel/catalog/components/aws2-ec2.json  |   2 +-
 .../apache/camel/component/aws2/ec2/aws2-ec2.json  |   2 +-
 .../dhis2/api/{Dhis2Post.java => Dhis2Delete.java} |  19 ++-
 .../apache/camel/component/dhis2/api/Dhis2Get.java |  25 ++--
 .../camel/component/dhis2/api/Dhis2Post.java       |   3 -
 .../dhis2/api/{Dhis2Post.java => Dhis2Put.java}    |  20 ++--
 .../component/dhis2/api/RootJunctionEnum.java}     |  14 +--
 ...2PostTestCase.java => Dhis2DeleteTestCase.java} |  24 ++--
 .../component/dhis2/api/Dhis2GetTestCase.java      | 122 +++++++++++++++++++-
 .../component/dhis2/api/Dhis2PostTestCase.java     |   4 +-
 ...his2PostTestCase.java => Dhis2PutTestCase.java} |  24 ++--
 .../camel-dhis2/camel-dhis2-component/pom.xml      |  19 +++
 .../signatures/file-sig-api.txt                    |   4 +-
 ....java => Dhis2DeleteEndpointConfiguration.java} |   8 +-
 ...his2DeleteEndpointConfigurationConfigurer.java} |  43 ++-----
 .../component/dhis2/Dhis2EndpointUriFactory.java   |   3 +-
 .../dhis2/Dhis2GetEndpointConfiguration.java       |  15 ++-
 .../Dhis2GetEndpointConfigurationConfigurer.java   |   7 ++
 .../dhis2/Dhis2PostEndpointConfiguration.java      |   2 +-
 ...ion.java => Dhis2PutEndpointConfiguration.java} |   8 +-
 ...> Dhis2PutEndpointConfigurationConfigurer.java} |  43 ++-----
 .../dhis2/internal/Dhis2ApiCollection.java         |  20 +++-
 .../component/dhis2/internal/Dhis2ApiName.java     |   6 +-
 ...GetApiMethod.java => Dhis2DeleteApiMethod.java} |  23 +---
 .../dhis2/internal/Dhis2GetApiMethod.java          |   2 +
 ...is2GetApiMethod.java => Dhis2PutApiMethod.java} |  23 +---
 ...omponent.dhis2.Dhis2DeleteEndpointConfiguration |   2 +
 ...l.component.dhis2.Dhis2PutEndpointConfiguration |   2 +
 .../org/apache/camel/component/dhis2/dhis2.json    |  12 +-
 .../src/main/docs/dhis2-component.adoc             | 128 +++++++++++++++++++++
 .../camel/component/dhis2/Dhis2Endpoint.java       |  17 ++-
 .../camel/component/dhis2/Dhis2Producer.java       |  14 +++
 .../dhis2/{Dhis2PostIT.java => Dhis2DeleteIT.java} |  40 ++++---
 .../apache/camel/component/dhis2/Dhis2GetIT.java   |   2 +-
 .../apache/camel/component/dhis2/Dhis2PostIT.java  |  23 +++-
 .../dhis2/{Dhis2PostIT.java => Dhis2PutIT.java}    |  43 ++++---
 .../component/dhis2/Dhis2ResourceTablesIT.java     |   1 -
 .../apache/camel/component/dhis2/Environment.java  |  10 +-
 components/camel-dhis2/pom.xml                     |  22 +++-
 parent/pom.xml                                     |   4 +-
 41 files changed, 557 insertions(+), 252 deletions(-)
 copy 
components/camel-dhis2/camel-dhis2-api/src/main/java/org/apache/camel/component/dhis2/api/{Dhis2Post.java
 => Dhis2Delete.java} (72%)
 copy 
components/camel-dhis2/camel-dhis2-api/src/main/java/org/apache/camel/component/dhis2/api/{Dhis2Post.java
 => Dhis2Put.java} (72%)
 copy 
components/camel-dhis2/{camel-dhis2-component/src/main/java/org/apache/camel/component/dhis2/Dhis2Producer.java
 => 
camel-dhis2-api/src/main/java/org/apache/camel/component/dhis2/api/RootJunctionEnum.java}
 (62%)
 copy 
components/camel-dhis2/camel-dhis2-api/src/test/java/org/apache/camel/component/dhis2/api/{Dhis2PostTestCase.java
 => Dhis2DeleteTestCase.java} (73%)
 copy 
components/camel-dhis2/camel-dhis2-api/src/test/java/org/apache/camel/component/dhis2/api/{Dhis2PostTestCase.java
 => Dhis2PutTestCase.java} (73%)
 copy 
components/camel-dhis2/camel-dhis2-component/src/generated/java/org/apache/camel/component/dhis2/{Dhis2PostEndpointConfiguration.java
 => Dhis2DeleteEndpointConfiguration.java} (86%)
 copy 
components/camel-dhis2/camel-dhis2-component/src/generated/java/org/apache/camel/component/dhis2/{Dhis2GetEndpointConfigurationConfigurer.java
 => Dhis2DeleteEndpointConfigurationConfigurer.java} (71%)
 copy 
components/camel-dhis2/camel-dhis2-component/src/generated/java/org/apache/camel/component/dhis2/{Dhis2PostEndpointConfiguration.java
 => Dhis2PutEndpointConfiguration.java} (86%)
 copy 
components/camel-dhis2/camel-dhis2-component/src/generated/java/org/apache/camel/component/dhis2/{Dhis2GetEndpointConfigurationConfigurer.java
 => Dhis2PutEndpointConfigurationConfigurer.java} (73%)
 copy 
components/camel-dhis2/camel-dhis2-component/src/generated/java/org/apache/camel/component/dhis2/internal/{Dhis2GetApiMethod.java
 => Dhis2DeleteApiMethod.java} (62%)
 copy 
components/camel-dhis2/camel-dhis2-component/src/generated/java/org/apache/camel/component/dhis2/internal/{Dhis2GetApiMethod.java
 => Dhis2PutApiMethod.java} (64%)
 create mode 100644 
components/camel-dhis2/camel-dhis2-component/src/generated/resources/META-INF/services/org/apache/camel/configurer/org.apache.camel.component.dhis2.Dhis2DeleteEndpointConfiguration
 create mode 100644 
components/camel-dhis2/camel-dhis2-component/src/generated/resources/META-INF/services/org/apache/camel/configurer/org.apache.camel.component.dhis2.Dhis2PutEndpointConfiguration
 copy 
components/camel-dhis2/camel-dhis2-component/src/test/java/org/apache/camel/component/dhis2/{Dhis2PostIT.java
 => Dhis2DeleteIT.java} (55%)
 copy 
components/camel-dhis2/camel-dhis2-component/src/test/java/org/apache/camel/component/dhis2/{Dhis2PostIT.java
 => Dhis2PutIT.java} (59%)

Reply via email to