[GitHub] camel pull request #1122: CAMEL-10171 memory leak when continuation expires

2016-08-13 Thread onders86
GitHub user onders86 opened a pull request: https://github.com/apache/camel/pull/1122 CAMEL-10171 memory leak when continuation expires setobject done earlier and exception set on camelExchange. Before being able to call isExpired method thru Continuation interface, please

Re: Improving async camel capabilities

2016-08-13 Thread Vitalii Tymchyshyn
I've sent a pull request on netty and started looking into DefaultProducerTemplate. The main question here is that we need a Future implementation. For J1.8 CompletableFuture can be used. On the other hand, it would be great to have it backported. The only thing required is a simple Future

[GitHub] camel pull request #1121: before repo merge

2016-08-13 Thread onders86
Github user onders86 closed the pull request at: https://github.com/apache/camel/pull/1121 --- 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

[GitHub] camel pull request #1121: before repo merge

2016-08-13 Thread onders86
GitHub user onders86 opened a pull request: https://github.com/apache/camel/pull/1121 before repo merge You can merge this pull request into a Git repository by running: $ git pull https://github.com/onders86/camel master Alternatively you can review and apply these changes

[GitHub] camel pull request #1120: CAMEL-10244: Make connection establishment fuly as...

2016-08-13 Thread tivv
GitHub user tivv opened a pull request: https://github.com/apache/camel/pull/1120 CAMEL-10244: Make connection establishment fuly async This makes netty4 connection establishment fully async & fixes CAMEL-10244 You can merge this pull request into a Git repository by running: