[GitHub] camel pull request: [CAMEL-8547] Usage of camel-xmlbeans depends o...

2015-03-25 Thread jamesnetherton
GitHub user jamesnetherton opened a pull request:

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

[CAMEL-8547] Usage of camel-xmlbeans depends on TCCL



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

$ git pull https://github.com/jamesnetherton/camel CAMEL-8547

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

https://github.com/apache/camel/pull/445.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 #445


commit dec46867f6d02fa26e14892776b68c33428ec708
Author: James Netherton 
Date:   2015-03-25T16:19:16Z

[CAMEL-8547] Usage of camel-xmlbeans depends on TCCL




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request: [CAMEL-9080] Upgrade Elasticsearch to 1.7.1

2015-09-15 Thread jamesnetherton
GitHub user jamesnetherton opened a pull request:

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

[CAMEL-9080] Upgrade Elasticsearch to 1.7.1

This also upgrades Lucene and Solr to 4.10.4.

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

$ git pull https://github.com/jamesnetherton/camel CAMEL-9080

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

https://github.com/apache/camel/pull/614.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 #614


commit 3698b960ebb424f1eb3a929edada5ccf90d88909
Author: James Netherton 
Date:   2015-08-14T13:30:43Z

[CAMEL-9080] Upgraded Elasticsearch to 1.7.1. Also upgraded Lucene and Solr 
to 4.10.4




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request: [CAMEL-9080] Upgrade Elasticsearch to 1.7.1

2015-09-15 Thread jamesnetherton
Github user jamesnetherton closed the pull request at:

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


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request: [CAMEL-9113] Upgrade infinispan to 8.0.1.Final

2015-10-26 Thread jamesnetherton
GitHub user jamesnetherton opened a pull request:

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

[CAMEL-9113] Upgrade infinispan to 8.0.1.Final

This results in camel-infinispan requiring JDK 8 at runtime. So the 
component documentation will need updating to reflect this.  

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

$ git pull https://github.com/jamesnetherton/camel CAMEL-9113

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

https://github.com/apache/camel/pull/661.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 #661


commit 4816338dc4ba1976ae204bb2d6796295cee9e0d5
Author: James Netherton 
Date:   2015-10-26T11:36:04Z

[CAMEL-9113] Upgrade infinispan to 8.0.1.Final




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request: [CAMEL-9278] camel-undertow REST DSL support

2015-11-16 Thread jamesnetherton
GitHub user jamesnetherton opened a pull request:

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

[CAMEL-9278] camel-undertow REST DSL support



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

$ git pull https://github.com/jamesnetherton/camel CAMEL-9278

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

https://github.com/apache/camel/pull/683.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 #683


commit 16d4af036733e13cfa8e6abfec7699d3a6c3b0ce
Author: James Netherton 
Date:   2015-11-13T11:27:55Z

[CAMEL-9278] camel-undertow REST DSL support




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request: [CAMEL-9278] camel-undertow REST DSL support

2015-11-17 Thread jamesnetherton
Github user jamesnetherton closed the pull request at:

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


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request: Fix memory leak in undertow producer

2015-11-18 Thread jamesnetherton
GitHub user jamesnetherton opened a pull request:

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

Fix memory leak in undertow producer

This should also enable HTTP request / response bodies of any size to be 
processed properly

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

$ git pull https://github.com/jamesnetherton/camel camel-undertow-oom-fix

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

https://github.com/apache/camel/pull/685.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 #685


commit aa9a2e5b099f1da4c1182dfaf6796c41055d91c3
Author: James Netherton 
Date:   2015-11-17T16:06:02Z

Fix memory leak in undertow producer




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request: Fix memory leak in undertow producer

2015-11-21 Thread jamesnetherton
Github user jamesnetherton closed the pull request at:

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


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request: [CAMEL-9361] Upgrade kafka to 0.9.0.0

2015-12-04 Thread jamesnetherton
GitHub user jamesnetherton opened a pull request:

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

[CAMEL-9361] Upgrade kafka to 0.9.0.0



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

$ git pull https://github.com/jamesnetherton/camel CAMEL-9361

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

https://github.com/apache/camel/pull/709.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 #709


commit 94d2d15e78d1892a903b006d36fda4908702977f
Author: James Netherton 
Date:   2015-11-26T13:59:48Z

[CAMEL-9361] Upgrade kafka to 0.9.0.0




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request: [CAMEL-9361] Upgrade kafka to 0.9.0.0

2015-12-04 Thread jamesnetherton
Github user jamesnetherton closed the pull request at:

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


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request: [CAMEL-9657] Move container management of came...

2016-03-02 Thread jamesnetherton
GitHub user jamesnetherton opened a pull request:

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

[CAMEL-9657] Move container management of camel contexts to start method

Also ignore CDI proxied camel contexts when invoking contextCreated()
from CamelContextTrackerRegistry

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

$ git pull https://github.com/jamesnetherton/camel CAMEL-9657

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

https://github.com/apache/camel/pull/881.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 #881


commit c03ae5e260781a530311fdfb83eeaf5907772d5f
Author: James Netherton 
Date:   2016-03-01T20:51:05Z

