[ https://issues.apache.org/jira/browse/CAMEL-3480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12977435#action_12977435 ]
Hadrian Zbarcea commented on CAMEL-3480: ---------------------------------------- @Dan, thanks for the contribution! Your icla is on file and if you could let me know what your wiki username is I will grant you karma to edit the wiki and document the new component. Now we wait for SMX to release the spymemcached bundle (not yet available in the repos). It looks good, but it needs more tests. The endpoint configuration is unit tested, but no messages are being sent, no routes created. An spring xml based test would be good too. A few other minor changes are needed, like dropping the hardcoded dependency on camel-2.5.0, but those are easily handled. Component dependencies (below) also look good. {code} [INFO] Building Camel :: Kestrel [INFO] task-segment: [dependency:tree] [INFO] ------------------------------------------------------------------------ [INFO] [dependency:tree {execution: default-cli}] [INFO] org.apache.camel:camel-kestrel:bundle:2.6-SNAPSHOT [INFO] +- commons-logging:commons-logging-api:jar:1.1:compile [INFO] +- org.apache.camel:camel-core:jar:2.6-SNAPSHOT:compile [INFO] | \- org.fusesource.commonman:commons-management:jar:1.0:compile [INFO] +- spy:memcached:jar:2.5:compile [INFO] +- org.apache.camel:camel-test:jar:2.6-SNAPSHOT:test [INFO] | +- org.apache.camel:camel-spring:jar:2.6-SNAPSHOT:test [INFO] | | +- org.springframework:spring-context:jar:3.0.5.RELEASE:test [INFO] | | | +- org.springframework:spring-beans:jar:3.0.5.RELEASE:test [INFO] | | | +- org.springframework:spring-core:jar:3.0.5.RELEASE:test [INFO] | | | +- org.springframework:spring-expression:jar:3.0.5.RELEASE:test [INFO] | | | \- org.springframework:spring-asm:jar:3.0.5.RELEASE:test [INFO] | | +- org.springframework:spring-aop:jar:3.0.5.RELEASE:test [INFO] | | | \- aopalliance:aopalliance:jar:1.0:test [INFO] | | \- org.springframework:spring-tx:jar:3.0.5.RELEASE:test [INFO] | \- junit:junit:jar:4.8.1:test [INFO] \- commons-logging:commons-logging:jar:1.1.1:test {code} > New component: Kestrel > ---------------------- > > Key: CAMEL-3480 > URL: https://issues.apache.org/jira/browse/CAMEL-3480 > Project: Camel > Issue Type: New Feature > Reporter: Dan Checkoway > Assignee: Hadrian Zbarcea > Priority: Minor > Attachments: CAMEL-3480.patch > > Original Estimate: 24h > Remaining Estimate: 24h > > I'm proposing that some adapted open-source code for producing to/consuming > from Kestrel be added as an official Camel component. Currently the code > lives here: https://github.com/dcheckoway/camel-kestrel > Please assign this to me if you'd like me to own this. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.