[GitHub] camel pull request #1156: The interface SpringApplicationConfiguration is de...

2016-09-06 Thread Pogorelov
Github user Pogorelov closed the pull request at: https://github.com/apache/camel/pull/1156 --- 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 e

Re: Getting ready for Apache Camel 2.18 Release

2016-09-06 Thread Claus Ibsen
On Sun, Aug 28, 2016 at 11:28 AM, Claus Ibsen wrote: > Hi > > Hope everybody had good summer vacation. I had my vacation in parts > and have next week as PTO. > > We should get started to close down on the upcoming Camel 2.18 release. > > > There is some outstanding work (in no particular order) >

Re: Getting ready for Apache Camel 2.18 Release

2016-09-06 Thread Andrea Cosentino
For the docs, I should be able to complete the languages this week. :-) -- Andrea Cosentino -- Apache Camel PMC Member Apache Karaf Committer Apache Servicemix Committer Email: ancosen1...@yahoo.com Twitter: @oscerd2 Github: oscerd On Tuesday, September 6, 2016

Re: Getting ready for Apache Camel 2.18 Release

2016-09-06 Thread Claus Ibsen
Hi I added to our maven tool that it can fail the build if our component docs has problems. You can set this value to true https://github.com/apache/camel/blob/master/components/pom.xml#L286 And then do a mvn clean install -Dtest=false in the components directory. There seems to be a bunch of .

Java8 DSL (CAMEL-7831)

2016-09-06 Thread Luca Burgazzoli
Hello everyone, I've started working on CAMEL-7831 to create a Java8 example to use Expressions and I've ended up with a simple example - see [1]. Of course it is only for demonstrative purpose. Java8 lambda support to Expressions has been added to - ExpressionClause to avoid adding overload metho

Re: Java8 DSL (CAMEL-7831)

2016-09-06 Thread Matt Sicker
Oh nice, I really like the choice DSL there. On 6 September 2016 at 10:37, Luca Burgazzoli wrote: > Hello everyone, > I've started working on CAMEL-7831 to create a Java8 example to use > Expressions and I've ended up with a simple example - see [1]. > Of course it is only for demonstrative purp

[GitHub] camel pull request #1159: CAMEL-10242 - add timeout

2016-09-06 Thread hqstevenson
GitHub user hqstevenson opened a pull request: https://github.com/apache/camel/pull/1159 CAMEL-10242 - add timeout You can merge this pull request into a Git repository by running: $ git pull https://github.com/hqstevenson/camel CAMEL-10242 Alternatively you can review and ap

Help adding logic to camel component that executes before onComplete

2016-09-06 Thread Quinn Stevenson
I would like to enhance the camel-mllp component to set a message header containing the MLLP Acknowledgement when the component is automatically generating the acknowledgment. This code would need to execute after the last element in the main route, but before any onCompletion elements are invo

Re: Help adding logic to camel component that executes before onComplete

2016-09-06 Thread Claus Ibsen
If you talk about UoW completions with Synchronization: org.apache.camel.spi.Synchronization Then you can implement Ordered, and then set the value to be HIGHEST so this one is run before the others. On Tue, Sep 6, 2016 at 9:20 PM, Quinn Stevenson wrote: > I would like to enhance the camel-mllp

[GitHub] camel pull request #1159: CAMEL-10242 - add timeout

2016-09-06 Thread hqstevenson
Github user hqstevenson closed the pull request at: https://github.com/apache/camel/pull/1159 --- 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

Re: Help adding logic to camel component that executes before onComplete

2016-09-06 Thread Quinn Stevenson
Thank you for the prompt reply :-) This sounds like exactly what I need, but I’m a little unclear about how to implement it. I tried creating a UnitOfWork, adding a Synchronization, and then setting the UnitOfWork on the exchange when I create it, but my Synchronization isn’t getting called.

Re: Help adding logic to camel component that executes before onComplete

2016-09-06 Thread Claus Ibsen
There is an addOnCompletion on the exchange you can use. Then your onCompletion can implement that interface, or extend SynchronizationAdapter On Tue, Sep 6, 2016 at 9:52 PM, Quinn Stevenson wrote: > Thank you for the prompt reply :-) > > This sounds like exactly what I need, but I’m a little unc

Re: Help adding logic to camel component that executes before onComplete

2016-09-06 Thread Quinn Stevenson
I’m struggling with this, and I can’t seem to get what I’m after. I added a SynchronizationAdapter (via addOnCompletion), but the exchange passed to the onComplete portion of the route still doesn’t have the headers I’m setting in the Syncronizationadapter. I’ve tried setting the header in both

Camel.trunk.notest - Build # 2866 - Failure

2016-09-06 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.trunk.notest (build #2866) Status: Failure Check console output at https://builds.apache.org/job/Camel.trunk.notest/2866/ to view the results.