camel pull request: CAMEL-6057: Fix for accessing beans from parent context...

2013-04-09 Thread tivv
Github user tivv closed the pull request at: https://github.com/apache/camel/pull/10

camel pull request: AVRO enhancements

2013-07-25 Thread tivv
GitHub user tivv opened a pull request: https://github.com/apache/camel/pull/33 AVRO enhancements Pull request for https://issues.apache.org/jira/browse/CAMEL-6575 You can merge this pull request into a Git repository by running: $ git pull https://github.com/tivv/camel avro

camel pull request: AVRO enhancements

2013-10-12 Thread tivv
Github user tivv closed the pull request at: https://github.com/apache/camel/pull/33

[GitHub] camel pull request #1085: CAMEL-10172: Make BeanProducer fully async

2016-07-21 Thread tivv
GitHub user tivv opened a pull request: https://github.com/apache/camel/pull/1085 CAMEL-10172: Make BeanProducer fully async A patch and a test for CAMEL-10172 You can merge this pull request into a Git repository by running: $ git pull https://github.com/tivv/camel bean

[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 run

[GitHub] camel pull request #1154: CAMEL-10286

2016-09-04 Thread tivv
GitHub user tivv opened a pull request: https://github.com/apache/camel/pull/1154 CAMEL-10286 Allow async bean method in bean language with J8 CompletableFuture You can merge this pull request into a Git repository by running: $ git pull https://github.com/tivv/camel async

[GitHub] camel pull request #1167: CAMEL-10308

2016-09-11 Thread tivv
GitHub user tivv opened a pull request: https://github.com/apache/camel/pull/1167 CAMEL-10308 Provide a way to use async engine from ProducerTemplate You can merge this pull request into a Git repository by running: $ git pull https://github.com/tivv/camel j8-producer-template

[GitHub] camel pull request #1167: CAMEL-10308

2016-09-17 Thread tivv
Github user tivv closed the pull request at: https://github.com/apache/camel/pull/1167 --- 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

[GitHub] camel pull request #1268: CAMEL-10409: Prevent double release of request

2016-11-16 Thread tivv
Github user tivv closed the pull request at: https://github.com/apache/camel/pull/1268 --- 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

[GitHub] camel pull request #1268: CAMEL-10409: Prevent double release of request

2016-11-13 Thread tivv
GitHub user tivv opened a pull request: https://github.com/apache/camel/pull/1268 CAMEL-10409: Prevent double release of request Please also merge into 2.18 as it's quite important problem that may lead to buffer corruption (buffer is being incorrectly reused) You can merge