[CAMEL-9657] Move container management of camel contexts to start method

Also ignore CDI proxied camel contexts when invoking contextCreated()
from CamelContextTrackerRegistry




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request: [CAMEL-9657] Move container management of came...

2016-03-04 Thread jamesnetherton
Github user jamesnetherton closed the pull request at:

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


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request: [CAMEL-9842] Expose additional endpoint config...

2016-04-08 Thread jamesnetherton
GitHub user jamesnetherton opened a pull request:

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

[CAMEL-9842] Expose additional endpoint configuration options to Unde…

…rtowHost handler methods

https://issues.apache.org/jira/browse/CAMEL-9842

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

$ git pull https://github.com/jamesnetherton/camel CAMEL-9842

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

https://github.com/apache/camel/pull/937.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 #937


commit ee48449d473b47ae0a2e6b8027e23fef75ee92fe
Author: James Netherton 
Date:   2016-04-08T15:33:52Z

[CAMEL-9842] Expose additional endpoint configuration options to 
UndertowHost handler methods




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request: [CAMEL-9862] Fix potential NPE in UndertowComp...

2016-04-13 Thread jamesnetherton
GitHub user jamesnetherton opened a pull request:

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

[CAMEL-9862] Fix potential NPE in UndertowComponent.unregisterConsumer



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

$ git pull https://github.com/jamesnetherton/camel CAMEL-9862

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

https://github.com/apache/camel/pull/943.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 #943


commit 6d0fd96ef197073cb345823bf7f5adb9d0a554df
Author: James Netherton 
Date:   2016-04-13T10:48:11Z

[CAMEL-9862] Fix potential NPE in UndertowComponent.unregisterConsumer




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request: [CAMEL-9862] Fix potential NPE in UndertowComp...

2016-04-13 Thread jamesnetherton
Github user jamesnetherton closed the pull request at:

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


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request: [CAMEL-9943] Expose mail session as a URI opti...

2016-05-05 Thread jamesnetherton
GitHub user jamesnetherton opened a pull request:

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

[CAMEL-9943] Expose mail session as a URI option

https://issues.apache.org/jira/browse/CAMEL-9943

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

$ git pull https://github.com/jamesnetherton/camel CAMEL-9943

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

https://github.com/apache/camel/pull/977.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 #977


commit 173768142032ac69580074e52320fd7d6a34ad2b
Author: James Netherton 
Date:   2016-05-05T08:19:09Z

[CAMEL-9943] Expose mail session as a URI option




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request #1115: [CAMEL-10233] Lazy load ModelJAXBContextFactory in...

2016-08-10 Thread jamesnetherton
GitHub user jamesnetherton opened a pull request:

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

[CAMEL-10233] Lazy load ModelJAXBContextFactory in SpringCamelContext



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

$ git pull https://github.com/jamesnetherton/camel CAMEL-10233

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

https://github.com/apache/camel/pull/1115.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 #1115


commit d06ee9866c4315119eedab01b75b509342c1f848
Author: James Netherton 
Date:   2016-08-10T16:23:12Z

[CAMEL-10233] Lazy load ModelJAXBContextFactory in SpringCamelContext




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request #1131: CAMEL-10260: Change scope of olingo-odata2-core to...

2016-08-22 Thread jamesnetherton
GitHub user jamesnetherton opened a pull request:

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

CAMEL-10260: Change scope of olingo-odata2-core to runtime



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

$ git pull https://github.com/jamesnetherton/camel CAMEL-10260

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

https://github.com/apache/camel/pull/1131.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 #1131






---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request #1131: CAMEL-10260: Change scope of olingo-odata2-core to...

2016-08-22 Thread jamesnetherton
Github user jamesnetherton closed the pull request at:

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


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request #1149: CAMEL-10276: Update camel-syslog to use Netty4

2016-08-31 Thread jamesnetherton
GitHub user jamesnetherton opened a pull request:

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

CAMEL-10276: Update camel-syslog to use Netty4



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

$ git pull https://github.com/jamesnetherton/camel CAMEL-10276

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

https://github.com/apache/camel/pull/1149.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 #1149


commit 533086a0c1279ba4bcc66856b557951d60455def
Author: James Netherton 
Date:   2016-08-31T13:18:06Z

CAMEL-10276: Update camel-syslog to use Netty4




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request #1149: CAMEL-10276: Update camel-syslog to use Netty4

2016-08-31 Thread jamesnetherton
Github user jamesnetherton closed the pull request at:

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


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request #1169: Fix broken scope tags

2016-09-12 Thread jamesnetherton
GitHub user jamesnetherton opened a pull request:

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

Fix broken scope tags



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

$ git pull https://github.com/jamesnetherton/camel pom-fix

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

https://github.com/apache/camel/pull/1169.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 #1169


commit fb31a2be6c77b92a392c63fa61edcda7fca476d2
Author: James Netherton 
Date:   2016-09-12T07:29:56Z

Fix broken scope tags




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request #1169: Fix broken scope tags

