[GitHub] camel pull request #2179: fix CAMEL-12149 ensure the CONTENT_TYPE header can...

2018-01-16 Thread xldai
GitHub user xldai opened a pull request: https://github.com/apache/camel/pull/2179 fix CAMEL-12149 ensure the CONTENT_TYPE header can be retrieved You can merge this pull request into a Git repository by running: $ git pull https://github.com/xldai/camel master Alternatively

[DISCUSS] Adding a getMessage default methods to the Exchange interface

2018-01-16 Thread Quinn Stevenson
I’d like to add the following to the Exchange interface. default Message getMessage() { return hasOut() ? getOut() : getIn(); } default T getMessage(Class type) { return hasOut() ? getOut(type) : getIn(type); } I’ve run a across the same error about a dozen times now with customers (whe

[GitHub] camel pull request #2011: CAMEL-11885: Add support for creating folder by pa...

2018-01-16 Thread davsclaus
Github user davsclaus closed the pull request at: https://github.com/apache/camel/pull/2011 ---

[GitHub] camel pull request #2178: CAMEL-12099: Update camel-thrift to libthrift 0.11...

2018-01-16 Thread davsclaus
Github user davsclaus closed the pull request at: https://github.com/apache/camel/pull/2178 ---

[GitHub] camel pull request #2178: CAMEL-12099: Update camel-thrift to libthrift 0.11...

2018-01-16 Thread dmvolod
GitHub user dmvolod opened a pull request: https://github.com/apache/camel/pull/2178 CAMEL-12099: Update camel-thrift to libthrift 0.11.0 You can merge this pull request into a Git repository by running: $ git pull https://github.com/dmvolod/camel update-thrift-0.11.0 Alterna