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:
$
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
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
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
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 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 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
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 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 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
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
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 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 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:
14 matches
Mail list logo