[GitHub] camel pull request #2307: CAMEL-12460 Fix camel actuator endpoints to get it...

2018-04-25 Thread igarashitm
GitHub user igarashitm opened a pull request:

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

CAMEL-12460 Fix camel actuator endpoints to get it working with SB2

Also extracted CamelRoutesEndpointProperties as a separated class from 
CamelRoutesEndpoint

I wanted to make sure if it's OK to add `-parameters` javac option in 
parent POM. This option preserves method parameter names into class file, which 
is required for SB2 actuator endpoint to map path parameters.

https://docs.spring.io/spring-boot/docs/current/reference/html/production-ready-endpoints.html
> To allow the input to be mapped to the operation method’s parameters, 
Java code implementing an endpoint should be compiled with -parameters

Hopefully nothing depends on class file format, so that this option doesn't 
break anything.

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

$ git pull https://github.com/igarashitm/camel CAMEL-12460

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

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


commit b02b9251b6b9eb7b873336530e2cf7f0ee0420d9
Author: Tomohisa Igarashi <tm.igarashi@...>
Date:   2018-04-25T20:37:40Z

CAMEL-12460 Fix camel actuator endpoints to get it working with SB2

Also extracted CamelRoutesEndpointProperties as a separated class from 
CamelRoutesEndpoint




---


[GitHub] camel pull request #2304: CAMEL-12468 Add dependency-management entry for ca...

2018-04-24 Thread igarashitm
Github user igarashitm closed the pull request at:

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


---


[GitHub] camel pull request #1955: CAMEL-11294 Repair not-working-examples or mark as...

2017-09-24 Thread igarashitm
GitHub user igarashitm opened a pull request:

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

CAMEL-11294 Repair not-working-examples or mark as deprecated

* Cosmetic changes on README
* added cdi-api dep in transformer-cdi POM to avoid namespace error
* Removed camel-example-cxf-osgi and camel-example-sql as their spring 
context doesn't work on karaf and blueprint version are already there

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

$ git pull https://github.com/igarashitm/camel CAMEL-11294

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

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


commit b3f38d6e6887c00631e387679ec5dade03c24ed3
Author: Tomohisa Igarashi <tm.igara...@gmail.com>
Date:   2017-09-22T19:34:29Z

CAMEL-11294 cosmetic changes on example README.md/adoc

commit c56f12ef083835b5dd4222505adc9cf27fe06ee7
Author: Tomohisa Igarashi <tm.igara...@gmail.com>
Date:   2017-09-22T19:38:36Z

CAMEL-11294 Remove camel-example-cxf-osgi

It no longer works as camel-spring-dm has been removed, and we have a 
camel-example-cxf-blueprint instead

commit d3a7c8c56e7a9485b48b07ce20c573eec64f43da
Author: Tomohisa Igarashi <tm.igara...@gmail.com>
Date:   2017-09-25T01:51:33Z

CAMEL-11294 Remove camel-example-sql

It no longer works as camel-spring-dm has been removed, and we have a 
camel-example-sql-blueprint instead




---


[GitHub] camel pull request #1714: CAMEL-11315 camel-twitter: Replace dummy URI paths...

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

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


---
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 #1724: CAMEL-11243 Split camel-kubernates component into ...

2017-05-28 Thread igarashitm
GitHub user igarashitm opened a pull request:

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

CAMEL-11243 Split camel-kubernates component into 13 (build-configs, …

…builds, configmaps, namespaces, nodes, persistent-volumes, 
persistent-volumes-claims, pods, replication-controllers, resources-quota, 
secrets, service-accounts, services)

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

$ git pull https://github.com/igarashitm/camel CAMEL-11243

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

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


commit 1f4a90d9714e6a99c3a1a4aaa5abd9e8f85a8e77
Author: Tomohisa Igarashi <tm.igara...@gmail.com>
Date:   2017-05-27T12:45:40Z

CAMEL-11243 Split camel-kubernates component into 13 (build-configs, 
builds, configmaps, namespaces, nodes, persistent-volumes, 
persistent-volumes-claims, pods, replication-controllers, resources-quota, 
secrets, service-accounts, services)




---
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 #1714: CAMEL-11315 camel-twitter: Replace dummy URI paths...

2017-05-24 Thread igarashitm
GitHub user igarashitm opened a pull request:

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

CAMEL-11315 camel-twitter: Replace dummy URI paths on directmessage a…

…nd search with something meaningful

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

$ git pull https://github.com/igarashitm/camel CAMEL-11315

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

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


commit 2266ecede14254fb011ac1c5a2a3c048a3374dd0
Author: Tomohisa Igarashi <tm.igara...@gmail.com>
Date:   2017-05-24T14:38:36Z

CAMEL-11315 camel-twitter: Replace dummy URI paths on directmessage and 
search with something meaningful




---
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 #1712: CAMEL-11242 Split camel-twitter component/endpoint...

2017-05-24 Thread igarashitm
GitHub user igarashitm opened a pull request:

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

CAMEL-11242 Split camel-twitter component/endpoint into 4 (directmess…

…age, search, streaming, timeline)

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

$ git pull https://github.com/igarashitm/camel CAMEL-11242

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

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


commit a90c0c172f61e79ea86ae330f3159e8f2000ee55
Author: Tomohisa Igarashi <tm.igara...@gmail.com>
Date:   2017-05-08T12:51:59Z

CAMEL-11242 Split camel-twitter component/endpoint into 4 (directmessage, 
search, streaming, timeline)




---
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 #1683: cassandra-kubernates, cxf-blueprint, hazelcast-kub...

2017-05-11 Thread igarashitm
Github user igarashitm closed the pull request at:

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


---
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 #1683: cassandra-kubernates, cxf-blueprint, hazelcast-kub...

2017-05-10 Thread igarashitm
GitHub user igarashitm reopened a pull request:

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

cassandra-kubernates, cxf-blueprint, hazelcast-kubernates: Fixed typo…

… in readme

servlet-tomcat-no-spring: added finalName so the contextPath would match 
with the URL described in readme

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

$ git pull https://github.com/igarashitm/camel examples-typo

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

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


commit c91440a87cc591a38fb0d1a99495756f8677bbff
Author: Tomohisa Igarashi <tm.igara...@gmail.com>
Date:   2017-05-10T12:21:36Z

cassandra-kubernates, cxf-blueprint, hazelcast-kubernates: Fixed typo in 
readme
servlet-tomcat-no-spring: added finalName so the contextPath would match 
with the URL described in readme

commit 1806722de232fb1fe1e775133da2f9c42967c387
Author: Tomohisa Igarashi <tm.igara...@gmail.com>
Date:   2017-05-10T12:43:51Z

removed myapp-cdi from readme as it doesn't work and marked as deprecated




---
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 #1683: cassandra-kubernates, cxf-blueprint, hazelcast-kub...

2017-05-10 Thread igarashitm
Github user igarashitm closed the pull request at:

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


---
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 #1683: cassandra-kubernates, cxf-blueprint, hazelcast-kub...

2017-05-10 Thread igarashitm
GitHub user igarashitm opened a pull request:

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

cassandra-kubernates, cxf-blueprint, hazelcast-kubernates: Fixed typo…

… in readme

servlet-tomcat-no-spring: added finalName so the contextPath would match 
with the URL described in readme

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

$ git pull https://github.com/igarashitm/camel examples-typo

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

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


commit c91440a87cc591a38fb0d1a99495756f8677bbff
Author: Tomohisa Igarashi <tm.igara...@gmail.com>
Date:   2017-05-10T12:21:36Z

cassandra-kubernates, cxf-blueprint, hazelcast-kubernates: Fixed typo in 
readme
servlet-tomcat-no-spring: added finalName so the contextPath would match 
with the URL described in readme




---
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 #1657: CAMEL-10798 Splitted hazelcast component into 11 w...

2017-05-09 Thread igarashitm
Github user igarashitm closed the pull request at:

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


---
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 #1648: CAMEL-10798 Splitted camel-ignite component for ea...

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

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


---
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 #1648: CAMEL-10798 Splitted camel-ignite component for ea...

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

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

CAMEL-10798 Splitted camel-ignite component for each endpoint

I've been looking for a easy way to get around CAMEL-11150, but it turned 
out it's easier to address CAMEL-10798. This splits the ignite component into 7 
which corresponds to each ignite endpoint, and also it preserves existing 
IgniteComponent with deprecated flag. In this way the old syntax like 
`ignite:cache` is still allowed with having WARN log saying that the syntax has 
been deprecated.

I wonder it may be a bit too big change at this stage as 2.19.0 release is 
around the corner though. If so let's just have it after the release.

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

$ git pull https://github.com/igarashitm/camel CAMEL-10798-ignite

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

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


commit c5b52455871b6e17d06fd21dcee0a0957f32525c
Author: Tomohisa Igarashi <tm.igara...@gmail.com>
Date:   2017-04-19T14:21:30Z

CAMEL-10798 Splitted camel-ignite component for each endpoint




---
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 #1638: Use maven-antrun-plugin to remove data dir instead...

2017-04-19 Thread igarashitm
Github user igarashitm closed the pull request at:

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


---
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 #1638: Use maven-antrun-plugin to remove data dir instead...

2017-04-19 Thread igarashitm
GitHub user igarashitm opened a pull request:

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

Use maven-antrun-plugin to remove data dir instead of maven-clean-plu…

…gin so that mvn clean would remove target dir

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

$ git pull https://github.com/igarashitm/camel camel-solr-remove-data-dir

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

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


commit 9776e85a0742c98ea966691e39dfd1015d306394
Author: Tomohisa Igarashi <tm.igara...@gmail.com>
Date:   2017-04-19T09:05:57Z

Use maven-antrun-plugin to remove data dir instead of maven-clean-plugin so 
that mvn clean would remove target dir




---
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 #1631: CAMEL-10843 Ported camel-ignite wiki doc into adoc

2017-04-14 Thread igarashitm
Github user igarashitm closed the pull request at:

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


---
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 #1631: CAMEL-10843 Ported camel-ignite wiki doc into adoc

2017-04-14 Thread igarashitm
GitHub user igarashitm opened a pull request:

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

CAMEL-10843 Ported camel-ignite wiki doc into adoc

Auto generation for the component/endpoint options doesn't work for now, 
not yet sure why, maybe it has multiple endpoints? Also the ignite entry is 
removed from components/readme.adoc on each full build like camel-solr. I'll 
look into why.

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

$ git pull https://github.com/igarashitm/camel CAMEL-10843-ignite

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

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


commit fd0dca9f15916cda945a047808a1d4b01ff9cba7
Author: Tomohisa Igarashi <tm.igara...@gmail.com>
Date:   2017-04-14T07:02:12Z

CAMEL-10843 Ported camel-ignite wiki doc into adoc




---
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 #1627: CAMEL-10843 Added adoc for camel-test-spring

2017-04-13 Thread igarashitm
Github user igarashitm closed the pull request at:

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


