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
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)
>
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
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 .
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
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 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
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
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 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
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.
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
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
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.
14 matches
Mail list logo