Re: 3.0.5 release of ironmq library

2017-03-09 Thread Andrea Cosentino
Hello Preben, No need for a JIRA on Camel too. I will take care of the bundle on SMX and update in Camel. Thanks for the heads up. Andrea -- Andrea Cosentino -- Apache Camel PMC Member Apache Karaf Committer Apache Servicemix Committer Email: ancosen1...@yahoo.

[GitHub] camel pull request #1520: Camel-10980: error with enableCORS(true) with came...

2017-03-09 Thread scranton
GitHub user scranton opened a pull request: https://github.com/apache/camel/pull/1520 Camel-10980: error with enableCORS(true) with camel-undertow You can merge this pull request into a Git repository by running: $ git pull https://github.com/scranton/camel Camel-10980 Altern

[GitHub] camel pull request #1519: Camel 10931: Cleaned up REST DSL doc and added Uni...

2017-03-09 Thread scranton
GitHub user scranton opened a pull request: https://github.com/apache/camel/pull/1519 Camel 10931: Cleaned up REST DSL doc and added Unit test for validating type and outType handle arrays properly You can merge this pull request into a Git repository by running: $ git pull h

3.0.5 release of ironmq library

2017-03-09 Thread Preben.Asmussen
Hi There has been a release of the ironmq library http://repo1.maven.org/maven2/io/iron/ironmq/ironmq/3.0.5/ I have created at servicemix task https://issues.apache.org/jira/browse/SM-3275 to generate a new OSGi bundle. Should i open a Camel task too or is this ok ? /Preben -- View this mes

[GitHub] camel pull request #1517: CAMEL-10964: Add an itest for Jetty reverse proxy ...

2017-03-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/camel/pull/1517 --- 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 #1512: CAMEL-10958 camel-scala-starter starter module rem...

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

Camel xmlJson not working properly?

2017-03-09 Thread Ranabroto
Hello All, I am using 'xmljson' to convert a simple XMl to JSON, but looks like its not working properly, Below what I am doing Xml Input: 2.0 0 OK 5957152

[GitHub] camel pull request #1518: CAMEL-9552-simple test which may invalidate the is...

2017-03-09 Thread onders86
Github user onders86 closed the pull request at: https://github.com/apache/camel/pull/1518 --- 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

Re: REST, Swagger and zombies

2017-03-09 Thread Zoran Regvart
Much better, thanks! On Thu, Mar 9, 2017 at 2:14 PM, Claus Ibsen wrote: > Hi > > I dont think any Camel users fancy writing 10 lines to setup a > component to call a rest endpoint. > I dont think what you do is simple. Although its possible. > > Maybe if you can get it down a syntax as > >

Re: REST, Swagger and zombies

2017-03-09 Thread Claus Ibsen
Hi I dont think any Camel users fancy writing 10 lines to setup a component to call a rest endpoint. I dont think what you do is simple. Although its possible. Maybe if you can get it down a syntax as rest-swagger:path:swaggerOperationId where path can be optional, and if omitted, then it

Re: [VOTE] Release Apache Camel 2.18.3 (Attempt #2)

2017-03-09 Thread Daniel Kulp
+1 Dan > On Mar 9, 2017, at 2:48 AM, Gregor Zurowski wrote: > > Hi Everyone: > > This is the second vote to release Apache Camel 2.18.3, a new patch > release that includes 38 fixes and improvements. The initial vote has > been cancelled due to a major issue with Spring Boot (see [1]). As

Re: Most of camel-itest-osgi removed

2017-03-09 Thread Claus Ibsen
Hi Tada If you find some of these tests valurable you are welcome to migrate them to camel-test-karaf and make them stable enough for adding back. But mind there was many crap tests in there as well. On Thu, Mar 9, 2017 at 8:37 AM, Tadayoshi Sato wrote: > Thanks Claus. I understand that maintain

Re: REST, Swagger and zombies

2017-03-09 Thread Claus Ibsen
Hi In regards to tooling then they use the component json files that a component generates when its built. ie @UriEndpoint and all those @UriParam and @UriPath you set on the endpoint. So in any way you must define that in the endpoint to expose what options you can configure. In your mail you ha

REST, Swagger and zombies

2017-03-09 Thread Zoran Regvart
Hi Cameleers, I'm thinking of reopening CAMEL-10932[1]: the REST Swagger component, I would like to see support for something as simple like `rest-swagger:operation`, where operation would be from a Swagger specification. Operation ids are guaranteed to be unique by Swagger specification. I've got

Re: API argument check: should it be always same type across all methods?

2017-03-09 Thread Tomohisa Igarashi
'substitutions' in the API mapping configuration seems to be helpful for this situation - sorry, may have sent too early. On 03/09/2017 08:44 PM, Tomohisa Igarashi wrote: Hi, While I'm trying to create camel-zendesk component (CAMEL-10160), I hit this type check error https://github.com/apach

API argument check: should it be always same type across all methods?

2017-03-09 Thread Tomohisa Igarashi
Hi, While I'm trying to create camel-zendesk component (CAMEL-10160), I hit this type check error https://github.com/apache/camel/blob/master/camel-core/src/main/java/org/apache/camel/util/component/ApiMethodParser.java#L163 [ERROR] Failed to execute goal org.apache.camel:camel-api-component-m

Re: [VOTE] Release Apache Camel 2.18.3 (Attempt #2)

2017-03-09 Thread Luca Burgazzoli
+1 (binding) --- Luca Burgazzoli On Thu, Mar 9, 2017 at 10:58 AM, Andrea Cosentino wrote: > +1 (binding). > > Tested against personal projects. > -- > Andrea Cosentino > -- > Apache Camel PMC Member > Apache Karaf Committer > Apache Servicemix Committer > Email:

[GitHub] camel pull request #1518: CAMEL-9552-simple test which may invalidate the is...

2017-03-09 Thread onders86
GitHub user onders86 opened a pull request: https://github.com/apache/camel/pull/1518 CAMEL-9552-simple test which may invalidate the issue Simple test which may invalidate the issue. As far as i can see from the code, beanstalkproducer set headers as the following. It seem

Re: [VOTE] Release Apache Camel 2.18.3 (Attempt #2)

2017-03-09 Thread Andrea Cosentino
+1 (binding). Tested against personal projects. -- Andrea Cosentino -- Apache Camel PMC Member Apache Karaf Committer Apache Servicemix Committer Email: ancosen1...@yahoo.com Twitter: @oscerd2 Github: oscerd On Thursday, March 9, 2017 8:49 AM, Gregor Zurowski

Re: [VOTE] Release Apache Camel 2.18.3 (Attempt #2)

2017-03-09 Thread Claus Ibsen
+1 On Thu, Mar 9, 2017 at 8:48 AM, Gregor Zurowski wrote: > Hi Everyone: > > This is the second vote to release Apache Camel 2.18.3, a new patch > release that includes 38 fixes and improvements. The initial vote has > been cancelled due to a major issue with Spring Boot (see [1]). As > the Cam

[GitHub] camel pull request #1515: CAMEL-10963 Correcting getEndpointKey call

2017-03-09 Thread tigertoes
Github user tigertoes closed the pull request at: https://github.com/apache/camel/pull/1515 --- 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 e

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

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