2016-09-12 Thread jamesnetherton
Github user jamesnetherton closed the pull request at:

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


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request #1197: CAMEL-10371 - Add Apache HttpComponents dependenci...

2016-10-05 Thread jamesnetherton
GitHub user jamesnetherton opened a pull request:

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

CAMEL-10371 - Add Apache HttpComponents dependencies to BOM



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

$ git pull https://github.com/jamesnetherton/camel CAMEL-10371

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

https://github.com/apache/camel/pull/1197.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 #1197


commit e4290069f3cf7723af5dae2ff2c689713067d463
Author: James Netherton 
Date:   2016-10-05T08:32:35Z

CAMEL-10371 - Add Apache HttpComponents dependencies to BOM




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request #1197: CAMEL-10371 - Add Apache HttpComponents dependenci...

2016-10-07 Thread jamesnetherton
Github user jamesnetherton closed the pull request at:

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


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request #1207: Minor improvements to camel-zipkin docs

2016-10-12 Thread jamesnetherton
GitHub user jamesnetherton opened a pull request:

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

Minor improvements to camel-zipkin docs



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

$ git pull https://github.com/jamesnetherton/camel zipkin-docs

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

https://github.com/apache/camel/pull/1207.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 #1207


commit 6683b975394fad31a1315a7db95c79ac8be6187c
Author: James Netherton 
Date:   2016-10-12T08:22:15Z

Minor improvements to camel-zipkin docs




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request #1207: Minor improvements to camel-zipkin docs

2016-10-12 Thread jamesnetherton
Github user jamesnetherton closed the pull request at:

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


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request #1217: CAMEL-10400: Upgrade easymock to version 3.4

2016-10-19 Thread jamesnetherton
GitHub user jamesnetherton opened a pull request:

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

CAMEL-10400: Upgrade easymock to version 3.4



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

$ git pull https://github.com/jamesnetherton/camel CAMEL-10400

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

https://github.com/apache/camel/pull/1217.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 #1217






---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request #1318: CAMEL-10509: ManagedCamelContextMBean - additional...

2016-11-28 Thread jamesnetherton
GitHub user jamesnetherton opened a pull request:

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

CAMEL-10509: ManagedCamelContextMBean - additional namespaces are removed

https://issues.apache.org/jira/browse/CAMEL-10509

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

$ git pull https://github.com/jamesnetherton/camel CAMEL-10509

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

https://github.com/apache/camel/pull/1318.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 #1318


commit 500a92733b6380c05531222ebb2563aab0c21157
Author: Claus Ibsen 
Date:   2016-11-23T13:22:52Z

CAMEL-10509: dump model to xml should include namespaces. Work in progress.

commit 0b393b88e38edb1fd1a52bcce99b83538a1264a4
Author: James Netherton 
Date:   2016-11-25T15:25:22Z

CAMEL-10509: Handle namespaces on XML dump and load operations




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request #1318: CAMEL-10509: ManagedCamelContextMBean - additional...

2016-11-29 Thread jamesnetherton
Github user jamesnetherton closed the pull request at:

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


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request #1350: CAMEL-10606: Change quartz2 endpoint to be a singl...

2016-12-15 Thread jamesnetherton
GitHub user jamesnetherton opened a pull request:

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

CAMEL-10606: Change quartz2 endpoint to be a singleton



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

$ git pull https://github.com/jamesnetherton/camel CAMEL-10606

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

https://github.com/apache/camel/pull/1350.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 #1350


commit 6cea29e0b46e5e4d0b329ee62465cea431cacfca
Author: James Netherton 
Date:   2016-12-15T16:15:50Z

CAMEL-10606: Change quartz2 endpoint to be a singleton




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request #1350: CAMEL-10606: Change quartz2 endpoint to be a singl...

2016-12-15 Thread jamesnetherton
Github user jamesnetherton closed the pull request at:

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


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request #1374: Update camel-sap-netweaver tests to use latest gat...

2017-01-05 Thread jamesnetherton
GitHub user jamesnetherton opened a pull request:

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

Update camel-sap-netweaver tests to use latest gateway URL



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

$ git pull https://github.com/jamesnetherton/camel sap-netweaver-test-update

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

https://github.com/apache/camel/pull/1374.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 #1374


commit fcd4ea555dc8a2a05e2069747bdeb22086221747
Author: James Netherton 
Date:   2017-01-05T09:35:15Z

Update camel-sap-netweaver tests to use latest gateway URL




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request #1374: Update camel-sap-netweaver tests to use latest gat...

2017-01-05 Thread jamesnetherton
Github user jamesnetherton closed the pull request at:

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


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request #1409: Fix invalid endpoint config in IrcsListUsersIntegr...

2017-01-18 Thread jamesnetherton
GitHub user jamesnetherton opened a pull request:

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

Fix invalid endpoint config in IrcsListUsersIntegrationTest



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

$ git pull https://github.com/jamesnetherton/camel fix-irc-invalid-config

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

https://github.com/apache/camel/pull/1409.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 #1409


commit e5cc1b0d34cbe32feb8ec0d76ec8d6349a2c0462
Author: James Netherton 
Date:   2017-01-18T20:12:43Z

Fix invalid endpoint config in IrcsListUsersIntegrationTest




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request #1409: Fix invalid endpoint config in IrcsListUsersIntegr...

2017-01-19 Thread jamesnetherton
Github user jamesnetherton closed the pull request at:

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


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request #1459: CAMEL-10817: Prevent duplicated xmlns namespace pr...

2017-02-13 Thread jamesnetherton
GitHub user jamesnetherton opened a pull request:

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

CAMEL-10817: Prevent duplicated xmlns namespace prefix

https://issues.apache.org/jira/browse/CAMEL-10817

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

$ git pull https://github.com/jamesnetherton/camel CAMEL-10817

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

https://github.com/apache/camel/pull/1459.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 #1459


commit f41bc2ec16b9963b52646dd487b9d07e8c38a556
Author: James Netherton 
Date:   2017-02-13T08:43:58Z

CAMEL-10817: Prevent duplicated xmlns namespace prefix when dumping model 
XML




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request #1459: CAMEL-10817: Prevent duplicated xmlns namespace pr...

2017-02-13 Thread jamesnetherton
Github user jamesnetherton closed the pull request at:

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


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request #1509: CAMEL-10950: Enable configuration of a custom Dock...

2017-03-06 Thread jamesnetherton
GitHub user jamesnetherton opened a pull request:

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

CAMEL-10950: Enable configuration of a custom DockerCmdExecFactory

https://issues.apache.org/jira/browse/CAMEL-10950

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

$ git pull https://github.com/jamesnetherton/camel CAMEL-10950

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

https://github.com/apache/camel/pull/1509.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 #1509


commit 16f60a5caaf05fd928060300d1ce25c85683df4b
Author: James Netherton 
Date:   2017-03-06T12:14:43Z

CAMEL-10950: Enable configuration of a custom DockerCmdExecFactory




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request #1509: CAMEL-10950: Enable configuration of a custom Dock...

2017-03-07 Thread jamesnetherton
Github user jamesnetherton closed the pull request at:

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


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request #1569: CAMEL-11064: Add activemq-amqp to parent POM

2017-03-24 Thread jamesnetherton
GitHub user jamesnetherton opened a pull request:

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

CAMEL-11064: Add activemq-amqp to parent POM

https://issues.apache.org/jira/browse/CAMEL-11064

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

$ git pull https://github.com/jamesnetherton/camel CAMEL-11064

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

https://github.com/apache/camel/pull/1569.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 #1569


commit 9880f442b3fdf88b27d10e523ca2d81db74bf887
Author: James Netherton 
Date:   2017-03-24T13:34:08Z

CAMEL-11064: Add activemq-amqp to parent POM




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request #1569: CAMEL-11064: Add activemq-amqp to parent POM

2017-03-26 Thread jamesnetherton
Github user jamesnetherton closed the pull request at:

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


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request #1578: CAMEL-11074: Unable to load Schematron XSLT templa...

2017-03-27 Thread jamesnetherton
GitHub user jamesnetherton opened a pull request:

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

CAMEL-11074: Unable to load Schematron XSLT templates on windows

https://issues.apache.org/jira/browse/CAMEL-11074

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

$ git pull https://github.com/jamesnetherton/camel CAMEL-11074

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

https://github.com/apache/camel/pull/1578.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 #1578


commit 6bd6eec5a6d12174d745bd7ddefbf4abb83cab69
Author: James Netherton 
Date:   2017-03-27T15:19:07Z

CAMEL-11074: Unable to load Schematron XSLT templates on windows




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request #1578: CAMEL-11074: Unable to load Schematron XSLT templa...

2017-03-27 Thread jamesnetherton
Github user jamesnetherton closed the pull request at:

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


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request #1647: CAMEL-11177: CoAP component starts redundant serve...

2017-04-20 Thread jamesnetherton
GitHub user jamesnetherton opened a pull request:

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

CAMEL-11177: CoAP component starts redundant server instance



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

$ git pull https://github.com/jamesnetherton/camel CAMEL-11177

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

https://github.com/apache/camel/pull/1647.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 #1647


commit 0ff5785a9e6034d8452cb1021b054211955ccebb
Author: James Netherton 
Date:   2017-04-20T15:31:54Z

CAMEL-11177: CoAP component starts redundant server instance




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request #1649: Correct comment description of GitHub CreateIssueP...

2017-04-20 Thread jamesnetherton
GitHub user jamesnetherton opened a pull request:

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

Correct comment description of GitHub CreateIssueProducer



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

$ git pull https://github.com/jamesnetherton/camel issue-producer-doc-fixup

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

https://github.com/apache/camel/pull/1649.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 #1649


commit 49d2e11488526c1ae045314aeb3e10bed71dc647
Author: James Netherton 
Date:   2017-04-20T16:11:57Z

Correct comment description of CreateIssueProducer




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request #1649: Correct comment description of GitHub CreateIssueP...

2017-04-21 Thread jamesnetherton
Github user jamesnetherton closed the pull request at:

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


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request #1665: CAMEL-10985: Ignore CORS configuraion in CoAP comp...

2017-04-27 Thread jamesnetherton
GitHub user jamesnetherton opened a pull request:

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

CAMEL-10985: Ignore CORS configuraion in CoAP component

https://issues.apache.org/jira/browse/CAMEL-10985

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

$ git pull https://github.com/jamesnetherton/camel CAMEL-10985

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

https://github.com/apache/camel/pull/1665.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 #1665


commit ff417180291e2ece3e9d3dc4c918498805b6278c
Author: James Netherton 
Date:   2017-04-27T09:48:33Z

CAMEL-10985: Ignore CORS configuraion in CoAP component




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request #1665: CAMEL-10985: Ignore CORS configuraion in CoAP comp...

2017-04-27 Thread jamesnetherton
Github user jamesnetherton closed the pull request at:

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


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request #1704: CAMEL-11309: Add camel-olingo4 and camel-rest-swag...

2017-05-22 Thread jamesnetherton
GitHub user jamesnetherton opened a pull request:

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

CAMEL-11309: Add camel-olingo4 and camel-rest-swagger to BOM



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

$ git pull https://github.com/jamesnetherton/camel CAMEL-11309

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

https://github.com/apache/camel/pull/1704.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 #1704


commit d7f1e20fc88a2efa43448d5d95991e900585bb39
Author: James Netherton 
Date:   2017-05-22T12:25:17Z

CAMEL-11309: Add camel-olingo4 and camel-rest-swagger to BOM




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request #1704: CAMEL-11309: Add camel-olingo4 and camel-rest-swag...

2017-05-22 Thread jamesnetherton
Github user jamesnetherton closed the pull request at:

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


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request #1706: CAMEL-11309: Add camel-olingo4 and camel-rest-swag...

2017-05-22 Thread jamesnetherton
GitHub user jamesnetherton opened a pull request:

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

CAMEL-11309: Add camel-olingo4 and camel-rest-swagger to BOM

As requested in #1704. PR for the 2.19.x branch.

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

$ git pull https://github.com/jamesnetherton/camel CAMEL-11309-2.19.x

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

https://github.com/apache/camel/pull/1706.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 #1706


commit 743849aa28c455fe94d22d4d4e8e87c250a8bd6b
Author: James Netherton 
Date:   2017-05-22T14:31:31Z

CAMEL-11309: Add camel-olingo4 and camel-rest-swagger to BOM




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request #1755: CAMEL-11396: Upgrade wsdl4j to 1.6.3

2017-06-12 Thread jamesnetherton
GitHub user jamesnetherton opened a pull request:

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

CAMEL-11396: Upgrade wsdl4j to 1.6.3



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

$ git pull https://github.com/jamesnetherton/camel CAMEL-11396

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

https://github.com/apache/camel/pull/1755.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 #1755


commit 64e8375cd6c6c220564d6fcd2f7ae5304a3f4b4e
Author: James Netherton 
Date:   2017-06-12T09:31:39Z

CAMEL-11396: Upgrade wsdl4j to 1.6.3




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request #1755: CAMEL-11396: Upgrade wsdl4j to 1.6.3

2017-06-12 Thread jamesnetherton
Github user jamesnetherton closed the pull request at:

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


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request #1776: CAMEL-11404: Upgrade Hibernate and JPA spec

2017-06-20 Thread jamesnetherton
GitHub user jamesnetherton opened a pull request:

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

CAMEL-11404: Upgrade Hibernate and JPA spec

https://issues.apache.org/jira/browse/CAMEL-11404

* Upgrades Hibernate & JPA spec dependencies
* Adds Hibernate test profile to camel-jpa
* Fixes minor test issues in camel-jpa

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

$ git pull https://github.com/jamesnetherton/camel CAMEL-11404

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

https://github.com/apache/camel/pull/1776.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 #1776


commit badf43980deaaff4b75bcdbcbfd824c9f2d73b57
Author: James Netherton 
Date:   2017-06-20T12:57:55Z

CAMEL-11404: Upgrade Hibernate and JPA spec

commit d7a5b0cc26166cd9bce3bff368e2737218c10657
Author: James Netherton 
Date:   2017-06-20T13:05:20Z

CAMEL-11404: Add Hibernate test profile to camel-jpa




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request #1776: CAMEL-11404: Upgrade Hibernate and JPA spec

2017-06-22 Thread jamesnetherton
Github user jamesnetherton closed the pull request at:

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


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request #1880: CAMEL-11654: Add missing CXF dependencies to paren...

2017-08-09 Thread jamesnetherton
GitHub user jamesnetherton opened a pull request:

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

CAMEL-11654: Add missing CXF dependencies to parent POM



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

$ git pull https://github.com/jamesnetherton/camel CAMEL-11654

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

https://github.com/apache/camel/pull/1880.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 #1880


commit 96cadd422156c1be6b69af6ec6ffea466a356543
Author: James Netherton 
Date:   2017-08-09T08:49:08Z

CAMEL-11654: Add missing CXF dependencies to parent POM




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request #1880: CAMEL-11654: Add missing CXF dependencies to paren...

