[GitHub] camel pull request #1534: CAMEL-11008: Consumer/Producer templates are not s...

2017-03-13 Thread zregvart
GitHub user zregvart opened a pull request:

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

CAMEL-11008: Consumer/Producer templates are not stopped when 
auto-configured in Spring Boot

In [CAMEL-9431|https://issues.apache.org/jira/browse/CAMEL-9431] 
producer/consumer templates did not receive their own `destroyMethod` methods. 
I've changed those to use `stop` for `destroyMethod`, a proper solution might 
be that `DefaultCamelContext` tracks all templates and stops them on shutdown, 
or make them `CamelContextAware` and `addService` them to CamelContext, or 
`addService` them in `createProducerTemplate` `createConsumerTemplate`.
I've decided to do a simple fix here and provide a unit test that can be 
used to validate the best solution to the problem.

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

$ git pull https://github.com/zregvart/camel CAMEL-11008

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

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


commit 2f265af02637864da93ec4c531cc5b95b5b41948
Author: Zoran Regvart 
Date:   2017-03-13T22:42:12Z

CAMEL-11008: Consumer/Producer templates are no...

...t stopped when auto-configured in Spring Boot

In CAMEL-9431 producer/consumer templates did not receive their own
`destroyMethod` methods. I've changed those to use `stop` for
`destroyMethod`, a proper solution might be that `DefaultCamelContext`
tracks all templates and stops them on shutdown, or make them
`CamelContextAware` and `addService` them to CamelContext, or
`addService` them in `createProducerTemplate` `createConsumerTemplate`.
I've decided to do a simple fix here and provide a unit test that can be
used to validate the best solution to the problem.




---
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 #1533: CAMEL-11000: Issued a simple warning rather than t...

2017-03-13 Thread aldettinger
GitHub user aldettinger opened a pull request:

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

CAMEL-11000: Issued a simple warning rather than throwing an Exception

[CAMEL-11000](https://issues.apache.org/jira/browse/CAMEL-11000) has more 
about this.

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

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

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

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


commit 23545491c228997f52cfc482af17c5f48fa83348
Author: aldettinger 
Date:   2017-03-13T20:36:49Z

CAMEL-11000: Issued a simple warning rather than throwing an Exception




---
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 #1514: CAMEL-10918 create sjms2 component to add support ...

2017-03-13 Thread ryeats
Github user ryeats closed the pull request at:

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


---
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 #1526: CAMEL-10966 Salesforce Maven Plugin doesn't escape...

2017-03-13 Thread NickCis
Github user NickCis closed the pull request at:

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


---
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 #1532: CAMEL-10990 Updated camel-kafka docs for KafkaIdem...

2017-03-13 Thread jkorab
GitHub user jkorab opened a pull request:

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

CAMEL-10990 Updated camel-kafka docs for KafkaIdempotentRepository. 

Synchronised documentation from website into Asciidoc docs. Expanded on 
Javadocs.

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

$ git pull https://github.com/jkorab/camel CAMEL-10990

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

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


commit 6947fd0b2ac8e87b0c3784b4112998b7bb58cf3d
Author: Jakub Korab 
Date:   2017-03-13T15:11:07Z

Updated camel-kafka docs for KafkaIdempotentRepository. Expanded on 
Javadocs.




---
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 #1530: CAMEL-10987: Remove TinyBundle from AbstractFeatur...

2017-03-13 Thread tadayosi
Github user tadayosi closed the pull request at:

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


---
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 #1531: CAMEL-11002 - Camel-Blueprint, prevent JMX re-regi...

2017-03-13 Thread asfgit
Github user asfgit closed the pull request at:

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


---
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 #1531: CAMEL-11002 - Camel-Blueprint, prevent JMX re-regi...

2017-03-13 Thread paoloantinori
GitHub user paoloantinori opened a pull request:

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

CAMEL-11002 - Camel-Blueprint, prevent JMX re-registration in case of…

… failed Context

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

$ git pull https://github.com/paoloantinori/camel CAMEL-11002

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

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


commit 274ae6827f5776de555add1ba3afd546e7c29a3e
Author: Paolo Antinori 
Date:   2017-03-13T12:44:50Z

CAMEL-11002 - Camel-Blueprint, prevent JMX re-registration in case of 
failed Context




---
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 #1530: CAMEL-10987: Remove TinyBundle from AbstractFeatur...

2017-03-13 Thread tadayosi
GitHub user tadayosi opened a pull request:

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

CAMEL-10987: Remove TinyBundle from AbstractFeatureTest API to fix 
ClassNotFoundException in camel-itest-karaf

This fixes the direct issue at 
https://issues.apache.org/jira/browse/CAMEL-10987.

However, apparently camel-itest-karaf has been having much more potential 
issues. I'd like to address as much of them as possible here in pull reqs that 
follow.

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

$ git pull https://github.com/tadayosi/camel CAMEL-10987

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

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


commit bfb6131ee11ab1a40b5e2b29ccadf8e7fd4808a3
Author: Tadayoshi Sato 
Date:   2017-03-13T12:12:51Z

CAMEL-10987: Remove TinyBundle from AbstractFeatureTest API to fix 
ClassNotFoundException in camel-itest-karaf




---
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 #1529: CAMEL-10791-added option to handle empty directori...

2017-03-13 Thread onders86
GitHub user onders86 opened a pull request:

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

CAMEL-10791-added option to handle empty directories while unzipping



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

$ git pull https://github.com/onders86/camel CAMEL-10791

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

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


commit d7434c995fc7681a132099edc638af69d3f68d5f
Author: onders86 
Date:   2017-03-13T08:03:35Z

CAMEL-10791-added option to handle empty directories while unzipping

commit 35f492b2485717a8ce3bc45c7fa3e6aefba486a7
Author: onders86 
Date:   2017-03-13T08:04:44Z

CAMEL-10791-added option to handle empty directories while unzipping

commit 083b17a779c7d1bc3b6636cd93f4da0fddac3ec2
Author: onders86 
Date:   2017-03-13T08:07:55Z

CAMEL-10791-added option to handle empty directories while unzipping

commit 04edee18ab27057dac62888330b3191f95b61130
Author: onders86 
Date:   2017-03-13T08:09:09Z

CAMEL-10791-added option to handle empty directories while unzipping

commit 56410a17adce7116d07e2e3d8c1dd6ba751a7a82
Author: onders86 
Date:   2017-03-13T08:10:23Z

CAMEL-10791-added option to handle empty directories while unzipping




---
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.
---