camel-infinispan : change the uri syntax from infinispan:hostName to infinispan:cacheName

2017-04-05 Thread Luca Burgazzoli
Hi everyone, I've opened an issue [1] to change the uri syntax of camel-infinispan so that it will be similar to the other cache implementations we have in camel (hazelcast, ehcache, jcache). As additional benefit it would make it easy to perform auto configuration of the component in spring-boot

Re: camel-infinispan : change the uri syntax from infinispan:hostName to infinispan:cacheName

2017-04-05 Thread Andrea Cosentino
+1 from my side. It makes sense. --Andrea Cosentino  --Apache Camel PMC MemberApache Karaf CommitterApache Servicemix PMC MemberEmail: ancosen1985@yahoo.comTwitter: @oscerd2Github: oscerd On Wednesday, April 5, 2017 9:47 AM, Luca Burgazzoli wrote: Hi ev

Re: camel-infinispan : change the uri syntax from infinispan:hostName to infinispan:cacheName

2017-04-05 Thread Claus Ibsen
+1 Yeah better to have it be like the other components. On Wed, Apr 5, 2017 at 9:47 AM, Luca Burgazzoli wrote: > Hi everyone, > > I've opened an issue [1] to change the uri syntax of camel-infinispan > so that it will be similar to the other cache implementations we have > in camel (hazelcast,

WildFy-Camel-4.6.0 released

2017-04-05 Thread Thomas Diesler
Dear Folks, WildFly-Camel 4.6.0 provides Camel-2.18.3 integration with WildFly-10.1.0 This is another upgrade release for supported Camel components, which now brings the total up to 112, with 35 components still planned

[GitHub] camel pull request #1591: Remove dependency on OpenTracing contrib GlobalTra...

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

Re: camel-infinispan : change the uri syntax from infinispan:hostName to infinispan:cacheName

2017-04-05 Thread Nicola Ferraro
+1 I've found local caches very useful in multiple scenarios. OT: I was also thinking to standardize caches in order to create a sort of short-circuit mechanism, e.g. to avoid overloading external systems with repeated queries. Something like... ``` from("xxx") .cache().on("${header.yyy}").ttl(

Re: camel-infinispan : change the uri syntax from infinispan:hostName to infinispan:cacheName

2017-04-05 Thread Luca Burgazzoli
+1 for the cache dsl :) --- Luca Burgazzoli On Wed, Apr 5, 2017 at 11:12 AM, Nicola Ferraro wrote: > +1 > I've found local caches very useful in multiple scenarios. > > > > OT: > I was also thinking to standardize caches in order to create a sort of > short-circuit mechanism, e.g. to avoid ove

[GitHub] camel pull request #1596: CAMEL-11107: Create a new camel-grpc component

2017-04-05 Thread dmvolod
GitHub user dmvolod opened a pull request: https://github.com/apache/camel/pull/1596 CAMEL-11107: Create a new camel-grpc component Create a new camel-grpc component which allows to do Remote Procedure Call (RPC) Protocol Buffers (protobuf)] format over HTTP/2 transport. Stage 1

[GitHub] camel pull request #1588: CAMEL-11098: lets make FacebookEndpointConfigurati...

2017-04-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/camel/pull/1588 --- 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 #1593: Update camel-context.xml

2017-04-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/camel/pull/1593 --- 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 #1597: CAMEL-11111: added unit test for throwExceptionOnF...

2017-04-05 Thread scranton
GitHub user scranton opened a pull request: https://github.com/apache/camel/pull/1597 CAMEL-1: added unit test for throwExceptionOnFailure Test case for camel-undertow showing issue, and same test case working in camel-netty4-http You can merge this pull request into a Git repo

Re: Camel 2.19 Roadmap

2017-04-05 Thread Claus Ibsen
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 JIRA and folks should start moving their tickets to that version if its something that they cannot finish in time. Also we should refrain from doing bigger work at this time as we sho

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

2017-04-05 Thread zregvart
GitHub user zregvart opened a pull request: https://github.com/apache/camel/pull/1598 CAMEL-3 Camel catalog's asEndpointUri mangles endpoint URIs for unequal number of tokens **Work in progress, please don't merge** This illustrates a number of issues when constructing

[GitHub] camel pull request #1599: CAMEL-11117: Fix searchTerm error with unseen and ...

2017-04-05 Thread lio-p
GitHub user lio-p opened a pull request: https://github.com/apache/camel/pull/1599 CAMEL-7: Fix searchTerm error with unseen and subjectOrBody You can merge this pull request into a Git repository by running: $ git pull https://github.com/lio-p/camel CAMEL-7-FIX Alter