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
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 user davsclaus closed the pull request at:
https://github.com/apache/camel/pull/2011
---
Github user davsclaus closed the pull request at:
https://github.com/apache/camel/pull/2178
---
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