[GitHub] camel pull request #1032: Added option for path-style access to S3

2016-06-14 Thread FingolfinTEK
Github user FingolfinTEK closed the pull request at: https://github.com/apache/camel/pull/1032 --- 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 #1031: Added option for path-style access to S3

2016-06-14 Thread FingolfinTEK
Github user FingolfinTEK closed the pull request at: https://github.com/apache/camel/pull/1031 --- 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 #1032: Added option for path-style access to S3

2016-06-14 Thread FingolfinTEK
GitHub user FingolfinTEK opened a pull request: https://github.com/apache/camel/pull/1032 Added option for path-style access to S3 You can merge this pull request into a Git repository by running: $ git pull https://github.com/FingolfinTEK/camel master Alternatively you can

[GitHub] camel pull request #1031: Added option for path-style access to S3

2016-06-14 Thread FingolfinTEK
GitHub user FingolfinTEK opened a pull request: https://github.com/apache/camel/pull/1031 Added option for path-style access to S3 You can merge this pull request into a Git repository by running: $ git pull https://github.com/FingolfinTEK/camel camel-2.17.x Alternatively

[GitHub] camel pull request: RabbitMQEndpoint code cleanup

2015-12-24 Thread FingolfinTEK
GitHub user FingolfinTEK reopened a pull request: https://github.com/apache/camel/pull/744 RabbitMQEndpoint code cleanup Refactored RabbitMQEndpoint a bit to avoid RabbitMQEndpoint becoming a god class: extracted a few helper classes and did some minor method extractions to

[GitHub] camel pull request: RabbitMQEndpoint code cleanup

2015-12-24 Thread FingolfinTEK
Github user FingolfinTEK closed the pull request at: https://github.com/apache/camel/pull/744 --- 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: RabbitMQEndpoint code cleanup

2015-12-23 Thread FingolfinTEK
GitHub user FingolfinTEK opened a pull request: https://github.com/apache/camel/pull/744 RabbitMQEndpoint code cleanup Refactored RabbitMQEndpoint a bit to avoid RabbitMQEndpoint becoming a god class: extracted a few helper classes and did some minor method extractions to improve

[GitHub] camel pull request: Implementation of CAMEL-9399

2015-12-08 Thread FingolfinTEK
GitHub user FingolfinTEK opened a pull request: https://github.com/apache/camel/pull/717 Implementation of CAMEL-9399 Added support for RabbitMQ Publisher Acknowledgements, did a little code cleanup, added two producer integration tests that test out publisher acknowledgements