[GitHub] camel pull request #1049: CAMEL-10087 Fix for KAFKA-3218

2016-06-23 Thread transamericamoon
GitHub user transamericamoon opened a pull request: https://github.com/apache/camel/pull/1049 CAMEL-10087 Fix for KAFKA-3218 Temporary fix to get Kafka working inside OSGI containers You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] camel pull request #1080: Filter existing restlet headers when building rest...

2016-07-18 Thread transamericamoon
GitHub user transamericamoon opened a pull request: https://github.com/apache/camel/pull/1080 Filter existing restlet headers when building restlet request at line 199, i think i accidentally tried to pull the restlet headers from the request (which will always be empty) instead

[GitHub] camel pull request #1049: CAMEL-10087 Fix for KAFKA-3218

2016-06-28 Thread transamericamoon
Github user transamericamoon closed the pull request at: https://github.com/apache/camel/pull/1049 --- 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

[GitHub] camel pull request #1128: fixes for windows buid and maven proxy

2016-08-19 Thread transamericamoon
GitHub user transamericamoon opened a pull request: https://github.com/apache/camel/pull/1128 fixes for windows buid and maven proxy These fixes make it possible to do a full build on windows. This fix just appends .cmd to the maven command called from "exec-maven-p

[GitHub] camel pull request #1128: fixes for windows buid

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

[GitHub] camel pull request #1132: Fix restlet producer to use maxConnections propert...

2016-08-22 Thread transamericamoon
GitHub user transamericamoon opened a pull request: https://github.com/apache/camel/pull/1132 Fix restlet producer to use maxConnections property Currently Restlet client does not use the maxConnectionsPerHost or maxTotalConnections properties that can be set at the component level

[GitHub] camel pull request #2213: CAMEL-12245 Bridged http servlet endpoints should ...

2018-02-08 Thread transamericamoon
GitHub user transamericamoon opened a pull request: https://github.com/apache/camel/pull/2213 CAMEL-12245 Bridged http servlet endpoints should not populate reques… When you create a servlet endpoint and use the bridgeEndpoint option, the queryParameters should NOT be put

[GitHub] camel pull request #2213: CAMEL-12245 Bridged http servlet endpoints should ...

2018-02-09 Thread transamericamoon
Github user transamericamoon closed the pull request at: https://github.com/apache/camel/pull/2213 ---