[GitHub] camel pull request #1267: CAMEL-10178: Google PubSub Component

2016-11-11 Thread evmin
GitHub user evmin opened a pull request: https://github.com/apache/camel/pull/1267 CAMEL-10178: Google PubSub Component Google PubSub component with producer and consumer endpoints, unit and integration tests. You can merge this pull request into a Git repository by running: $

Re: CamelNamespaceHandler and CAMEL-9570

2016-11-11 Thread Quinn Stevenson
I can put together a PR, but the more I look at this, the more I think this specific class isn’t needed. It’s trying to register service references, but the service references should already be there IMO. I know I wouldn’t want Camel to automatically find some service I wasn’t expecting it to

Re: CamelNamespaceHandler and CAMEL-9570

2016-11-11 Thread Claus Ibsen
Hi I think that dependency stuff was created to ensure Camel would detect which other karaf features it depends upon and then graceful wait for those, instead of fail to startup. I think it was gnodet whom had this idea and created the initial implementation. Not sure if he or other OSGi guys go

Re: How to get hold of the content of log:message

2016-11-11 Thread Claus Ibsen
Maybe just test the mock endpoint gets a header with key EmailAddress and the expected value. The Camel log should work. You don't go around testing log4j or JDK util classes etc. Otherwise if you want to test log its a lot of pain to mock them with mockito or powermock or something. Or you can c

How to get hold of the content of log:message

2016-11-11 Thread idioma
Hi, I have a route like this: http://camel.apache.org/schema/spring";> My initial test looks like this: @RunWith(CamelSpringJUnit4ClassRunner.class) @BootstrapWith(Camel

[GitHub] camel pull request #1266: Fixed few javadocs warning

2016-11-11 Thread aldettinger
GitHub user aldettinger opened a pull request: https://github.com/apache/camel/pull/1266 Fixed few javadocs warning Follow up for [missed PR 1262](https://github.com/apache/camel/pull/1262). I've suppressed the commit containing the extensive removal of @version and merged with

[GitHub] camel pull request #1262: Fixed some javadoc warnings for camel-core

2016-11-11 Thread aldettinger
Github user aldettinger closed the pull request at: https://github.com/apache/camel/pull/1262 --- 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: CamelNamespaceHandler and CAMEL-9570

2016-11-11 Thread Quinn Stevenson
After messing with this for quite a while, I know what is causing CAMEL-9570. The CamelNamespaceHandler registers and instance of the CamelNamespaceHandler$CamelDependenciesFinder as an Aries ComponentDefinitionRegistryProcessor, which is fine. However, the CamelDependenciesFinder.process() me

[GitHub] camel pull request #1261: CAMEL-10462: Improve MDC Logging in DefaultCamelCo...

2016-11-11 Thread hqstevenson
Github user hqstevenson closed the pull request at: https://github.com/apache/camel/pull/1261 --- 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 #1263: CAMEL-10178: Added Google PubSub Component

2016-11-11 Thread evmin
Github user evmin closed the pull request at: https://github.com/apache/camel/pull/1263 --- 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 enabl

Re: camel git commit: CAMEL-10465 - camel ahc uses netty 4.0.41 transitively but 4.1.5 explicitly - leads to runtime exceptions

2016-11-11 Thread Andrea Cosentino
Sure. I will rename. -- Andrea Cosentino -- Apache Camel PMC Member Apache Karaf Committer Apache Servicemix Committer Email: ancosen1...@yahoo.com Twitter: @oscerd2 Github: oscerd On Friday, November 11, 2016 12:05 PM, Claus Ibsen wrote: Hi Maybe name the ke

Re: camel git commit: CAMEL-10465 - camel ahc uses netty 4.0.41 transitively but 4.1.5 explicitly - leads to runtime exceptions

2016-11-11 Thread Claus Ibsen
Hi Maybe name the key netty40-version instead of netty-ahc-version as there may be others that may require different netty versions in the future, eg netty41 netty42 etc On Fri, Nov 11, 2016 at 11:50 AM, wrote: > Repository: camel > Updated Branches: > refs/heads/master e8ca6615a -> f89e7682f

[GitHub] camel pull request #1265: CAMEL-10472 Update Salesforce component to support...

2016-11-11 Thread zregvart
GitHub user zregvart opened a pull request: https://github.com/apache/camel/pull/1265 CAMEL-10472 Update Salesforce component to support recent items REST API Adds support for getting recent items via Salesforce REST API[1]. New operation `recent` was added and can be used l

[GitHub] camel pull request #1264: CAMEL-10471 Update Salesforce component to support...

2016-11-11 Thread zregvart
GitHub user zregvart opened a pull request: https://github.com/apache/camel/pull/1264 CAMEL-10471 Update Salesforce component to support limits REST API Adds support for the Organization Limits Salesforce API[1]. New operation `limit` was added and can be used like: