CAMEL-19050: add DHIS2 component#9349
Conversation
|
🌟 Thank you for your contribution to the Apache Camel project! 🌟 If necessary Apache Camel Committers may access logs and test results in the job summaries! |
|
Thanks for the contribution. However all the source code must use the ASF license header. So either you need to change this in the PR or we cannot accept the PR to ASF. Also it would be good to write a bit more in the .doc file what dhis2 is. Just a few lines to explain it to users that do not know. |
oscerd
left a comment
There was a problem hiding this comment.
The code needs to have the ASF License header in all the files.
reference latest dhis2-java-sdk release
oscerd
left a comment
There was a problem hiding this comment.
LGTM, I'll try to merge it this week.
|
Trying to merge this but it's failing with [ERROR] Failed to execute goal on project camel-dhis2: Could not resolve dependencies for project org.apache.camel:camel-dhis2:jar:4.0.0-SNAPSHOT: Could not find artifact org.apache.camel:camel-dhis2-api:jar:javadoc:4.0.0-SNAPSHOT in apache-public (https://repository.apache.org/content/groups/public/) |
|
I removed the javadoc camel-dhis2-api jar, tests were passing. Merged and pushed. Thanks |
Description
Add DHIS2 Camel Component.
Target
camel-3.x, whereas Camel 4 uses themainbranch)Tracking
Apache Camel coding standards and style
mvn -Pformat,fastinstall install && mvn -Psourcecheck