Re: Re: camel git commit: CAMEL-10567: Camel-Jackson: Add an option to allow the UnmarshallType header use

2016-12-08 Thread Claus Ibsen
Yes the option must be in the model as well, as that is how XML users can configure it, and also from spring boot auto configuration and so on. The json was unfortunately designed as a single name, instead of being named jackson, gson, etc. So we have some options there which is for X only. That

[GitHub] camel pull request #1333: CAMEL-10562: camel-core - Switched to List#sort

2016-12-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/camel/pull/1333 --- 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 enab

Re: SSL configuration in camel-kafka with multiple topics not working

2016-12-08 Thread Andrea Cosentino
Do you have some log from your application? https://github.com/apache/camel/blob/camel-2.17.2/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaConsumer.java#L114 This should work. -- Andrea Cosentino -- Apache Camel PMC Member Apache Kara

[GitHub] camel pull request #1334: CAMEL-10570 camel-salesforce: add metadata to gene...

2016-12-08 Thread zregvart
GitHub user zregvart opened a pull request: https://github.com/apache/camel/pull/1334 CAMEL-10570 camel-salesforce: add metadata to generated DTOs This commit adds SObjectDescription by making the DTOs extend AbstractDescribedSObjectBase (new class) instead of AbstractSObjectBas

[GitHub] camel pull request #1336: CAMEL-10573: Align FallbackTypeConverter loading i...

2016-12-08 Thread johnpoth
GitHub user johnpoth opened a pull request: https://github.com/apache/camel/pull/1336 CAMEL-10573: Align FallbackTypeConverter loading in OSGI environments https://issues.apache.org/jira/browse/CAMEL-10573 You can merge this pull request into a Git repository by running: $ git

[GitHub] camel pull request #1335: Fixed option listed twice

2016-12-08 Thread davsclaus
GitHub user davsclaus opened a pull request: https://github.com/apache/camel/pull/1335 Fixed option listed twice You can merge this pull request into a Git repository by running: $ git pull https://github.com/davsclaus/camel patch-1 Alternatively you can review and apply thes

[GitHub] camel pull request #1335: Fixed option listed twice

2016-12-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/camel/pull/1335 --- 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 enab

[GitHub] camel pull request #1337: CAMEL-10568 Fix SftpChangedExclusiveReadLockStrate...

2016-12-08 Thread adamcamp
GitHub user adamcamp opened a pull request: https://github.com/apache/camel/pull/1337 CAMEL-10568 Fix SftpChangedExclusiveReadLockStrategy integer overflow bug https://issues.apache.org/jira/browse/CAMEL-10568 You can merge this pull request into a Git repository by running: $

[GitHub] camel pull request #1337: CAMEL-10568 Fix SftpChangedExclusiveReadLockStrate...

2016-12-08 Thread adamcamp
Github user adamcamp closed the pull request at: https://github.com/apache/camel/pull/1337 --- 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 en

[GitHub] camel pull request #1338: CAMEL-10571 SObject tree creation, Composite API

2016-12-08 Thread zregvart
GitHub user zregvart opened a pull request: https://github.com/apache/camel/pull/1338 CAMEL-10571 SObject tree creation, Composite API **Don't merge look at #1334 first.** @dhirajsb would you mind taking a look at this? This pull requests adds support for SObject t

How to determine routeId for an endpoint at startup

2016-12-08 Thread Quinn Stevenson
I’m trying to get the Camel route Id of the route that my component is running inside when my component is started, but I can’t seem to figure out how to navigate the Camel APIs to get what I’m after. I have basically a DefaultEndpoint, and from that endpoint, I need to get the routeId. Any id