Camel.trunk.notest - Build # 3478 - Still Failing

2017-08-04 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.trunk.notest (build #3478) Status: Still Failing Check console output at https://builds.apache.org/job/Camel.trunk.notest/3478/ to view the results.

Camel.trunk.notest - Build # 3477 - Still Failing

2017-08-04 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.trunk.notest (build #3477) Status: Still Failing Check console output at https://builds.apache.org/job/Camel.trunk.notest/3477/ to view the results.

[GitHub] camel pull request #1874: CAMEL-11635 : corrected wrong groupId in camel exa...

2017-08-04 Thread valdar
GitHub user valdar opened a pull request: https://github.com/apache/camel/pull/1874 CAMEL-11635 : corrected wrong groupId in camel examples readme.md and features.xml You can merge this pull request into a Git repository by running: $ git pull https://github.com/valdar/camel

Camel.trunk.notest - Build # 3476 - Still Failing

2017-08-04 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.trunk.notest (build #3476) Status: Still Failing Check console output at https://builds.apache.org/job/Camel.trunk.notest/3476/ to view the results.

Re: Component Extensions

2017-08-04 Thread Tomohisa Igarashi
+1 looks promising for data type metadata as well! It'll need something similar for DataFormat so it can hold type metadata as well as components, but it can be addressed separately. Thanks, Tomo On Fri, 2017-08-04 at 14:13 +0200, Claus Ibsen wrote: > On Fri, Aug 4, 2017 at 2:09 PM, Luca

[GitHub] camel pull request #1873: CAMEL-11634 : clean up dbcp 1 dependencies and mov...

2017-08-04 Thread valdar
GitHub user valdar opened a pull request: https://github.com/apache/camel/pull/1873 CAMEL-11634 : clean up dbcp 1 dependencies and move it (where possible) to dbcp 2 You can merge this pull request into a Git repository by running: $ git pull https://github.com/valdar/camel

[GitHub] camel pull request #1872: CAMEL-11633 - Upgrade client mqtt paho base lib

2017-08-04 Thread Fabryprog
GitHub user Fabryprog opened a pull request: https://github.com/apache/camel/pull/1872 CAMEL-11633 - Upgrade client mqtt paho base lib lib upgrade https://issues.apache.org/jira/browse/CAMEL-11633 You can merge this pull request into a Git repository by running: $ git pull

[GitHub] camel pull request #1870: CAMEL-11631, Camel-Paho Missiong reconnect logic

2017-08-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/camel/pull/1870 --- 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

[GitHub] camel pull request #1871: "CAMEL-11617:spring-boot - service-call tests uses...

2017-08-04 Thread ramu11
GitHub user ramu11 opened a pull request: https://github.com/apache/camel/pull/1871 "CAMEL-11617:spring-boot - service-call tests uses hardcoded port numbers"   "CAMEL-11617:spring-boot - service-call tests uses hardcoded port numbers" You can merge this

Re: Component Extensions

2017-08-04 Thread Claus Ibsen
On Fri, Aug 4, 2017 at 2:09 PM, Luca Burgazzoli wrote: > Would be nice to make @Metadata repeatable so we can better express > multiple concepts like: > > @Metadata(label = "extensions", types = { A.class, B.class, ...}) > @Metadata(label = "cloud,saas") > class MyComponent

Camel.trunk.notest - Build # 3475 - Still Failing

2017-08-04 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.trunk.notest (build #3475) Status: Still Failing Check console output at https://builds.apache.org/job/Camel.trunk.notest/3475/ to view the results.

Re: Component Extensions

2017-08-04 Thread Luca Burgazzoli
Would be nice to make @Metadata repeatable so we can better express multiple concepts like: @Metadata(label = "extensions", types = { A.class, B.class, ...}) @Metadata(label = "cloud,saas") class MyComponent extends DefaultComponent { } --- Luca Burgazzoli On Fri, Aug 4, 2017 at 1:35 PM,

[GitHub] camel pull request #1869: Update AbstractSObjectBase.java

2017-08-04 Thread Sw1m1k
GitHub user Sw1m1k opened a pull request: https://github.com/apache/camel/pull/1869 Update AbstractSObjectBase.java Commented: OwnerId = null Sometimes need to update Owner. You can merge this pull request into a Git repository by running: $ git pull

Re: Component Extensions

2017-08-04 Thread Claus Ibsen
Hey Luca Just took a bit of look, especially the first commit about the changes involving camel-core. I really like this, great work, its more cleaner and the code is separated into that component.extension package. +1 Down the road we should have the some metadata on @Metadata or something so

[GitHub] camel pull request #1867: CAMEL-11616: Upgraded Apache Curator version to 4....

2017-08-04 Thread vrlgohel
Github user vrlgohel closed the pull request at: https://github.com/apache/camel/pull/1867 --- 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

Component Extensions

2017-08-04 Thread Luca Burgazzoli
Hello, I've recently been working on CAMEL-11550 [1] aimed to introduce the concept of "Component Extensions" which are functionalities not directly targeting Camel runtime but that can provide some useful stuffs as example for tooling. You can find the implementation on my camel fork [2] which

[GitHub] camel pull request #1862: CAMEL-11571: Added Google Cloud BigQuery component

2017-08-04 Thread sarel2
Github user sarel2 closed the pull request at: https://github.com/apache/camel/pull/1862 --- 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