---
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 #1627: CAMEL-10843 Added adoc for camel-test-spring

2017-04-13 Thread igarashitm
GitHub user igarashitm opened a pull request:

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

CAMEL-10843 Added adoc for camel-test-spring

Ported from existing wiki doc

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

$ git pull https://github.com/igarashitm/camel CAMEL-10843-test-spring

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

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


commit 77b2d3fee592b39493f0491fef2c9f7ea33e35a4
Author: Tomohisa Igarashi <tm.igara...@gmail.com>
Date:   2017-04-13T09:04:41Z

CAMEL-10843 Added adoc for camel-test-spring




---
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 #1622: CAMEL-10160 Added zendesk components to the kit

2017-04-13 Thread igarashitm
Github user igarashitm closed the pull request at:

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


---
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 #1622: CAMEL-10160 Added zendesk components to the kit

2017-04-12 Thread igarashitm
GitHub user igarashitm opened a pull request:

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

CAMEL-10160 Added zendesk components to the kit



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

$ git pull https://github.com/igarashitm/camel CAMEL-10160-dist

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

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


commit 819740b5ff5d6c180fecfe04246a6e78a51f1983
Author: Tomohisa Igarashi <tm.igara...@gmail.com>
Date:   2017-04-13T00:32:12Z

CAMEL-10160 Added zendesk components to the kit




---
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 #1612: CAMEL-10947 Fixed missing alignment on ${htmlunit-...

2017-04-10 Thread igarashitm
GitHub user igarashitm opened a pull request:

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

CAMEL-10947 Fixed missing alignment on ${htmlunit-version} property



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

$ git pull https://github.com/igarashitm/camel CAMEL-10947-prop

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

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


commit da505f984cb3cb5fcde42303277b4477f44baa71
Author: Tomohisa Igarashi <tm.igara...@gmail.com>
Date:   2017-04-11T01:40:38Z

CAMEL-10947 Fixed missing alignment on ${htmlunit-version} property




---
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 #1585: CAMEL-11054 Create SPI for Log EIP to enable other...

2017-04-06 Thread igarashitm
Github user igarashitm closed the pull request at:

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


---
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 #1586: CAMEL-10885 A follow-up - masking formatter should...

2017-03-31 Thread igarashitm
Github user igarashitm closed the pull request at:

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


---
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 #1586: CAMEL-10885 A follow-up - masking formatter should...

2017-03-30 Thread igarashitm
GitHub user igarashitm opened a pull request:

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

CAMEL-10885 A follow-up - masking formatter should be applied in all …

…process()

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

$ git pull https://github.com/igarashitm/camel CAMEL-10885-2

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

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


commit ef02fa49951713f9a7e0a9bb88bb67d0f5fa7ec6
Author: Tomohisa Igarashi <tm.igara...@gmail.com>
Date:   2017-03-31T00:39:25Z

CAMEL-10885 A follow-up - masking formatter should be applied in all 
process()




---
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 #1585: CAMEL-11054 Create SPI for Log EIP to enable other...

2017-03-30 Thread igarashitm
GitHub user igarashitm opened a pull request:

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

CAMEL-11054 Create SPI for Log EIP to enable other components to inte…

…rcept/enrich logged messages

# PLEASE DO NOT MERGE - this is continued from 
https://github.com/apache/camel/pull/1559

Hi @davsclaus , @objectiser , 

Here is an outline sketch for the CAMEL-11054. Let's start from here:
* adds `addCamelLoggerListener()`/`getCamelLoggerListeners()` on 
`CamelContext`
* `CamelLogger` holds a list of `CamelLoggerListener`
* for Log EIP, `LogDefinition` copies `CamelLoggerListener`s from 
`CamelContext` to `CamelLogger`
* for Log Component, `LogEndpoint` copies `CamelLoggerListener`s from 
`CamelContext` to `CamelLogger`
* `CamelLoggerListener#onLog()` to receive a log event and return an 
enriched log message

Questions:
* do we want to extract `enrich()` from `onLog()` so it could be done 
separately?
* do we want separated handler like `onWarn()`, `onInfo()` and etc. rather 
than `onLog()`?
* any other event we want to handle in `CamelLoggerListener`?
* As both of Log EIP and Component use `CamelLogger`, it's easy to add it 
on both of them. Is it OK or do we want it only on Log EIP?

Any comment would be appreciated!

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

$ git pull https://github.com/igarashitm/camel CAMEL-11054

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

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






---
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 #1561: CAMEL-10885 Add mask option to log EIP

2017-03-28 Thread igarashitm
Github user igarashitm closed the pull request at:

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


---
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 #1561: CAMEL-10885 Add mask option to log EIP

2017-03-23 Thread igarashitm
GitHub user igarashitm opened a pull request:

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

CAMEL-10885 Add mask option to log EIP

Introduced a StringFormatter interface to plugin a formatter into the Log 
EIP processor. MaskingStringFormatter is the implementation which masks 
sensitive information like password and passphrase for key=value, XML and JSON.

Like Log Component looks for a ExchangeFormatter with the name 
"logFormatter" in registry to be used for a default formatter, LogDefinition 
looks for a "logEipFormatter" for the default formatter. It can be overridden 
by specifying formatterRef option in Log DSL. It also introduced a series of 
logWithFormatter()/logWithFormatterRef() to be used in Java DSL.

Any feedback would be really appreciated. As those addition of the methods 
doesn't look really cool, that would be great if you could have better idea...

