Re: Apache Camel 2.21.2 patch release

2018-07-12 Thread Onder SEZGIN
Hi, We have build failing on 2.22.x branch in the last two builds. https://builds.apache.org/job/Camel/job/camel-2.22.x/lastCompletedBuild/testReport/ https://builds.apache.org/job/Camel/job/camel-2.22.x/18/testReport/ Fyi. On Tue, Jul 10, 2018 at 12:58 PM Willem Jiang wrote: > I'm sorry fo

Re: Apache Camel 2.21.2 patch release

2018-07-12 Thread Andrea Cosentino
They seem to be sporadic errors, because between 18 and 19 there weren't changes to the code base. Lets keep an eye on this job. Thanks Onder. -- Andrea Cosentino  -- Apache Camel PMC Chair Apache Karaf Committer Apache Servicemix PMC Member Email: ancosen1...@yah

[GitHub] camel pull request #2423: Camel 12646 - camel-spring-boot - Auto configurati...

2018-07-12 Thread davsclaus
GitHub user davsclaus opened a pull request: https://github.com/apache/camel/pull/2423 Camel 12646 - camel-spring-boot - Auto configuration of complex types should be more tooling friendly The camel maven plugin for spring boot auto configuration source code generation now generate

Improved Spring Boot Auto Configuration for tooling

2018-07-12 Thread Claus Ibsen
Hi JIRA Ticket: https://issues.apache.org/jira/browse/CAMEL-12646 The issue is that when we generate spring boot auto configuration classes for all the camel component starter JARs then the options that uses non standard Java types (eg not numeric, boolean, string etc.) are not included in the sp

[GitHub] camel pull request #2424: CAMEL-12647 : Problem in setting region for camel ...

2018-07-12 Thread saravanakumar1987
GitHub user saravanakumar1987 opened a pull request: https://github.com/apache/camel/pull/2424 CAMEL-12647 : Problem in setting region for camel AWS-SQS endpoint PR created for Bug : https://issues.apache.org/jira/browse/CAMEL-12647 Thanks, Saravanakumar You can merge t

A "Kamel" crazy idea

2018-07-12 Thread Nicola Ferraro
Hi Cameleers, it's now passed some time since I started thinking about a new project that we can begin here at Apache Camel, and I'd like to have your opinion. We've already been targeting cloud-native applications with Camel, especially on top of Kubernetes, that is becoming "the standard" cloud

Re: A "Kamel" crazy idea

2018-07-12 Thread Johan Edstrom
I find it super +1 - If not only for your awesome narrative. > On Jul 12, 2018, at 5:30 PM, Nicola Ferraro wrote: > > Hi Cameleers, > it's now passed some time since I started thinking about a new project that > we can begin here at Apache Camel, and I'd like to have your opinion. > > We've a

Re: A "Kamel" crazy idea

2018-07-12 Thread Johan Edstrom
Jeff Genender, I and James Carman long ago were tossing around the idea of Ibex, it would have been a Scala based AKKA eco system for putting in routes. You’d just say run in this namespace, conform to these Actor roles and we compose the tree for you. What you propose is a bit easier and more t

Re: A "Kamel" crazy idea

2018-07-12 Thread Willem Jiang
Yeah, it's a really good idea to combine the K8S with Camel. In my mind if we want to host a camel application on the cloud, it could be first step that we can run the camel engine on demand in K8S. So I really like the project idea *making Camel integrations first-class citizens in Kubernetes,

Re: A "Kamel" crazy idea

2018-07-12 Thread Onder SEZGIN
Hi, This can make Kamel language, dsl agnostic and will give more room to integrate faster. Definitely +1. On Fri, Jul 13, 2018 at 3:54 AM Willem Jiang wrote: > Yeah, it's a really good idea to combine the K8S with Camel. > In my mind if we want to host a camel application on the cloud, it c

Re: A "Kamel" crazy idea

2018-07-12 Thread Claus Ibsen
+1 Great idea and love the Kamel name. On Fri, Jul 13, 2018 at 1:30 AM, Nicola Ferraro wrote: > Hi Cameleers, > it's now passed some time since I started thinking about a new project that > we can begin here at Apache Camel, and I'd like to have your opinion. > > We've already been targeting c

R: Re: A "Kamel" crazy idea

2018-07-12 Thread Andrea Cosentino
+1 Great idea!  Il ven, 13 lug, 2018 alle 7:53, Claus Ibsen ha scritto: +1 Great idea and love the Kamel name. On Fri, Jul 13, 2018 at 1:30 AM, Nicola Ferraro wrote: > Hi Cameleers, > it's now passed some time since I started thinking about a new project that > we can begin here at Apa

Re: A "Kamel" crazy idea

2018-07-12 Thread Sascha Dirbach
Hi Nicola, +1 Great idea, do you already have a concept/idea/sketch on how to deal with complex configurations? i.e. SSL certs for outgoing calls, XSLT transformations, etc. When I think about it, you could probably use configmaps/secrets to mount these config in the container an then reference

[GitHub] camel pull request #2422: CAMEL-12643: Inadequate information for handling c...

2018-07-12 Thread davsclaus
Github user davsclaus closed the pull request at: https://github.com/apache/camel/pull/2422 ---

Re: A "Kamel" crazy idea

2018-07-12 Thread Luca Burgazzoli
Love it so ++1 Btw, I did start some (early) experiments around alternative canel runtime in my spare time: - https://github.com/lburgazzoli/camel-go - https://github.com/lburgazzoli/camel-go-examples/tree/master/example-yaml Happy to make it part of the kamel initiative if you find it interesti

Re: A "Kamel" crazy idea

2018-07-12 Thread Willem Jiang
Hi Luca, You are building Go version of Camel by implement the DSL in Go. Now we can start the camel context by using camel-go to load the route, but here are some missing points that I want fill such as how to reuse the Camel components? Willem Jiang Twitter: willemjiang Weibo: 姜宁willem O