Camel.trunk.notest - Build # 2802 - Failure

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

[GitHub] camel pull request #1060: CAMEL-10118 modules fix

2016-07-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/camel/pull/1060 --- 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 #1061: CAMEL-10118: Fix Zipkin Spring-boot configuration

2016-07-04 Thread nicolaferraro
GitHub user nicolaferraro opened a pull request: https://github.com/apache/camel/pull/1061 CAMEL-10118: Fix Zipkin Spring-boot configuration The documentation of the zipkin component states that it must be activated using the `@CamelZipkin` annotation, so the `spring.factories` file

[GitHub] camel pull request #1060: CAMEL-10118 modules fix

2016-07-04 Thread nicolaferraro
GitHub user nicolaferraro opened a pull request: https://github.com/apache/camel/pull/1060 CAMEL-10118 modules fix I fixed the framework and some modules that failed. I also moved the configuration from the properties file to the surefire pom section. Now the configuration

[GitHub] camel pull request #1059: CAMEL-10085 UnsafeUriCharactersEncoder.checkRAW...

2016-07-04 Thread MarcinLachowicz
GitHub user MarcinLachowicz opened a pull request: https://github.com/apache/camel/pull/1059 CAMEL-10085 UnsafeUriCharactersEncoder.checkRAW... CAMEL-10085 UnsafeUriCharactersEncoder.checkRAW compiles regex pattern every call. This PR enables UnsafeUriCharactersEncoder to u

[GitHub] camel pull request #1057: CAMEL-10115: introduced pollTimeOutMs with default...

2016-07-04 Thread anoordover
Github user anoordover closed the pull request at: https://github.com/apache/camel/pull/1057 --- 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

Re: camel salesforce component add support for lookup field

2016-07-04 Thread arno noordover
Great! Only be aware of a difference in version 2.18.0 en 2.17.3. In 2.18.0 we switched from JodaTime to the java 8 ZonedDateTime. It might be that the changes cannot be backported as is to 2.17.3. -- View this message in context: http://camel.465427.n5.nabble.com/camel-salesforce-component-a

Re: camel salesforce component add support for lookup field

2016-07-04 Thread Claus Ibsen
Hi Yeah we love contributions http://camel.apache.org/contributing On Thu, Jun 30, 2016 at 5:06 PM, ssatguru wrote: > I am thinking of adding support for lookup fields. > > see > http://camel.465427.n5.nabble.com/camel-salesforce-component-support-for-lookup-field-td5784097.html >

[GitHub] camel pull request #1058: CAMEL-10118: Improvements to spring-boot testing f...

2016-07-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/camel/pull/1058 --- 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 #1058: CAMEL-10118: Improvements to spring-boot testing f...

2016-07-04 Thread nicolaferraro
GitHub user nicolaferraro opened a pull request: https://github.com/apache/camel/pull/1058 CAMEL-10118: Improvements to spring-boot testing framework Some improvements to the testing framework: - It includes a custom Arquillian container to launch unit tests of each module in th