In the meantime, as it seems there's no log-eip.adoc in the 
src/main/docs/eips yet, I'll look into how it could be generated and add more 
commit here once it succeeds.

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

$ git pull https://github.com/igarashitm/camel CAMEL-10885

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

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


commit 128a80dc56b5f190385b688cf7f049f2630fb528
Author: Tomohisa Igarashi <tm.igara...@gmail.com>
Date:   2017-03-17T08:18:13Z

CAMEL-10885 Add mask option to log EIP

Introduced a StringFormatter interface to plugin a formatter into the Log 
EIP processor. MaskingStringFormatter is the implementation which masks 
sensitive information like password and passphrase for key=value, XML and JSON.




---
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 #1547: CAMEL-10160 create a zendesk endpoint for creating...

2017-03-19 Thread igarashitm
Github user igarashitm closed the pull request at:

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


---
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 #1547: CAMEL-10160 create a zendesk endpoint for creating...

2017-03-16 Thread igarashitm
GitHub user igarashitm opened a pull request:

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

CAMEL-10160 create a zendesk endpoint for creating new issues



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

$ git pull https://github.com/igarashitm/camel CAMEL-10160

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

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


commit 181753ff9f05a467475a2ffebca92ebf03dfc480
Author: Tomohisa Igarashi <tm.igara...@gmail.com>
Date:   2016-11-21T02:54:38Z

CAMEL-10160 create a zendesk endpoint for creating new issues




---
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 #1539: CAMEL-11012 bindy csv doesn't populate with defaul...

2017-03-14 Thread igarashitm
Github user igarashitm closed the pull request at:

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


---
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 #1539: CAMEL-11012 bindy csv doesn't populate with defaul...

2017-03-14 Thread igarashitm
GitHub user igarashitm opened a pull request:

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

CAMEL-11012 bindy csv doesn't populate with defaultValue on marshal



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

$ git pull https://github.com/igarashitm/camel CAMEL-11012

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

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


commit 13dc096fe88f713b22a198405f4fb29f798714e6
Author: Tomohisa Igarashi <tm.igara...@gmail.com>
Date:   2017-03-14T12:40:55Z

CAMEL-11012 bindy csv doesn't populate with defaultValue on marshal




---
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 #1536: CAMEL-10265 Allow named queries in JPA Producer

2017-03-14 Thread igarashitm
Github user igarashitm closed the pull request at:

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


---
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 #1536: CAMEL-10265 Allow named queries in JPA Producer

2017-03-14 Thread igarashitm
GitHub user igarashitm opened a pull request:

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

CAMEL-10265 Allow named queries in JPA Producer

Added support for query, namedQuery and nativeQuery to the JPA producer. 
Now it also support Simple expression in the value of the parameters so it can 
retrieve a value from Message body, header and etc.

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

$ git pull https://github.com/igarashitm/camel CAMEL-10265

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

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


commit fab4ddb7d3334b65abd1b46941c0d953ac845e80
Author: Tomohisa Igarashi <tm.igara...@gmail.com>
Date:   2017-03-14T07:21:18Z

CAMEL-10265 Allow named queries in JPA Producer

Added support for query, namedQuery and nativeQuery to the JPA producer. 
Now it also support Simple expression in the value of the parameters so it can 
retrieve a value from Message body, header and etc.




---
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 #1501: CAMEL-10908 Fixed adoc

2017-03-02 Thread igarashitm
Github user igarashitm closed the pull request at:

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


---
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 #1501: CAMEL-10908 Fixed adoc

2017-03-01 Thread igarashitm
GitHub user igarashitm opened a pull request:

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

CAMEL-10908 Fixed adoc

a follow up for the https://github.com/apache/camel/pull/1497 fixing 
transformer.adoc.

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

$ git pull https://github.com/igarashitm/camel CAMEL-10908-doc

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

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


commit 5c7b90bb425f6803f15a8a33d6c6b7323d9f9034
Author: Tomohisa Igarashi <tm.igara...@gmail.com>
Date:   2017-03-02T02:42:06Z

CAMEL-10908 Fixed adoc




---
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 #1497: CAMEL-10908 Introduce DataTypeAware interface and ...

2017-02-28 Thread igarashitm
GitHub user igarashitm opened a pull request:

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

CAMEL-10908 Introduce DataTypeAware interface and let MessageSupport …

…implement it

This also solves CAMEL-10890

This is a follow up of the discussion here:
https://github.com/apache/camel/pull/1492

Instead of carrying around the INPUT_TYPE/OUTPUT_TYPE exchange properties, 
introduced DataTypeAware which allows camel Message to store its DataType.

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

$ git pull https://github.com/igarashitm/camel CAMEL-10908

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

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


commit 0366bc15c8ab8e6229246203c1fa4723c0f5a251
Author: Tomohisa Igarashi <tm.igara...@gmail.com>
Date:   2017-03-01T00:06:41Z

CAMEL-10908 Introduce DataTypeAware interface and let MessageSupport 
implement it

This also solves CAMEL-10890




---
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 #1492: CAMEL-10890 Failed test in some http components

2017-02-28 Thread igarashitm
Github user igarashitm closed the pull request at:

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


---
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 #1493: CAMEL-10894 Fixed test failure

2017-02-25 Thread igarashitm
GitHub user igarashitm opened a pull request:

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

CAMEL-10894 Fixed test failure



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

$ git pull https://github.com/igarashitm/camel CAMEL-10894

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

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


commit 2e8f21dec883b083ddc802847b4c378a61a2
Author: Tomohisa Igarashi <tm.igara...@gmail.com>
Date:   2017-02-25T07:59:31Z

