This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch camel-spring-boot-3.x in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
from 2dd98830996 [create-pull-request] automated change (#777) new d699164355c CAMEL-19050: Regen new 780230031f9 CAMEL-19050: camel-dhis2-starter The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../camel/springboot/catalog/components.properties | 1 + .../catalog/components/{splunk.json => dhis2.json} | 72 +++++++++---------- .../pom.xml | 4 +- .../camel-dhis2-starter/src/main/docs/dhis2.json | 80 ++++++++++++++++++++++ .../Dhis2ComponentAutoConfiguration.java} | 22 +++--- .../springboot/Dhis2ComponentConfiguration.java} | 59 ++++++++-------- .../dhis2/springboot/Dhis2ComponentConverter.java} | 12 ++-- .../src/main/resources/META-INF/LICENSE.txt | 0 .../src/main/resources/META-INF/NOTICE.txt | 0 .../src/main/resources/META-INF/spring.factories | 4 +- .../src/main/resources/META-INF/spring.provides | 2 +- components-starter/pom.xml | 1 + tooling/camel-spring-boot-bom/pom.xml | 5 ++ tooling/camel-spring-boot-dependencies/pom.xml | 15 ++++ 14 files changed, 188 insertions(+), 89 deletions(-) copy catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/{splunk.json => dhis2.json} (54%) copy components-starter/{camel-zeebe-starter => camel-dhis2-starter}/pom.xml (95%) create mode 100644 components-starter/camel-dhis2-starter/src/main/docs/dhis2.json copy components-starter/{camel-corda-starter/src/main/java/org/apache/camel/component/corda/springboot/CordaComponentAutoConfiguration.java => camel-dhis2-starter/src/main/java/org/apache/camel/component/dhis2/springboot/Dhis2ComponentAutoConfiguration.java} (84%) copy components-starter/{camel-twilio-starter/src/main/java/org/apache/camel/component/twilio/springboot/TwilioComponentConfiguration.java => camel-dhis2-starter/src/main/java/org/apache/camel/component/dhis2/springboot/Dhis2ComponentConfiguration.java} (75%) copy components-starter/{camel-aws2-mq-starter/src/main/java/org/apache/camel/component/aws2/mq/springboot/MQ2ComponentConverter.java => camel-dhis2-starter/src/main/java/org/apache/camel/component/dhis2/springboot/Dhis2ComponentConverter.java} (81%) copy {archetypes/camel-archetype-spring-boot => components-starter/camel-dhis2-starter}/src/main/resources/META-INF/LICENSE.txt (100%) copy {archetypes/camel-archetype-spring-boot => components-starter/camel-dhis2-starter}/src/main/resources/META-INF/NOTICE.txt (100%) copy components-starter/{camel-etcd3-starter => camel-dhis2-starter}/src/main/resources/META-INF/spring.factories (89%) copy components-starter/{camel-as2-starter => camel-dhis2-starter}/src/main/resources/META-INF/spring.provides (97%)