[GitHub] camel pull request #1136: Followup to CAMEL-8072

2016-08-27 Thread YoshikiHigo
Github user YoshikiHigo closed the pull request at: https://github.com/apache/camel/pull/1136 --- 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 #1135: Followup to CAMEL-8108

2016-08-27 Thread YoshikiHigo
Github user YoshikiHigo closed the pull request at: https://github.com/apache/camel/pull/1135 --- 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 #1142: An additional modification for CAMEL-9065

2016-08-27 Thread YoshikiHigo
Github user YoshikiHigo closed the pull request at: https://github.com/apache/camel/pull/1142 --- 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 #1137: Followup to CAMEL-7132

2016-08-27 Thread YoshikiHigo
Github user YoshikiHigo closed the pull request at: https://github.com/apache/camel/pull/1137 --- 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 #1140: Followup to CAMEL-3289

2016-08-26 Thread YoshikiHigo
Github user YoshikiHigo closed the pull request at: https://github.com/apache/camel/pull/1140 --- 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 #1141: A simple refactoring following up to b2b45542cfc88...

2016-08-26 Thread YoshikiHigo
Github user YoshikiHigo closed the pull request at: https://github.com/apache/camel/pull/1141 --- 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 #1142: An additional modification for CAMEL-9065

2016-08-25 Thread YoshikiHigo
GitHub user YoshikiHigo opened a pull request: https://github.com/apache/camel/pull/1142 An additional modification for CAMEL-9065 This commit includes an additional modification for CAMEL-9065. Components should create Exchange from super

[GitHub] camel pull request #1141: A simple refactoring following up to b2b45542cfc88...

2016-08-25 Thread YoshikiHigo
GitHub user YoshikiHigo opened a pull request: https://github.com/apache/camel/pull/1141 A simple refactoring following up to b2b45542cfc8860d345ed4cae1017250bfa9f61c A simple refactoring. This refactoring is based on the past refactorings for toString() methods in

[GitHub] camel pull request #1140: Followup to CAMEL-3289

2016-08-24 Thread YoshikiHigo
GitHub user YoshikiHigo opened a pull request: https://github.com/apache/camel/pull/1140 Followup to CAMEL-3289 This is a small followup to CAMEL-3289 (fe184e09900631fe5ff758c533cefd8b2a7111c3). Yoshiki, Shinpei, Hideaki, and Mei. You can merge this pull request into a

[GitHub] camel pull request #1137: Followup to CAMEL-7132

2016-08-24 Thread YoshikiHigo
GitHub user YoshikiHigo opened a pull request: https://github.com/apache/camel/pull/1137 Followup to CAMEL-7132 This commit is a small followup to CAMEL-7132 (ca124fd2906071db794e6f539379be637144110a). Yoshiki, Shinpei, Hideaki, and Mei You can merge this pull request

[GitHub] camel pull request #1136: Followup to CAMEL-8072

2016-08-24 Thread YoshikiHigo
GitHub user YoshikiHigo opened a pull request: https://github.com/apache/camel/pull/1136 Followup to CAMEL-8072 This is a small followup to CAMEL-8072, which was fixed in e9dded769bff8e060c64e62c962cd552d24d4c70. Yoshiki, Shinpei, Hideaki, and Mei You can merge this pull

[GitHub] camel pull request #1135: Followup to CAMEL-8108

2016-08-23 Thread YoshikiHigo
GitHub user YoshikiHigo opened a pull request: https://github.com/apache/camel/pull/1135 Followup to CAMEL-8108 This commit is a small followup to CAMEL-8108, which was fixed in 78ac444b6fc02d597145e4b1860a578bf6b67ef2. Yoshiki, Shinpei, Hideaki, and Mei. You can merge

[GitHub] camel pull request #1134: Followup to CAMEL-3759

2016-08-23 Thread YoshikiHigo
Github user YoshikiHigo closed the pull request at: https://github.com/apache/camel/pull/1134 --- 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 #1134: Followup to CAMEL-3759

2016-08-23 Thread YoshikiHigo
GitHub user YoshikiHigo opened a pull request: https://github.com/apache/camel/pull/1134 Followup to CAMEL-3759 This commit is a small followup to CAMEL-3759, which was fixed in aa6423972f17042af05d7f0c692756f2be60b1e3. Yoshiki, Shinpei, Hideaki, and Mei. You can merge

[GitHub] camel pull request #1108: replacing convertTo() with mandatoryConvertTo()

2016-08-04 Thread YoshikiHigo
GitHub user YoshikiHigo opened a pull request: https://github.com/apache/camel/pull/1108 replacing convertTo() with mandatoryConvertTo() We replaced "convertTo()" invocations to "mandatoryConvertTo()" because the same changes were conducted in the past commits.