CAMEL-10894 Fixed test failure




---
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 #1492: CAMEL-10890 Failed test in some http components

2017-02-24 Thread igarashitm
GitHub user igarashitm opened a pull request:

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

CAMEL-10890 Failed test in some http components

Instead of handling all the cases in ContractAdvice, added INPUT/OUTPUT 
property copy when message copy occurs between IN and OUT. This enables it to 
keep type metadata in sync in much cleaner way.

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

$ git pull https://github.com/igarashitm/camel CAMEL-10890

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

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


commit 35dd44918efdbbbeeaf08bdb9004737f5ad0c070
Author: Tomohisa Igarashi <tm.igara...@gmail.com>
Date:   2017-02-24T16:39:30Z

CAMEL-10890 Failed test in some http components

Instead of handling all the cases in ContractAdvice, added INPUT/OUTPUT 
property copy when message copy occurs between IN and OUT. This enables it to 
keep type metadata in sync in much cleaner way.




---
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 #1485: CAMEL-10538 Add declarative validator according to...

2017-02-22 Thread igarashitm
Github user igarashitm closed the pull request at:

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


---
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 #1485: CAMEL-10538 Add declarative validator according to...

2017-02-22 Thread igarashitm
GitHub user igarashitm opened a pull request:

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

CAMEL-10538 Add declarative validator according to input/output type



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

$ git pull https://github.com/igarashitm/camel CAMEL-10538

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

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


commit 45cb9c226084a66b15bb980671fe756cac424f16
Author: Tomohisa Igarashi <tm.igara...@gmail.com>
Date:   2017-02-15T00:18:37Z

CAMEL-10538 Add declarative validator according to input/output type




---
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 #1464: CAMEL-10532 Integrate Transformer with Rest DSL

2017-02-14 Thread igarashitm
GitHub user igarashitm opened a pull request:

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

CAMEL-10532 Integrate Transformer with Rest DSL

Converted the RestConsumerBindingProcessor into RestBindingAdvice to 
control the order between REST binding and contract processing. Now you can use 
REST binding and contract based transformer together in a same route.

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

$ git pull https://github.com/igarashitm/camel CAMEL-10532

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

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


commit 25b2ba250776c0046d0bcec869f0aa98caa92e4c
Author: Tomohisa Igarashi <tm.igara...@gmail.com>
Date:   2017-02-03T06:17:23Z

CAMEL-10532 Extract ContractAdvice as an individual file

commit 8c9184b6f2d75ebbab90a5cb42eb51e114fec42b
Author: Tomohisa Igarashi <tm.igara...@gmail.com>
Date:   2017-02-09T08:48:16Z

CAMEL-10532 Convert RestConsumerBindingProcessor into processor advice so 
it works fine with contract advice together




---
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 #1416: CAMEL-10531 Fixed a test failure

2017-01-21 Thread igarashitm
GitHub user igarashitm opened a pull request:

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

CAMEL-10531 Fixed a test failure



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

$ git pull https://github.com/igarashitm/camel CAMEL-10531_test

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

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


commit 80138fcc615f33c5ba05679ba19fdb9773fa9683
Author: Tomohisa Igarashi <tm.igara...@gmail.com>
Date:   2017-01-21T14:43:27Z

CAMEL-10531 Fixed a test failure




---
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 #1406: CAMEL-10531 Introduce fluent builder for Transform...

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

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

CAMEL-10531 Introduce fluent builder for Transformer



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

$ git pull https://github.com/igarashitm/camel CAMEL-10531

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

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


commit 08b9f5fdd2d9cc1d3a3839466fcce3dda2372baf
Author: Tomohisa Igarashi <tm.igara...@gmail.com>
Date:   2017-01-17T23:06:41Z

CAMEL-10531 Introduce fluent builder for Transformer




---
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 #1382: CAMEL-10678 Use individual fields for the Transfor...

2017-01-06 Thread igarashitm
Github user igarashitm closed the pull request at:

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


---
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 #1382: CAMEL-10678 Use individual fields for the Transfor...

2017-01-06 Thread igarashitm
GitHub user igarashitm opened a pull request:

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

CAMEL-10678 Use individual fields for the Transformer properties in M…

…anagedTransformerRegistry#listTransformers()

Added individual fields for scheme, from to, and also description which 
represents transformer detail. The detail is helpful to see what type of 
transformer implementation is used.

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

$ git pull https://github.com/igarashitm/camel CAMEL-10678

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

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


commit 077fc2e1c976ac3b5ae7c87f3649b8ba4b3861e4
Author: Tomohisa Igarashi <tm.igara...@gmail.com>
Date:   2017-01-06T11:50:21Z

CAMEL-10678 Use individual fields for the Transformer properties in 
ManagedTransformerRegistry#listTransformers()




---
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 #1375: CAMEL-10530 Add TransformerListCommand

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

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


---
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 #1375: CAMEL-10530 Add TransformerListCommand

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

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

CAMEL-10530 Add TransformerListCommand



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

$ git pull https://github.com/igarashitm/camel CAMEL-10530_commands

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

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


commit 2f590d68272b15c366600f6ae8a6b0b113c62b2c
Author: Tomohisa Igarashi <tm.igara...@gmail.com>
Date:   2017-01-05T11:44:31Z

CAMEL-10530 Add TransformerListCommand




---
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 #1359: CAMEL-10530 Introduce TransformerRegistry

2016-12-20 Thread igarashitm
GitHub user igarashitm opened a pull request:

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

CAMEL-10530 Introduce TransformerRegistry



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

