[GitHub] camel pull request #2210: CAMEL-12235 - Added timestamp to message header

2018-02-06 Thread oscerd
Github user oscerd closed the pull request at: https://github.com/apache/camel/pull/2210 ---

[GitHub] camel pull request #2210: CAMEL-12235 - Added timestamp to message header

2018-02-06 Thread anandbanik
GitHub user anandbanik opened a pull request: https://github.com/apache/camel/pull/2210 CAMEL-12235 - Added timestamp to message header Currently, the timestamp of the message produced by the publisher cannot be accessed by the Message API in the custom processor where the message

Re: New EIP implementation of Claim Check EIP with push/pop functionality

2018-02-06 Thread Claus Ibsen
Hi Okay so I have finished implementing this EIP and merged it to the master branch. The doc has been updated with latest details. On Mon, Feb 5, 2018 at 4:34 PM, Claus Ibsen wrote: > Hi > > The ticket is a popular ticket with many votes >

[GitHub] camel pull request #2209: [XChange] Get the list of supported currency pairs

2018-02-06 Thread tdiesler
GitHub user tdiesler opened a pull request: https://github.com/apache/camel/pull/2209 [XChange] Get the list of supported currency pairs Resolves CAMEL-12167 You can merge this pull request into a Git repository by running: $ git pull https://github.com/tdiesler/camel

Re: [HEADS UP] Migrating what remains of the Camel Confluence Site

2018-02-06 Thread Zoran Regvart
Hi Önder, gulp will do some of the work[1] to copy and transform existing files. I think the easiest way could be to create new ascii docs on the master and then rebase the website branch to pick those up, zoran [1] https://github.com/apache/camel/blob/website/camel-website/gulpfile.js On Tue,

Re: [HEADS UP] Migrating what remains of the Camel Confluence Site

2018-02-06 Thread Onder SEZGIN
Hi, I have gone through the steps Andrea described and checked out Zoran's branch. Now following Zoran's read me to install and run website on my local and see the changes. Is there a suggested way to merge adocs's exports and new website? or i will figure that out. Thanks. On Fri, Feb 2,

Re: New EIP implementation of Claim Check EIP with push/pop functionality

2018-02-06 Thread Onder SEZGIN
Hi, I like this implementation. It will bring more values to camel exchange usage how you can carry out a message through the pipelines. About naming, it is a bit hard subject already. action or operation stands same for me. :) Thanks. On Mon, Feb 5, 2018 at 6:34 PM, Claus Ibsen