2017-08-09 Thread jamesnetherton
Github user jamesnetherton closed the pull request at:

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


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request #1899: CAMEL-11692: Set ClassLoader property on HBase con...

2017-08-23 Thread jamesnetherton
GitHub user jamesnetherton opened a pull request:

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

CAMEL-11692: Set ClassLoader property on HBase configuration

https://issues.apache.org/jira/browse/CAMEL-11692

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

$ git pull https://github.com/jamesnetherton/camel CAMEL-11692

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

https://github.com/apache/camel/pull/1899.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 #1899


commit bcbf3e2009fc3b09d240b096c07001ddbd645e97
Author: James Netherton 
Date:   2017-08-23T08:11:39Z

CAMEL-11692: Set ClassLoader property on HBase configuration




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request #1899: CAMEL-11692: Set ClassLoader property on HBase con...

2017-08-23 Thread jamesnetherton
Github user jamesnetherton closed the pull request at:

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


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request #1904: CAMEL-11721: Camel Kafka component JSON metadata i...

2017-08-29 Thread jamesnetherton
GitHub user jamesnetherton opened a pull request:

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

CAMEL-11721: Camel Kafka component JSON metadata is invalid

https://issues.apache.org/jira/browse/CAMEL-11721

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

$ git pull https://github.com/jamesnetherton/camel CAMEL-11721

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

https://github.com/apache/camel/pull/1904.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 #1904


commit 291f8ff5153ca22b95fbc1f11d65f3a8ec0c4cb8
Author: James Netherton 
Date:   2017-08-29T09:47:00Z

CAMEL-11721: Camel Kafka component JSON metadata is invalid




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request #1904: CAMEL-11721: Camel Kafka component JSON metadata i...

2017-08-29 Thread jamesnetherton
Github user jamesnetherton closed the pull request at:

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


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request #1905: CAMEL-11706: Remove duplicate type converter metho...

2017-08-30 Thread jamesnetherton
GitHub user jamesnetherton opened a pull request:

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

CAMEL-11706: Remove duplicate type converter methods from 
HBaseModelConverter

https://issues.apache.org/jira/browse/CAMEL-11706

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

$ git pull https://github.com/jamesnetherton/camel CAMEL-11706

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

https://github.com/apache/camel/pull/1905.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 #1905


commit 1edb78a71c69c4f69831c6269c9291dc35b6ef93
Author: James Netherton 
Date:   2017-08-30T07:20:42Z

CAMEL-11706: Remove duplicate type converter methods from 
HBaseModelConverter




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request #1905: CAMEL-11706: Remove duplicate type converter metho...

2017-08-30 Thread jamesnetherton
Github user jamesnetherton closed the pull request at:

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


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request #1923: CAMEL-11383: Replace Jersey JAX-RS client with CXF...

2017-09-07 Thread jamesnetherton
GitHub user jamesnetherton opened a pull request:

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

CAMEL-11383: Replace Jersey JAX-RS client with CXF in Bonita component

https://issues.apache.org/jira/browse/CAMEL-11383

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

$ git pull https://github.com/jamesnetherton/camel CAMEL-11383

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

https://github.com/apache/camel/pull/1923.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 #1923


commit b94fd971fd9664fa52b5d8ac7acc93bd97ee92fd
Author: James Netherton 
Date:   2017-09-07T09:28:37Z

CAMEL-11383: Replace Jersey JAX-RS client with CXF in Bonita component

commit bd06490b9d377f828c16247f5552c9ed422e47c0
Author: James Netherton 
Date:   2017-09-07T09:29:34Z

CAMEL-11383: Add Bonita integration test




---


[GitHub] camel pull request #1941: CAMEL-11788: Chunk may not find templates in modul...

2017-09-19 Thread jamesnetherton
GitHub user jamesnetherton opened a pull request:

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

CAMEL-11788: Chunk may not find templates in modular class loading 
environments

https://issues.apache.org/jira/browse/CAMEL-11788

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

$ git pull https://github.com/jamesnetherton/camel CAMEL-11788

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

https://github.com/apache/camel/pull/1941.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 #1941


commit 38615d459580ceaaa7e8585c894082be12ab2a62
Author: James Netherton 
Date:   2017-09-19T12:09:00Z

CAMEL-11788: Chunk may not find templates in modular class loading 
environments




---


[GitHub] camel pull request #1941: CAMEL-11788: Chunk may not find templates in modul...

2017-09-19 Thread jamesnetherton
Github user jamesnetherton closed the pull request at:

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


---


[GitHub] camel pull request #1963: CAMEL-11842: CNFE when configuring camel-docker TL...

2017-09-26 Thread jamesnetherton
GitHub user jamesnetherton opened a pull request:

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

CAMEL-11842: CNFE when configuring camel-docker TLS options

https://issues.apache.org/jira/browse/CAMEL-11842

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

$ git pull https://github.com/jamesnetherton/camel CAMEL-11842

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

https://github.com/apache/camel/pull/1963.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 #1963


commit 89e2ba937934bfd10eb1064f3efd393d14c888d0
Author: James Netherton 
Date:   2017-09-26T13:47:44Z

CAMEL-11842: CNFE when configuring camel-docker TLS options




