[GitHub] lburgazzoli opened a new issue #175: configure camel context from properties

2018-10-10 Thread GitBox
lburgazzoli opened a new issue #175: configure camel context from properties 
URL: https://github.com/apache/camel-k/issues/175
 
 
   we do configure component from properties provided by the developer as 
config map, secrets and command line properties, we should extend it to the 
camel context


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] lburgazzoli closed issue #173: Property placeholder conflict in groovy

2018-10-10 Thread GitBox
lburgazzoli closed issue #173: Property placeholder conflict in groovy
URL: https://github.com/apache/camel-k/issues/173
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] lburgazzoli commented on issue #173: Property placeholder conflict in groovy

2018-10-10 Thread GitBox
lburgazzoli commented on issue #173: Property placeholder conflict in groovy
URL: https://github.com/apache/camel-k/issues/173#issuecomment-428823822
 
 
   You should use plain strings ```''``` as ```""``` is a GString and every 
value with ${} or $ is interpolated:
   
   .transform().simple('aaa ${body}')
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] nicolaferraro opened a new issue #174: Camel-http4 not recognized automatically

2018-10-10 Thread GitBox
nicolaferraro opened a new issue #174: Camel-http4 not recognized automatically
URL: https://github.com/apache/camel-k/issues/174
 
 
   Seems just a problem with the regex of a uri component (numbers should be 
allowed)..


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] nicolaferraro opened a new issue #173: Property placeholder conflict in groovy

2018-10-10 Thread GitBox
nicolaferraro opened a new issue #173: Property placeholder conflict in groovy
URL: https://github.com/apache/camel-k/issues/173
 
 
   Looks like simple language e.g. `.transform().simple("aaa ${body}")` 
conflicts with property resolution when using groovy.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] lburgazzoli commented on issue #172: runtime : create knative camel component

2018-10-10 Thread GitBox
lburgazzoli commented on issue #172: runtime : create knative camel component
URL: https://github.com/apache/camel-k/issues/172#issuecomment-428611243
 
 
   Once done the component should be moved to camel upstream


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] lburgazzoli commented on issue #171: runtime : create cloudevents camel component

2018-10-10 Thread GitBox
lburgazzoli commented on issue #171: runtime : create cloudevents camel 
component
URL: https://github.com/apache/camel-k/issues/171#issuecomment-428611198
 
 
   Once ready the component should be moved to camel upstream


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] lburgazzoli opened a new issue #172: runtime : create knative camel component

2018-10-10 Thread GitBox
lburgazzoli opened a new issue #172: runtime : create knative camel component
URL: https://github.com/apache/camel-k/issues/172
 
 
   We should create a component that help integration camel based application 
with [knative eventing](https://github.com/knative/eventing)


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] lburgazzoli opened a new issue #171: runtime : create cloudevents camel component

2018-10-10 Thread GitBox
lburgazzoli opened a new issue #171: runtime : create cloudevents camel 
component
URL: https://github.com/apache/camel-k/issues/171
 
 
   We should create a component that support events according to the 
[cloudevents](https://cloudevents.io/) specifications


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] camel pull request #2559: CAMEL-12873: camel-servlet - Example for HttpRegis...

2018-10-10 Thread oscerd
Github user oscerd closed the pull request at:

https://github.com/apache/camel/pull/2559


---


[GitHub] camel pull request #2560: mongodb3 - adds example of iterating over a DBCurs...

2018-10-10 Thread oscerd
Github user oscerd closed the pull request at:

https://github.com/apache/camel/pull/2560


---


[GitHub] camel pull request #2560: mongodb3 - adds example of iterating over a DBCurs...

2018-10-10 Thread xificurC
GitHub user xificurC opened a pull request:

https://github.com/apache/camel/pull/2560

mongodb3 - adds example of iterating over a DBCursor

The documentation says one can return a `DBCursor` but doesn't show an 
example how to iterate over it in order to work with the actual data. I found 
this way of doing it based on [this 
gist](https://gist.github.com/padewitte/1e159475b0ae7a9b6b8e) and thought 
future readers might appreciate the concrete example.

If the correct way to iterate is different I'll gladly update the PR or 
close this one if a different PR solves my case.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/xificurC/camel master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/camel/pull/2560.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2560


commit bd65ca86a392fce4a5289a846d6a6dc71307b60f
Author: xificurC 
Date:   2018-10-10T08:08:07Z

mongodb3 - adds example of iterating over a DBCursor




---