Re: Camel 2.19 Roadmap

2017-04-06 Thread Gregor Zurowski
Hi Claus, Week 16 works for me. I will send out another email shortly before starting to build the RC. Thanks, Gregor On Wed, Apr 5, 2017 at 3:08 PM, Claus Ibsen wrote: > Hi Gregor > > Yeah its April so we should get the 2.19.0 release out the door. > > We have just setup a 2.20.0 version in

[GitHub] camel pull request #1601: CAMEL-9477 - add simple lines to indicate removal ...

2017-04-06 Thread onders86
Github user onders86 closed the pull request at: https://github.com/apache/camel/pull/1601 --- 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 #1602: elasticsearch.version in elasticsearch5 component ...

2017-04-06 Thread dmvolod
Github user dmvolod closed the pull request at: https://github.com/apache/camel/pull/1602 --- 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 ena

[GitHub] camel pull request #1605: CAMEL-11065 Cannot parse CSV record starting with ...

2017-04-06 Thread snurmine
GitHub user snurmine opened a pull request: https://github.com/apache/camel/pull/1605 CAMEL-11065 Cannot parse CSV record starting with separator character Changed Camel Bindy BindyCsvDataFormat#unquoteTokens function. You can merge this pull request into a Git repository by running

Re: [DISCUSS] - New Apache Camel Logo - Move on with the procedure

2017-04-06 Thread Zoran Regvart
Hi, Cameleers, some time has passed since our deadline for submissions I propose that we now put the logo designs up for a public vote by posting link to a voting form to the News section on the web site, and an e-mail to the users mailing list. I think perhaps we should give at least a weak for t

Re: Contributing a set of IoT related components

2017-04-06 Thread Preben.Asmussen
I upgraded and polished the component to the latest PubNub release here https://github.com/pax95/camel/tree/pubnub Still need to do the docs, and maybe add 1 or 2 missing features. I'm a bit torn when it comes to adding IOT to camel. Is there bandwidth enough to spread that wide ? If so, and if

[GitHub] camel pull request #1604: WIP - CAMEL-11108: camel-infinispan : change the u...

2017-04-06 Thread lburgazzoli
GitHub user lburgazzoli opened a pull request: https://github.com/apache/camel/pull/1604 WIP - CAMEL-11108: camel-infinispan : change the uri syntax from infinispan:hostName to infinispan:cacheName @tristantarrant may you check if I missed something on infinispan side You can merg

[GitHub] camel pull request #1603: WIP - CAMEL-10287: Infinispan RoutePolicy to have ...

2017-04-06 Thread lburgazzoli
GitHub user lburgazzoli opened a pull request: https://github.com/apache/camel/pull/1603 WIP - CAMEL-10287: Infinispan RoutePolicy to have one route being master, and others as slaves @tristantarrant may you check if I missed something on infinispan side You can merge this pull re

[GitHub] camel pull request #1602: elasticsearch.version in elasticsearch5 component ...

2017-04-06 Thread dmvolod
GitHub user dmvolod opened a pull request: https://github.com/apache/camel/pull/1602 elasticsearch.version in elasticsearch5 component pom.xml was hardcoded property in elasticsearch5 component pom.xml was hardcoded to 5.1.2 and now must be changed to ${elasticsearch5-version} pro

Re: Contributing a set of IoT related components

2017-04-06 Thread Jens Reimann
I personally don't know this protocol. So I can't say much about it. But I guess adding a bunch of IoT related Camel components in one release would make sense. On Thu, Apr 6, 2017 at 1:52 PM, Claus Ibsen wrote: > Hi > > Welcome to the Apache Camel community. > Thanks for taking the time to exp

Re: Contributing a set of IoT related components

2017-04-06 Thread Claus Ibsen
Hi Welcome to the Apache Camel community. Thanks for taking the time to explain this for us on the @dev mailing list. If you guys can help support and maintain these IoT specific components that would be really good. AFAIR we only have Henryk Konsek as a Camel committer whom has been playing and

[GitHub] camel pull request #1601: CAMEL-9477 - add simple lines to indicate removal ...

2017-04-06 Thread onders86
GitHub user onders86 opened a pull request: https://github.com/apache/camel/pull/1601 CAMEL-9477 - add simple lines to indicate removal of CamelSpringJUnit… …4ClassRunnerPlainTest for deprecation and update the link with the right test case & also fix some document links which a

[GitHub] camel pull request #1598: CAMEL-11113 Camel catalog's asEndpointUri mangles ...

2017-04-06 Thread zregvart
Github user zregvart closed the pull request at: https://github.com/apache/camel/pull/1598 --- 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 #1600: added a test for switching between different versi...

2017-04-06 Thread lhein
GitHub user lhein opened a pull request: https://github.com/apache/camel/pull/1600 added a test for switching between different versions / runtimeproviders You can merge this pull request into a Git repository by running: $ git pull https://github.com/lhein/camel master Alter

Camel.2.18.x.notest - Build # 107 - Failure

2017-04-06 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.2.18.x.notest (build #107) Status: Failure Check console output at https://builds.apache.org/job/Camel.2.18.x.notest/107/ to view the results.

Contributing a set of IoT related components

2017-04-06 Thread Jens Reimann
Hi everyone, As just mentioned on IRC, I would like to contribute a bunch of IoT related Camel components I made to Apache Camel. Those are independent of each other, so please consider them separately. ## Milo Eclipse Milo is an OPC UA protocol implementation. This component provides a cl

[GitHub] camel pull request #1585: CAMEL-11054 Create SPI for Log EIP to enable other...

2017-04-06 Thread igarashitm
Github user igarashitm closed the pull request at: https://github.com/apache/camel/pull/1585 --- 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 #1595: CAMEL-11105 - add multipleconsumer support

2017-04-06 Thread onders86
Github user onders86 closed the pull request at: https://github.com/apache/camel/pull/1595 --- 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 #1599: CAMEL-11117: Fix searchTerm error with unseen and ...

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