---


[GitHub] camel pull request #1963: CAMEL-11842: CNFE when configuring camel-docker TL...

2017-09-26 Thread jamesnetherton
Github user jamesnetherton closed the pull request at:

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


---


[GitHub] camel pull request #1967: CAMEL-11843: Fix issues configuring some URI optio...

2017-09-27 Thread jamesnetherton
GitHub user jamesnetherton opened a pull request:

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

CAMEL-11843: Fix issues configuring some URI options on DockerEndpoint

https://issues.apache.org/jira/browse/CAMEL-11843

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

$ git pull https://github.com/jamesnetherton/camel CAMEL-11843

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

https://github.com/apache/camel/pull/1967.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 #1967


commit 35c6e0a27cd8adfca6c0aab42b4a36f0f3cfc46f
Author: James Netherton 
Date:   2017-09-27T09:36:04Z

CAMEL-11843: Fix issues configuring some URI options on DockerEndpoint




---


[GitHub] camel pull request #1967: CAMEL-11843: Fix issues configuring some URI optio...

2017-09-27 Thread jamesnetherton
Github user jamesnetherton closed the pull request at:

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


---


[GitHub] camel pull request #1968: CAMEL-11845: Remove powermock from camel-docker

2017-09-27 Thread jamesnetherton
GitHub user jamesnetherton opened a pull request:

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

CAMEL-11845: Remove powermock from camel-docker

Since I was already working in this area. This is a start towards 
https://issues.apache.org/jira/browse/CAMEL-11845.

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

$ git pull https://github.com/jamesnetherton/camel CAMEL-11845

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

https://github.com/apache/camel/pull/1968.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 #1968


commit f0376e360ee02f86525bf4a673566ab4cf976180
Author: James Netherton 
Date:   2017-09-27T10:26:39Z

CAMEL-11845: Remove powermock from camel-docker




---


[GitHub] camel pull request #2056: CAMEL-11925: Migrate atmos properties file configu...

2017-10-24 Thread jamesnetherton
GitHub user jamesnetherton opened a pull request:

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

CAMEL-11925: Migrate atmos properties file configuration to component 
properties

https://issues.apache.org/jira/browse/CAMEL-11925

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

$ git pull https://github.com/jamesnetherton/camel CAMEL-11925

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

https://github.com/apache/camel/pull/2056.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 #2056


commit 1cdd53706431f4fdbfac6294f1e2a2373ba2cc37
Author: James Netherton 
Date:   2017-10-24T07:37:32Z

CAMEL-11925: Migrate atmos properties file configuration to component 
properties




---


[GitHub] camel pull request #2058: CAMEL-11944: Ensure HBaseConfiguration ClassLoader...

2017-10-25 Thread jamesnetherton
GitHub user jamesnetherton opened a pull request:

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

CAMEL-11944: Ensure HBaseConfiguration ClassLoader is set correctly



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

$ git pull https://github.com/jamesnetherton/camel CAMEL-11944

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

https://github.com/apache/camel/pull/2058.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 #2058


commit 6dd26c2ad5f7537b6ec8f6a902b7d37eab647dde
Author: James Netherton 
Date:   2017-10-25T06:49:13Z

CAMEL-11944: Ensure HBaseConfiguration ClassLoader is set correctly




---


[GitHub] camel pull request #2061: Fix order of ChronicleEngineConsumerTest assertEqu...

2017-10-26 Thread jamesnetherton
GitHub user jamesnetherton opened a pull request:

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

Fix order of ChronicleEngineConsumerTest assertEquals arguments



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

$ git pull https://github.com/jamesnetherton/camel chronical-test-asserts

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

https://github.com/apache/camel/pull/2061.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 #2061


commit 359bf5bb1481b2220f4c7d5a574715d49d60d20a
Author: James Netherton 
Date:   2017-10-26T13:05:28Z

Fix order of ChronicleEngineConsumerTest assertEquals arguments




---


[GitHub] camel pull request #2068: CAMEL-11964: Upgrade chemistry-opencmis to 1.1.0

2017-10-30 Thread jamesnetherton
GitHub user jamesnetherton opened a pull request:

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

CAMEL-11964: Upgrade chemistry-opencmis to 1.1.0

https://issues.apache.org/jira/browse/CAMEL-11964

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

$ git pull https://github.com/jamesnetherton/camel CAMEL-11964

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

https://github.com/apache/camel/pull/2068.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 #2068


commit c230b7504289a10de647f1de84f58142666009ae
Author: James Netherton 
Date:   2017-10-30T11:07:02Z

CAMEL-11964: Upgrade chemistry-opencmis to 1.1.0




---


[GitHub] camel pull request #2095: CAMEL-12011: Add RestletHost abstraction for creat...

2017-11-17 Thread jamesnetherton
GitHub user jamesnetherton opened a pull request:

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

CAMEL-12011: Add RestletHost abstraction for creation of Restlet server

https://issues.apache.org/jira/browse/CAMEL-12011

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

$ git pull https://github.com/jamesnetherton/camel CAMEL-12011

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

https://github.com/apache/camel/pull/2095.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 #2095