$ git pull https://github.com/igarashitm/camel CAMEL-10530

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

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


commit 719ef8281db26a3d7c7d153c94af35bc4623ae66
Author: Tomohisa Igarashi <tm.igara...@gmail.com>
Date:   2016-12-13T07:38:20Z

CAMEL-10530 Introduce TransformerRegistry




---
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 #1312: CAMEL-10447 Added Transformer adoc

2016-11-25 Thread igarashitm
Github user igarashitm closed the pull request at:

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


---
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 #1312: CAMEL-10447 Added Transformer adoc

2016-11-25 Thread igarashitm
GitHub user igarashitm opened a pull request:

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

CAMEL-10447 Added Transformer adoc



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

$ git pull https://github.com/igarashitm/camel CAMEL-10447-doc

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

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


commit b06189fc4b8061e96cb3773e33edb1bdc989
Author: Tomohisa Igarashi <tm.igara...@gmail.com>
Date:   2016-11-25T10:22:43Z

CAMEL-10447 Added Transformer adoc




---
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 #1306: CAMEL-10447 Split ContractAdvice#doTransform() int...

2016-11-24 Thread igarashitm
Github user igarashitm closed the pull request at:

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


---
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 #1252: CAMEL-10447 Add contract based type awareness and ...

2016-11-24 Thread igarashitm
Github user igarashitm closed the pull request at:

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


---
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 #1283: CAMEL-10499 camel-sql - error in multiple dynamic ...

2016-11-21 Thread igarashitm
Github user igarashitm closed the pull request at:

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


---
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 #1283: CAMEL-10499 camel-sql - error in multiple dynamic ...

2016-11-21 Thread igarashitm
GitHub user igarashitm opened a pull request:

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

CAMEL-10499 camel-sql - error in multiple dynamic IN replacement



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

$ git pull https://github.com/igarashitm/camel CAMEL-10499

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

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


commit 21ce76b402117ea5e0fb621d1f95fb5e3d88a756
Author: Tomohisa Igarashi <tm.igara...@gmail.com>
Date:   2016-11-21T10:56:19Z

CAMEL-10499 camel-sql - error in multiple dynamic IN replacement




---
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 #1256: CAMEL-10451 camel-undertow - Add multipart request...

2016-11-09 Thread igarashitm
Github user igarashitm closed the pull request at:

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


---
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 #1256: CAMEL-10451 camel-undertow - Add multipart request...

2016-11-08 Thread igarashitm
GitHub user igarashitm opened a pull request:

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

CAMEL-10451 camel-undertow - Add multipart request support



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

$ git pull https://github.com/igarashitm/camel CAMEL-10451

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

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


commit e77fcc244e7a28f0155ec459c6c70825cd904a77
Author: Tomohisa Igarashi <tm.igara...@gmail.com>
Date:   2016-11-08T16:29:53Z

CAMEL-10451 camel-undertow - Add multipart request 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 #1252: CAMEL-10447 Add contract based type awareness and ...

2016-11-07 Thread igarashitm
GitHub user igarashitm opened a pull request:

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

CAMEL-10447 Add contract based type awareness and transformer which l…

…everages the type metadata

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

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

$ git pull https://github.com/igarashitm/camel CAMEL-10447

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

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


commit a40b8326a04699a5f74d475478ba3d6f6b1fa698
Author: Tomohisa Igarashi <tm.igara...@gmail.com>
Date:   2016-07-15T13:41:04Z

CAMEL-10447 Add contract based type awareness and transformer which 
leverages the type metadata




---
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 #1237: CAMEL-10354 OWASP Dependency Check

2016-10-31 Thread igarashitm
Github user igarashitm closed the pull request at:

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


---
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 #1237: CAMEL-10354 OWASP Dependency Check

2016-10-30 Thread igarashitm
GitHub user igarashitm opened a pull request:

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

CAMEL-10354 OWASP Dependency Check

Added dependencycheck profile to run OWASP dependency check plugin

Note that some recent OpenJDK distribution in such as fedora, RHEL, CentOS 
doesn't contain ECDHE cipher which is required to download from nvd.nist.gov. 
In order to run this plugin on these environment, you'd need to install a JCE 
crypto provider like bouncycastle (e.g. dnf install bouncycastle on fedora24) 
and remove ECDHE from jdk.tls.disabledAlgorithms property defined in the 
jre/lib/security/java.security.
https://github.com/jeremylong/DependencyCheck/issues/523

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

$ git pull https://github.com/igarashitm/camel CAMEL-10354

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

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


commit bdc958bc46dc78c627571513805a425f3596adfc
Author: Tomohisa Igarashi <tm.igara...@gmail.com>
Date:   2016-10-12T11:00:29Z

CAMEL-10354 OWASP Dependency Check

Added dependencycheck profile to run OWASP dependency check plugin




---
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 #1225: CAMEL-10399 camel-jetty - consumer should not load...

2016-10-26 Thread igarashitm
GitHub user igarashitm opened a pull request:

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

CAMEL-10399 camel-jetty - consumer should not load attachment payload



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

$ git pull https://github.com/igarashitm/camel CAMEL-10399

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

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


commit bb24b663caf901cba9134b7abbbd7b38b6fa2c8b
Author: Tomohisa Igarashi <tm.igara...@gmail.com>
Date:   2016-10-26T15:08:03Z

CAMEL-10399 camel-jetty - consumer should not load attachment payload




---
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 #1224: CAMEL-9678 camel-undertow - Keep restarting server...

