[GitHub] camel pull request #1221: CAMEL-10411 - camel-blueprint. prevent automated r...

2016-10-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/camel/pull/1221 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

Re: New component comtribution - guidance required

2016-10-24 Thread Andrea Cosentino
Yeah sure. I will do it :-) -- Andrea Cosentino -- Apache Camel PMC Member Apache Karaf Committer Apache Servicemix Committer Email: ancosen1...@yahoo.com Twitter: @oscerd2 Github: oscerd On Tuesday, October 25, 2016 4:17 AM, Evgeny M wrote: Great post, thank

Re: New component comtribution - guidance required

2016-10-24 Thread Evgeny M
Great post, thank you, I have picked a few things that I have missed. Would you mind checking it out with 2.19.0-SNAPSHOT? Not sure it is applicable anymore - springboot somewhat complicate things. -- View this message in context: http://camel.465427.n5.nabble.com/New-component-comtribution-gu

Camel.trunk.notest - Build # 2915 - Still Failing

2016-10-24 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.trunk.notest (build #2915) Status: Still Failing Check console output at https://builds.apache.org/job/Camel.trunk.notest/2915/ to view the results.

[GitHub] camel pull request #1222: Camel 10404 example spring boot

2016-10-24 Thread DariusX
GitHub user DariusX opened a pull request: https://github.com/apache/camel/pull/1222 Camel 10404 example spring boot Changed from the older way with the FatJarRoute, to make it like camel-example-spring-boot-starter, which is standard spring boot style. You can merge this pull requ

[GitHub] camel pull request #1221: CAMEL-10411 - camel-blueprint. prevent automated r...

2016-10-24 Thread paoloantinori
GitHub user paoloantinori opened a pull request: https://github.com/apache/camel/pull/1221 CAMEL-10411 - camel-blueprint. prevent automated restart in case of e… …rrors You can merge this pull request into a Git repository by running: $ git pull https://github.com/paoloanti

Re: Questions about seda's BlockingQueueFactory

2016-10-24 Thread Matt Sicker
I've tried out a custom implementation before where I ignored the capacity value (with a LinkedTransferQueue), and I've done it the other way around where I needed to use a default capacity value (which was configurable as a property in the factory class). Alas, that seems to be a general problem o

Re: New component comtribution - guidance required

2016-10-24 Thread Andrea Cosentino
Some months ago I wrote this blog post about this http://oscerd.github.io/2016/07/06/contributing-camel-components/ If you have further questions please ask :-) -- Andrea Cosentino -- Apache Camel PMC Member Apache Karaf Committer Apache Servicemix Committer Emai

New component comtribution - guidance required

2016-10-24 Thread Evgeny M
Good day, I would like to contribute a component to Apache Camel. The code, unit and integration tests are ready. Some issues around build as part of the larger camel component codebase (builds on its own fine), so I would like some guidance on what and where to fix. What would be a procedure fo

Re: Upgrading to 2.18 - Integration Test Issue

2016-10-24 Thread Evgeny M
Hmm. When I reassign Surefire to run in integration-test phase it failed with the same problem. Now it feels like it might be related to the maven lifecycle phase. -- View this message in context: http://camel.465427.n5.nabble.com/Upgrading-to-2-18-Integration-Test-Issue-tp5789152p5789164.htm

Questions about seda's BlockingQueueFactory

2016-10-24 Thread Antoine DESSAIGNE
Hello everyone, We're currently creating a custom implementation of seda's BlockingQueueFactory. We are a bit puzzled by the expected behavior of some corner cases. I'll be more than happy to create a pull request with more detailed javadoc afterwards. So here are our questions. Thanks a lot if y

Re: Upgrading to 2.18 - Integration Test Issue

2016-10-24 Thread Evgeny M
Further investigation indicated that the issue is somehow related to the failsafe plugin for the integration tests. -- View this message in context: http://camel.465427.n5.nabble.com/Upgrading-to-2-18-Integration-Test-Issue-tp5789152p5789159.html Sent from the Camel Development mailing list ar