[GitHub] camel pull request #2401: feat: Add default implementation of a RouteBuilder

2018-06-29 Thread rhuss
GitHub user rhuss opened a pull request: https://github.com/apache/camel/pull/2401 feat: Add default implementation of a RouteBuilder So that you can easily use object initializers for initialising routes like in ctx.add(new Routes {{ from("file:data/

[GitHub] camel pull request #1953: fix: Avoid NPE when parsing of connector jar from ...

2017-09-23 Thread rhuss
Github user rhuss closed the pull request at: https://github.com/apache/camel/pull/1953 ---

[GitHub] camel pull request #1953: fix: Avoid NPE when parsing of connector jar from ...

2017-09-23 Thread rhuss
GitHub user rhuss opened a pull request: https://github.com/apache/camel/pull/1953 fix: Avoid NPE when parsing of connector jar from Nexus fails You can merge this pull request into a Git repository by running: $ git pull https://github.com/rhuss/camel pr/nexus-connector

[GitHub] camel pull request #1581: Polished ComponentVerifier interface

2017-03-29 Thread rhuss
GitHub user rhuss opened a pull request: https://github.com/apache/camel/pull/1581 Polished ComponentVerifier interface The following major changes are suggested: * Using of interfaces and enums instead of string constants for error fields. This has the advantage of being