2016-10-26 Thread igarashitm
Github user igarashitm closed the pull request at:

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


---
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 #1224: CAMEL-9678 camel-undertow - Keep restarting server...

2016-10-26 Thread igarashitm
GitHub user igarashitm opened a pull request:

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

CAMEL-9678 camel-undertow - Keep restarting server when add/remove ro…

…utes

Refactored camel-undertow consumer to enable hot swapping individual 
handlers which correspond to each consumers without restarting undertow server.

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

$ git pull https://github.com/igarashitm/camel CAMEL-9678

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

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


commit 320150c6c8d05a3ccfe879d30a47b191ab73c2f3
Author: Tomohisa Igarashi <tm.igara...@gmail.com>
Date:   2016-10-26T08:17:13Z

CAMEL-9678 camel-undertow - Keep restarting server when add/remove routes

Refactored camel-undertow consumer to enable hot swapping individual 
handlers which correspond to each consumers without restarting undertow server.




---
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 #1215: CAMEL-10397 SJMS - Raise an error against InOut+tr...

2016-10-19 Thread igarashitm
Github user igarashitm closed the pull request at:

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


---
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 #1216: CAMEL-10398 SJMS - Avoid NPE when neither of Conne...

2016-10-19 Thread igarashitm
Github user igarashitm closed the pull request at:

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


---
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 #1216: CAMEL-10398 SJMS - Avoid NPE when neither of Conne...

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

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

CAMEL-10398 SJMS - Avoid NPE when neither of ConnectionResource nor C…

…onnectionFactory is configured

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

$ git pull https://github.com/igarashitm/camel CAMEL-10398

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

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


commit 33985a9259cd6fe3733481ff1bf8b7f765e3569d
Author: Tomohisa Igarashi <tm.igara...@gmail.com>
Date:   2016-10-19T04:39:23Z

CAMEL-10398 SJMS - Avoid NPE when neither of ConnectionResource nor 
ConnectionFactory is configured




---
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 #1215: CAMEL-10397 SJMS - Raise an error against InOut+tr...

2016-10-18 Thread igarashitm
GitHub user igarashitm opened a pull request:

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

CAMEL-10397 SJMS - Raise an error against InOut+transacted producer a…

…s it causes a deadlock

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

$ git pull https://github.com/igarashitm/camel CAMEL-10397

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

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


commit bd1292a8359b41c475379aba899c74d1a83a9f4a
Author: Tomohisa Igarashi <tm.igara...@gmail.com>
Date:   2016-10-19T02:31:47Z

CAMEL-10397 SJMS - Raise an error against InOut+transacted producer as it 
causes a deadlock




---
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 #1214: CAMEL-9606 Share JMS session among SJMS endpoints ...

2016-10-18 Thread igarashitm
GitHub user igarashitm opened a pull request:

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

CAMEL-9606 Share JMS session among SJMS endpoints to ensure transacti…

…on atomicity

A testcase, which terminate a camel process during processing transacted 
sjms consumer/producer. Sometimes test-in + test-out > initial without the fix.

https://github.com/igarashitm/issues/blob/master/camel/misc/src/test/java/CamelSjmsTxTest.java

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

$ git pull https://github.com/igarashitm/camel CAMEL-9606

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

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


commit 825a35fbf67bc1b298bf8f9d58a5e2603d65063d
Author: Tomohisa Igarashi <tm.igara...@gmail.com>
Date:   2016-10-18T13:05:54Z

CAMEL-9606 Share JMS session among SJMS endpoints to ensure transaction 
atomicity




---
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 #1206: CAMEL-10124 Karaf commands - Switch to non depreca...

2016-10-11 Thread igarashitm
Github user igarashitm closed the pull request at:

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


---
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 #1206: CAMEL-10124 Karaf commands - Switch to non depreca...

2016-10-11 Thread igarashitm
GitHub user igarashitm opened a pull request:

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

CAMEL-10124 Karaf commands - Switch to non deprecated

Note: This change is not compatible with karaf 2 and 3. If those old 
versions should be still supported, then just keep using deprecated APIs which 
still seems to be working well on karaf4 as well.

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

$ git pull https://github.com/igarashitm/camel CAMEL-10124

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

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


commit 2097a08225f327bd40ecba9da7ba325c880b6758
Author: Tomohisa Igarashi <tm.igara...@gmail.com>
Date:   2016-10-07T03:43:11Z

CAMEL-10124 Karaf commands - Switch to non deprecated




---
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 #1200: CAMEL-10356 camel-metrics - Add support for gauge ...

2016-10-06 Thread igarashitm
GitHub user igarashitm opened a pull request:

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

CAMEL-10356 camel-metrics - Add support for gauge type



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

$ git pull https://github.com/igarashitm/camel CAMEL-10356

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

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


commit 4f9ff1b1c3a5ba2a4381336c621f9e368c1fb5c4
Author: Tomohisa Igarashi <tm.igara...@gmail.com>
Date:   2016-10-06T14:37:15Z

CAMEL-10356 camel-metrics - Add support for gauge type




---
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-9608 camel-jpa consumer fails to poll af...

2016-02-17 Thread igarashitm
Github user igarashitm closed the pull request at:

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


---
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-9608 camel-jpa consumer fails to poll af...

2016-02-16 Thread igarashitm
GitHub user igarashitm opened a pull request:

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

CAMEL-9608 camel-jpa consumer fails to poll after transaction timeout

Here is the test application
https://github.com/igarashitm/issues/tree/master/ENTESB-4941

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

$ git pull https://github.com/igarashitm/camel CAMEL-9608

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

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