commit 3fa6046817f47df009ab15fce8c25883ab62b5d7
Author: James Netherton 
Date:   2017-11-17T09:00:10Z

CAMEL-12011: Add RestletHost abstraction for creation of Restlet server




---


[GitHub] camel pull request #2112: CAMEL-12029: Return 4.05 response if no consumers ...

2017-11-24 Thread jamesnetherton
GitHub user jamesnetherton opened a pull request:

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

CAMEL-12029: Return 4.05 response if no consumers were found for the 
request method

https://issues.apache.org/jira/browse/CAMEL-12029

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

$ git pull https://github.com/jamesnetherton/camel CAMEL-12029

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

https://github.com/apache/camel/pull/2112.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 #2112


commit 464ffd8f06934e1ddfcd619a5e903cbc6db2ebeb
Author: James Netherton 
Date:   2017-11-24T08:25:27Z

CAMEL-12029: Return 4.05 response if no consumers were found for the 
request method




---


[GitHub] camel pull request #2115: CAMEL-12030: Refactor handling of CoAP request met...

2017-11-24 Thread jamesnetherton
GitHub user jamesnetherton opened a pull request:

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

CAMEL-12030: Refactor handling of CoAP request method

https://issues.apache.org/jira/browse/CAMEL-12033

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

$ git pull https://github.com/jamesnetherton/camel CAMEL-12030

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

https://github.com/apache/camel/pull/2115.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 #2115


commit 827e0039ef07288c9e3e0db77486dbb4cbf3625b
Author: James Netherton 
Date:   2017-11-24T14:09:45Z

CAMEL-12030: Refactor handling of CoAP request method




---


[GitHub] camel pull request #2121: CAMEL-12030: Add CoAP response code header

2017-11-27 Thread jamesnetherton
GitHub user jamesnetherton opened a pull request:

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

CAMEL-12030: Add CoAP response code header

https://issues.apache.org/jira/browse/CAMEL-12030

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

$ git pull https://github.com/jamesnetherton/camel CAMEL-12030

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

https://github.com/apache/camel/pull/2121.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 #2121


commit 77ed81aa9ac796a8e7cd497933019ddaca7dcb92
Author: James Netherton 
Date:   2017-11-27T07:59:54Z

CAMEL-12030: Add CoAP response code header




---


[GitHub] camel pull request #2183: CAMEL-11907: Improve test coverage for pgevent com...

2018-01-18 Thread jamesnetherton
GitHub user jamesnetherton opened a pull request:

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

CAMEL-11907: Improve test coverage for pgevent component

https://issues.apache.org/jira/browse/CAMEL-11907

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

$ git pull https://github.com/jamesnetherton/camel CAMEL-11907

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

https://github.com/apache/camel/pull/2183.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 #2183


commit 8422369408e520d3d9aceb9060bf28ee7a1cfc0d
Author: James Netherton 
Date:   2018-01-18T09:58:39Z

CAMEL-11907: Improve test coverage for pgevent component




---


[GitHub] camel pull request #2183: CAMEL-11907: Improve test coverage for pgevent com...

2018-01-18 Thread jamesnetherton
Github user jamesnetherton closed the pull request at:

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


---


[GitHub] camel pull request #2239: CAMEL-12293: Avoid KeyAlreadyExistsException for l...

2018-02-27 Thread jamesnetherton
GitHub user jamesnetherton opened a pull request:

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

CAMEL-12293: Avoid KeyAlreadyExistsException for listTypeConverters JMX 
operation

https://issues.apache.org/jira/browse/CAMEL-12293

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

$ git pull https://github.com/jamesnetherton/camel CAMEL-12293

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

https://github.com/apache/camel/pull/2239.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 #2239






---


[GitHub] camel pull request #2239: CAMEL-12293: Avoid KeyAlreadyExistsException for l...

2018-02-27 Thread jamesnetherton
Github user jamesnetherton closed the pull request at:

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


---


[GitHub] camel pull request #2272: Camel 2.21.x

2018-03-27 Thread jamesnetherton
Github user jamesnetherton closed the pull request at:

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


---


[GitHub] camel pull request #2532: CAMEL-12833: Provide a method of customizing Camel...

2018-09-25 Thread jamesnetherton
GitHub user jamesnetherton opened a pull request:

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

CAMEL-12833: Provide a method of customizing Camel CDI context creation

@astefanutti please can you take a peek at this?

https://issues.apache.org/jira/browse/CAMEL-12833

I tested with a bunch of different CDI implementations and it worked fine. 

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

$ git pull https://github.com/jamesnetherton/camel CAMEL-12833

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

https://github.com/apache/camel/pull/2532.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 #2532


commit 4c7b47b1c4cece0d22345dad5177ccefac064ca6
Author: James Netherton 
Date:   2018-09-25T07:37:32Z

CAMEL-12833: Provide a method of customizing Camel CDI context creation




---


[GitHub] camel pull request #2532: CAMEL-12833: Provide a method of customizing Camel...

2018-09-26 Thread jamesnetherton
Github user jamesnetherton closed the pull request at:

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


---