Re: Dynamic calculation of route startupOrder through dependencies?

2015-07-15 Thread Serge Smertin
Claus, It's rather a matter of business logic to get routes stopped in particular order. Jakub, > The framework itself has no insight into the possible values that > the POJO could return, and therefore cannot make any judgements as to > the startup ordering of the routes. And the way to fix

[GitHub] camel pull request: camel-undertow: refactor unit tests to use dyn...

2015-07-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/camel/pull/563 --- 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 is enabl

[GitHub] camel pull request: camel-undertow: refactor unit tests to use dyn...

2015-07-15 Thread dsimansk
GitHub user dsimansk opened a pull request: https://github.com/apache/camel/pull/563 camel-undertow: refactor unit tests to use dynamic ports You can merge this pull request into a Git repository by running: $ git pull https://github.com/dsimansk/camel undertow-tests Alternat

Concerning https://issues.apache.org/jira/browse/CAMEL-8905 Encoding Problems in JSONPath

2015-07-15 Thread Franz Paul Forsthofer
Hi, I made a suggestion to overcome some charset encoding problems in the jsonpath component. See https://issues.apache.org/jira/browse/CAMEL-8905.The idea is to automatically determine the encoding if the json document has a unicode encoding (UTF8, UTF-16LE, UTF-16BE,UTF-32BE, UTF-32LE). This is

[GitHub] camel pull request: CAMEL-6577: Initial commit of Camel Undertow c...

2015-07-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/camel/pull/562 --- 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 is enabl

[GitHub] camel pull request: CAMEL-6577: Initial commit of Camel Undertow c...

2015-07-15 Thread dsimansk
GitHub user dsimansk opened a pull request: https://github.com/apache/camel/pull/562 CAMEL-6577: Initial commit of Camel Undertow component Hi, I would like to ask for a review of my code that should provide [Camel Undertow] (https://issues.apache.org/jira/browse/CAMEL-6577).