commit cd3a6864f2e0aba169fd7fa023f74d56696230e3
Author: Tomohisa Igarashi <tm.igara...@gmail.com>
Date:   2016-02-17T07:11:11Z

CAMEL-9608 camel-jpa consumer fails to poll after transaction timeout




---
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-9257 route stop/start doesn't work for c...

2015-10-28 Thread igarashitm
GitHub user igarashitm opened a pull request:

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

CAMEL-9257 route stop/start doesn't work for camel-websocket producer



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

$ git pull https://github.com/igarashitm/camel CAMEL-9257

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

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


commit fa085465194c05529996d38b89167a6303de53d7
Author: Tomohisa Igarashi <tm.igara...@gmail.com>
Date:   2015-10-28T10:15:10Z

CAMEL-9257 route stop/start doesn't work for camel-websocket 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: CAMEL-9257 route stop/start doesn't work for c...

2015-10-28 Thread igarashitm
Github user igarashitm closed the pull request at:

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


---
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-9092 MQTT consumer receives duplicate me...

2015-08-26 Thread igarashitm
GitHub user igarashitm opened a pull request:

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

CAMEL-9092 MQTT consumer receives duplicate messages after broker res…

…tart

Listener.onDisconnect() is also invoked when connection recovery occurs in 
mqtt-client internally, so it shouldn't attempt to reconnect from outside.

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

$ git pull https://github.com/igarashitm/camel CAMEL-9092

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

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


commit c4b2db9ded98f403f9705c4a56cc9c36f7cdad85
Author: Tomohisa Igarashi tm.igara...@gmail.com
Date:   2015-08-26T07:03:23Z

CAMEL-9092 MQTT consumer receives duplicate messages after broker restart

Listener.onDisconnect() is also invoked when connection recovery occurs in 
mqtt-client internally, so it shouldn't attempt to reconnect from outside.




---
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-9076 camel-freemarker version mismatch o...

2015-08-13 Thread igarashitm
Github user igarashitm closed the pull request at:

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


---
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-9076 camel-freemarker version mismatch o...

2015-08-12 Thread igarashitm
GitHub user igarashitm opened a pull request:

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

CAMEL-9076 camel-freemarker version mismatch on karaf



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

$ git pull https://github.com/igarashitm/camel CAMEL-9076

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

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


commit 89348bc57217db30c78f2d848300aec906518dd7
Author: Tomohisa Igarashi tm.igara...@gmail.com
Date:   2015-08-13T02:16:10Z

CAMEL-9076 camel-freemarker version mismatch on 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: CAMEL-8366 Close used iterator if RuntimeExcep...

2015-02-17 Thread igarashitm
Github user igarashitm closed the pull request at:

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


---
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-8366 Close used iterator if RuntimeExcep...

2015-02-17 Thread igarashitm
GitHub user igarashitm opened a pull request:

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

CAMEL-8366 Close used iterator if RuntimeException is thrown at next()/h...

...asNext() in Splitter

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

$ git pull https://github.com/igarashitm/camel CAMEL-8366

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

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


commit 7e7574278fdffbf2b46a6b74397f6475fc812a7b
Author: Tomohisa Igarashi tm.igara...@gmail.com
Date:   2015-02-17T16:41:00Z

CAMEL-8366 Close used iterator if RuntimeException is thrown at 
next()/hasNext() in Splitter




---
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-8226 Deprecated feature dataSourceRef no...

2015-02-10 Thread igarashitm
Github user igarashitm closed the pull request at:

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


---
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-8226 Deprecated feature dataSourceRef no...

2015-02-09 Thread igarashitm
GitHub user igarashitm opened a pull request:

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

CAMEL-8226 Deprecated feature dataSourceRef not working correctly

If you try to create more than one of endpoint from SqlComponent with 
specifying dataSourceRef option, it doesn't remove dataSourceRef option from 
URL on 2nd attempt as dataSource object is already populated on 1st attempt, 
causes org.apache.camel.ResolveEndpointFailedException

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

$ git pull https://github.com/igarashitm/camel CAMEL-8226

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

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


commit 2ccb7b87a650df1e18498df715148db2f2029631
Author: Tomohisa Igarashi tm.igara...@gmail.com
Date:   2015-02-10T07:45:36Z

CAMEL-8226 Deprecated feature dataSourceRef not working correctly

If you try to create more than one of endpoint from SqlComponent with 
specifying dataSourceRef option, it doesn't remove dataSourceRef option from 
URL on 2nd attempt as dataSource object is already populated on 1st attempt, 
causes org.apache.camel.ResolveEndpointFailedException




---
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-7662 MQTTProducerTest fails once enables...

2014-11-16 Thread igarashitm
GitHub user igarashitm opened a pull request:

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

CAMEL-7662 MQTTProducerTest fails once enables it

The assertion expects MQTT publish/disconnect call to be submitted as a 
async task, i.e. enqueued in a dispatch queue

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

$ git pull https://github.com/igarashitm/camel CAMEL-7662

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

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


commit f686fcb0d3c1a97a561474eb75d934310b8f9e44
Author: Tomohisa Igarashi tm.igara...@gmail.com
Date:   2014-11-16T07:55:45Z

CAMEL-7662 MQTTProducerTest fails once enables it

The assertion expects MQTT publish/disconnect call to be submitted as a 
async task, i.e. enqueued in a dispatch queue




---
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-7372 Allow users to pass in their own En...

2014-04-16 Thread igarashitm
Github user igarashitm closed the pull request at:

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


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