Camel.trunk.notest - Build # 3262 - Failure

2017-05-31 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.trunk.notest (build #3262) Status: Failure Check console output at https://builds.apache.org/job/Camel.trunk.notest/3262/ to view the results.

Flaw in exchange scope for HTTP-Session-Handling

2017-05-31 Thread Siano, Stephan
Hi, I have found a flaw in the HTTP-Session Handling I implemented some time ago: If all the endpoints supporting HTTP-Session Handling are called in a multicast and the scope of the session is supposed to be the exchange, this will not work as expected. See the following examples:

[GitHub] camel pull request #1731: Update CMISSessionFacade.java

2017-05-31 Thread TomasBurian
GitHub user TomasBurian opened a pull request: https://github.com/apache/camel/pull/1731 Update CMISSessionFacade.java Hi, this piece of code causes two calls in a row for content stream. Result of document.getContentStream() has to be stored and used where is needed, not to call d

[GitHub] camel pull request #1730: CAMEL-11335: Add route state details

2017-05-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/camel/pull/1730 --- 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: Re: Camel-Kafka avro schema registry & (de)serializers configuration in spring-boot

2017-05-31 Thread Andrea Cosentino
It looks like the schema.registry.url comes only from Kafka Confluent distribution. There are no references to this option in http://kafka.apache.org/documentation.html#producerconfigs and in the kafka code too. We currently support Apache Kafka distribution and not the Confluent distributio