[GitHub] camel pull request #2564: CAMEL-12878: camel-jpa: Allow for passing named-qu...

2018-10-15 Thread dmvolod
Github user dmvolod closed the pull request at:

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


---


[GitHub] camel pull request #2564: CAMEL-12878: camel-jpa: Allow for passing named-qu...

2018-10-12 Thread dmvolod
GitHub user dmvolod opened a pull request:

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

CAMEL-12878: camel-jpa: Allow for passing named-query parameters via 
message header



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

$ git pull https://github.com/dmvolod/camel CAMEL-12878

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

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


commit 1bbd9afbcfdac546d79a0dd1fe0122ed8039be58
Author: Dmitry Volodin 
Date:   2018-10-12T15:25:30Z

CAMEL-12878: camel-jpa: Allow for passing named-query parameters via
message header




---


[GitHub] camel pull request #2551: CAMEL-12786: Option readLockLoggingLevel not worki...

2018-10-04 Thread dmvolod
GitHub user dmvolod opened a pull request:

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

CAMEL-12786: Option readLockLoggingLevel not working for SFTP changed read 
lock strategy



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

$ git pull https://github.com/dmvolod/camel CAMEL-12786

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

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


commit a81ef66b8d50e605e4c0b2722eaecee774f88c4c
Author: Dmitry Volodin 
Date:   2018-10-04T12:44:55Z

CAMEL-12786: Option readLockLoggingLevel not working for SFTP changed
read lock strategy




---


[GitHub] camel pull request #2436: CAMEL-12654: RabbitMQ Headers - Headers with null ...

2018-07-24 Thread dmvolod
GitHub user dmvolod opened a pull request:

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

CAMEL-12654: RabbitMQ Headers - Headers with null value are skipped



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

$ git pull https://github.com/dmvolod/camel CAMEL-12654

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

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


commit fddedbc44de60ccc214c0c40be420dad7e1d13da
Author: Dmitry Volodin 
Date:   2018-07-24T08:08:45Z

CAMEL-12654: RabbitMQ Headers - Headers with null value are skipped




---


[GitHub] camel pull request #2425: CAMEL-12624: ActiveMQ Artemis AMQP integration iss...

2018-07-13 Thread dmvolod
Github user dmvolod closed the pull request at:

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


---


[GitHub] camel pull request #2425: CAMEL-12624: ActiveMQ Artemis AMQP integration iss...

2018-07-13 Thread dmvolod
GitHub user dmvolod opened a pull request:

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

CAMEL-12624: ActiveMQ Artemis AMQP integration issue with topic prefix 
hardcoded

hardcode

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

$ git pull https://github.com/dmvolod/camel CAMEL-12624

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

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






---


[GitHub] camel pull request #2402: CAMEL-12607: When using Tokenizer skipFirst java.u...

2018-06-29 Thread dmvolod
GitHub user dmvolod opened a pull request:

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

CAMEL-12607: When using Tokenizer skipFirst 
java.util.NoSuchElementException if only one element [will merge after 2.22.0 
release]



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

$ git pull https://github.com/dmvolod/camel CAMEL-12607

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

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


commit 6c634aa249c4ca788cda6f77ffe87d9b6ec48e9a
Author: Dmitry Volodin 
Date:   2018-06-29T16:43:12Z

CAMEL-12607: When using Tokenizer skipFirst -
java.util.NoSuchElementException if only one element




---


[GitHub] camel pull request #2287: CAMEL-12274: Bindy - Unescape double quotes inside...

2018-04-10 Thread dmvolod
GitHub user dmvolod opened a pull request:

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

CAMEL-12274: Bindy - Unescape double quotes inside CSV field

This fix is related to RFC 4180 section 2.7 
https://tools.ietf.org/html/rfc4180#section-2 

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

$ git pull https://github.com/dmvolod/camel CAMEL-12274

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

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


commit 2df8c2bec8b0d913d0087748c9fef102db438ad7
Author: Dmitry Volodin <dmvolod@...>
Date:   2018-04-10T13:49:06Z

CAMEL-12274: Bindy - Unescape double quotes inside CSV field




---


[GitHub] camel pull request #2228: CAMEL-12260: Default value for String field result...

2018-02-16 Thread dmvolod
GitHub user dmvolod opened a pull request:

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

CAMEL-12260: Default value for String field results is null for CSV/Bindy

The DataField.defaultValue always "" for String by default.

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

$ git pull https://github.com/dmvolod/camel CAMEL-12260

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

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


commit e16251daa7ed03c9fd4ffef54a03c1947bad5e03
Author: Dmitry Volodin <dmvolod@...>
Date:   2018-02-16T14:55:00Z

CAMEL-12260: Default value for String field results is null for
CSV/Bindy




---


[GitHub] camel pull request #2227: Remove execute permissions from unnecessary files

2018-02-16 Thread dmvolod
GitHub user dmvolod opened a pull request:

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

Remove execute permissions from unnecessary files

This PR removes  execute permissions from unnecessary files. This is not 
very good to have it on *nix systems otherwise for .sh and other executables

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

$ git pull https://github.com/dmvolod/camel execfix

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

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


commit 8373ea656612be90cde092be35b9c8674af8dd98
Author: Dmitry Volodin <dmvolod@...>
Date:   2018-02-16T09:05:59Z

Remove execute permissions from unnesseary files




---


[GitHub] camel pull request #2225: CAMEL-12269: Bindy - Support regex expression as s...

2018-02-15 Thread dmvolod
GitHub user dmvolod opened a pull request:

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

CAMEL-12269: Bindy - Support regex expression as separator



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

$ git pull https://github.com/dmvolod/camel CAMEL-12269

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

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


commit e42b368f0b8a954a3d814552cfd12378caa14a5a
Author: Dmitry Volodin <dmvolod@...>
Date:   2018-02-15T16:19:32Z

CAMEL-12269: Bindy - Support regex expression as separator




---


[GitHub] camel pull request #2222: CAMEL-12240: Create a real tests with Apache Qpid ...

2018-02-12 Thread dmvolod
GitHub user dmvolod opened a pull request:

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

CAMEL-12240: Create a real tests with Apache Qpid Broker-J

Some tests are skipped as not all RabbitMQ features works natively in Qpid 
Broker-J, but most of them are working

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

$ git pull https://github.com/dmvolod/camel CAMEL-12240

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

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


commit a524f11a962a8f9291b559ea2ed5166d3acddfa6
Author: Dmitry Volodin <dmvolod@...>
Date:   2018-02-12T16:13:41Z

CAMEL-12240: Create a real tests with Apache Qpid Broker-J




---


[GitHub] camel pull request #2208: CAMEL-12228: Print command fails in case of multip...

2018-02-05 Thread dmvolod
GitHub user dmvolod opened a pull request:

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

CAMEL-12228: Print command fails in case of multiple copies



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

$ git pull https://github.com/dmvolod/camel CAMEL-12228

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

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


commit 834679911b817fcc7c81e43b521e486a73dee637
Author: Dmitry Volodin <dmvolod@...>
Date:   2018-02-05T20:30:44Z

CAMEL-12228: Print command fails in case of multiple copies




---


[GitHub] camel pull request #2178: CAMEL-12099: Update camel-thrift to libthrift 0.11...

2018-01-16 Thread dmvolod
GitHub user dmvolod opened a pull request:

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

CAMEL-12099: Update camel-thrift to libthrift 0.11.0



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

$ git pull https://github.com/dmvolod/camel update-thrift-0.11.0

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

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


commit 56fef49b51238d1c562cad6433e3e59889a02cb7
Author: Dmitry Volodin <dmvolod@...>
Date:   2018-01-16T08:02:04Z

CAMEL-12099: Update camel-thrift to libthrift 0.11.0




---


[GitHub] camel pull request #2150: CAMEL-12084: Test encoding for query params in cam...

2017-12-15 Thread dmvolod
GitHub user dmvolod opened a pull request:

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

CAMEL-12084: Test encoding for query params in camel-olingo4

This code adds filter test for camel-olingo4 and shows that encoding for 
query params is implemented inside olingo4 library

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

$ git pull https://github.com/dmvolod/camel CAMEL-12084

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

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


commit 04d8edcc4ad915718f9b5219db8fa7dcd81c508a
Author: Dmitry Volodin <dmvo...@gmail.com>
Date:   2017-12-15T09:25:05Z

CAMEL-12084: Test encoding for query params in camel-olingo4




---


[GitHub] camel pull request #2148: CAMEL-12081: Cherry-pick commits which are updatin...

2017-12-14 Thread dmvolod
Github user dmvolod closed the pull request at:

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


---


[GitHub] camel pull request #2148: CAMEL-12081: Cherry-pick commits which are updatin...

2017-12-14 Thread dmvolod
GitHub user dmvolod opened a pull request:

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

CAMEL-12081: Cherry-pick commits which are updating saxon from 9.7 to 9.8

This issue is related to saxon and not related to camel-saxon component 
implementation.
I've checked provided test on top of the Camel 2.21.0-SNAPSHOT version and 
it's working correctly.
This PR is created to update saxon to the version 9.8.0-6 on top of the 
Camel 2.20.2.

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

$ git pull https://github.com/dmvolod/camel CAMEL-12081

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

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


commit 76154f3d3b05e469d8ca3da562e2659b760adc56
Author: Andrea Cosentino <anco...@gmail.com>
Date:   2017-11-23T11:49:07Z

Upgrade Saxon and related bundle to version 9.8.0-5 and regen

commit 5bb67b5c9d3d3c176f5e438bd9e033e2af54435a
Author: Andrea Cosentino <anco...@gmail.com>
Date:   2017-12-05T07:31:10Z

Upgrade Saxon and related bundle to version 9.8.0-6




---


[GitHub] camel pull request #2147: CAMEL-12076: Specified topic is ignored when Kafka...

2017-12-14 Thread dmvolod
GitHub user dmvolod opened a pull request:

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

CAMEL-12076: Specified topic is ignored when KafkaConfiguration is used

If topic property was not received from configuration or header parameters 
take it from the remaining URI. Also some minor code style fixes are applied.

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

$ git pull https://github.com/dmvolod/camel CAMEL-12076

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

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


commit ed9d4d6fe5f4ccc9975c62b89a145beebf079ef2
Author: Dmitry Volodin <dmvo...@gmail.com>
Date:   2017-12-14T09:43:50Z

CAMEL-12076: Specified topic is ignored when KafkaConfiguration is used




---


[GitHub] camel pull request #2008: CAMEL-11820: Upgrade optaplanner to version 7.3.0....

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

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


---


[GitHub] camel pull request #2008: CAMEL-11820: Upgrade optaplanner to version 7.3.0....

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

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

CAMEL-11820: Upgrade optaplanner to version 7.3.0.Final

@ge0ffrey Geoffrey, could you please a look at these changes?

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

$ git pull https://github.com/dmvolod/camel CAMEL-11820

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

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


commit 6fbdf31ff793c9d6304add477a73718a4bd27fa7
Author: Dmitry Volodin <dmvo...@gmail.com>
Date:   2017-10-05T08:22:21Z

CAMEL-11820: Upgrade optaplanner to version 7.3.0.Final




---


[GitHub] camel pull request #2001: CAMEL-11695: Add JWT algorithm and move to separat...

2017-10-04 Thread dmvolod
Github user dmvolod closed the pull request at:

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


---


[GitHub] camel pull request #2001: CAMEL-11695: Add JWT algorithm and move to separat...

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

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

CAMEL-11695: Add JWT algorithm and move to separate parameters class



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

$ git pull https://github.com/dmvolod/camel CAMEL-11695

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

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


commit d6795b03966e180c32c1f0ad38bfcbab7786dec7
Author: Dmitry Volodin <dmvo...@gmail.com>
Date:   2017-10-04T13:39:54Z

CAMEL-11695: Add JWT algorithm and move to separate parameters class




---


[GitHub] camel pull request #1991: CAMEL-11696: Add an advanced properties to the cam...

2017-10-03 Thread dmvolod
Github user dmvolod closed the pull request at:

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


---


[GitHub] camel pull request #1925: CAMEL-11695: fix Karaf feature for test

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

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

CAMEL-11695: fix Karaf feature for test

@oscerd please look at fix.

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

$ git pull https://github.com/dmvolod/camel CAMEL-11695

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

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


commit ebf97ee1aeecb7a29090ab03e59a87b643bb9bd5
Author: Dmitry Volodin <dmvo...@gmail.com>
Date:   2017-09-08T13:03:51Z

CAMEL-11695: fix Karaf feature test




---


[GitHub] camel pull request #1924: CAMEL-11695: Add security and advanced properties ...

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

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


---


[GitHub] camel pull request #1924: CAMEL-11695: Add security and advanced properties ...

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

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

CAMEL-11695: Add security and advanced properties to the camel-grpc 
component

Added following options to the component:
1. Additional channel and server options (message size, max concurrent 
connections, agent name, etc)
2. Standard security features with TLS/SSL
3. Advanced security with custom JSON Web Token implementation

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

$ git pull https://github.com/dmvolod/camel CAMEL-11695

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

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


commit 9bb1c3393ea7bf5655434349c052c8c835b1aaa0
Author: Dmitry Volodin <dmvo...@gmail.com>
Date:   2017-08-28T16:54:50Z

CAMEL-11695: Add security and advanced properties to the camel-grpc
component




---


[GitHub] camel pull request #1854: CAMEL-11605: Invalid accept header

2017-07-27 Thread dmvolod
Github user dmvolod closed the pull request at:

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


---
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 #1854: CAMEL-11605: Invalid accept header

2017-07-27 Thread dmvolod
GitHub user dmvolod opened a pull request:

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

CAMEL-11605: Invalid accept header

This is regression introduced in CAMEL-11423

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

$ git pull https://github.com/dmvolod/camel CAMEL-11605

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

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


commit 87fef368ebf8cf93401bd4b594313bfd4ed31cd8
Author: Dmitry Volodin <dmvo...@gmail.com>
Date:   2017-07-27T07:43:03Z

CAMEL-11605: Invalid accept header




---
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 #1843: CAMEL-11569: Implements CAMEL-11425 for camel-olin...

2017-07-25 Thread dmvolod
Github user dmvolod closed the pull request at:

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


---
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 #1843: CAMEL-11569: Implements CAMEL-11425 for camel-olin...

2017-07-24 Thread dmvolod
GitHub user dmvolod opened a pull request:

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

CAMEL-11569: Implements CAMEL-11425 for camel-olingo4

@sarhaynes , please also look at this PR.

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

$ git pull https://github.com/dmvolod/camel CAMEL-11569

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

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


commit b234c39ba997c6a04296fabf51f4ae110147f603
Author: Dmitry Volodin <dmvo...@gmail.com>
Date:   2017-07-20T16:40:58Z

CAMEL-11569: Implements CAMEL-11425 for camel-olingo4




---
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 #1817: CAMEL-11534: Incorrect transferExchange option tes...

2017-07-11 Thread dmvolod
Github user dmvolod closed the pull request at:

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


---
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 #1817: CAMEL-11534: Incorrect transferExchange option tes...

2017-07-11 Thread dmvolod
GitHub user dmvolod opened a pull request:

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

CAMEL-11534: Incorrect transferExchange option test in camel-jms component



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

$ git pull https://github.com/dmvolod/camel CAMEL-11534

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

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


commit f2e144cc6d54e92a8305ef8399ebbf20bcdbbd0d
Author: Dmitry Volodin <dmvo...@gmail.com>
Date:   2017-07-11T13:34:20Z

CAMEL-11534: Incorrect transferExchange option test in camel-jms




---
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 #1787: CAMEL-11456: Make the camel-grpc component more cl...

2017-06-26 Thread dmvolod
GitHub user dmvolod opened a pull request:

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

CAMEL-11456: Make the camel-grpc component more cloud service friendly

@nicolaferraro , could you please to look at this PR. I've changed an URI 
format to be component consumer and producer more cloud service friendly. Thank 
you.

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

$ git pull https://github.com/dmvolod/camel CAMEL-11456

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

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


commit 3a175877e95e698967b4c3bce0426583348bc615
Author: Dmitry Volodin <dmvo...@gmail.com>
Date:   2017-06-26T17:20:59Z

CAMEL-11456: Make the camel-grpc component more cloud service friendly




---
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 #1772: CAMEL-11333: Create a new camel-thrift RPC compone...

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

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


---
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 #1780: CAMEL-11436: camel-spring-ldap - Has test failures

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

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


---
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 #1772: CAMEL-11333: Create a new camel-thrift RPC compone...

2017-06-18 Thread dmvolod
GitHub user dmvolod opened a pull request:

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

CAMEL-11333: Create a new camel-thrift RPC component

Those who will run tests during code review: please pay attention, that 
using latest libthrift version 0.10.0 contains regression which is printing 
debug info to the console out.

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

$ git pull https://github.com/dmvolod/camel CAMEL-11333

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

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


commit b8b6866d529421b3c073f9da98ad132060d76a73
Author: Dmitry Volodin <dmvo...@gmail.com>
Date:   2017-06-02T15:38:20Z

CAMEL-11333: Create a new camel-thrift RPC component




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request #1747: Fixing misprints and change trace levels for logs

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

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


---
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 #1747: Fixing misprints and change trace levels for logs

2017-06-09 Thread dmvolod
GitHub user dmvolod opened a pull request:

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

Fixing misprints and change trace levels for logs



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

$ git pull https://github.com/dmvolod/camel grpc-misprints

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

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


commit 752c0eafa6a6d37c09bf3d6950b509f2cdf58948
Author: Dmitry Volodin <dmvo...@gmail.com>
Date:   2017-06-09T14:58:12Z

Fixing misprints and change trace levels for logs




---
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 #1736: CAMEL-11332: Add missing karaf and springboot test...

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

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


---
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 #1736: CAMEL-11332: Add missing karaf and springboot test...

2017-06-02 Thread dmvolod
GitHub user dmvolod opened a pull request:

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

CAMEL-11332: Add missing karaf and springboot tests



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

$ git pull https://github.com/dmvolod/camel CAMEL-11332

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

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


commit 273a5fd770bc9ac81c7b1c40cd288406e9c4240f
Author: Dmitry Volodin <dmvo...@gmail.com>
Date:   2017-06-02T13:38:37Z

CAMEL-11332: Add missing karaf and springboot tests




---
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 #1729: CAMEL-11332: Create a new camel-thrift data format

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

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


---
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 #1734: CAMEL-11369: camel-spring-boot-starter generator p...

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

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


---
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 #1734: CAMEL-11369: camel-spring-boot-starter generator p...

2017-06-02 Thread dmvolod
GitHub user dmvolod opened a pull request:

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

CAMEL-11369: camel-spring-boot-starter generator paste incorrect default 
value

@davsclaus, the problem was in type comparison, not in enum processing at 
all
Other code looks like working fine, but need to be reviewed for better 
understanding, join reusable methods, common type comparison and using 
constants (classes) instead of string values 

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

$ git pull https://github.com/dmvolod/camel CAMEL-11369

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

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


commit 838676fe6a92756a666d2907ae08cfaa75abd6df
Author: Dmitry Volodin <dmvo...@gmail.com>
Date:   2017-06-02T07:42:40Z

CAMEL-11369: camel-spring-boot-starter generator paste incorrect default
value




---
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 #1729: CAMEL-11332: Create a new camel-thrift data format

2017-05-30 Thread dmvolod
GitHub user dmvolod opened a pull request:

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

CAMEL-11332: Create a new camel-thrift data format



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

$ git pull https://github.com/dmvolod/camel CAMEL-11332

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

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


commit c9a9039cbf2ccf7687436865f514600423ca53b2
Author: Dmitry Volodin <dmvo...@gmail.com>
Date:   2017-05-29T08:42:37Z

CAMEL-11332: Create a new camel-thrift data format




---
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 #1726: CAMEL-11345: Remove dependency on spring-core from...

2017-05-29 Thread dmvolod
Github user dmvolod closed the pull request at:

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


---
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 #1725: CAMEL-11345: Remove dependency on spring-core from...

2017-05-29 Thread dmvolod
Github user dmvolod closed the pull request at:

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


---
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 #1726: CAMEL-11345: Remove dependency on spring-core from...

2017-05-29 Thread dmvolod
GitHub user dmvolod opened a pull request:

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

CAMEL-11345: Remove dependency on spring-core from gRPC component

This is PR on top of the camel-2.19.1

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

$ git pull https://github.com/dmvolod/camel CAMEL-11345-2.19.1

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

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


commit 2aedb5a1ea1e64b09207fbcc049b54b737a213b8
Author: Dmitry Volodin <dmvo...@gmail.com>
Date:   2017-05-29T11:13:22Z

CAMEL-11345: Remove dependency on spring-core from gRPC component




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request #1725: CAMEL-11345: Remove dependency on spring-core from...

2017-05-29 Thread dmvolod
GitHub user dmvolod opened a pull request:

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

CAMEL-11345: Remove dependency on spring-core from gRPC component

I've added an advanced findMethod and invokeMethod methods to the 
org.apache.camel.util.ReflectionHelper

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

$ git pull https://github.com/dmvolod/camel CAMEL-11345

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

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


commit 0e0ce11ae5a307b0dbd111ac6094fb079b0cbfc5
Author: Dmitry Volodin <dmvo...@gmail.com>
Date:   2017-05-29T10:22:38Z

CAMEL-11345: Remove dependency on spring-core from gRPC component




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request #1723: CAMEL-11343: gRPC component cannot load service cl...

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

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

CAMEL-11343: gRPC component cannot load service class



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

$ git pull https://github.com/dmvolod/camel CAMEL-11343

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

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


commit 480239b54c399af995f76448dd50e45a6b754494
Author: dvolodin <dvolodin@localhost.localdomain>
Date:   2017-05-28T06:43:43Z

CAMEL-11343: gRPC component cannot load service class




---
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 #1721: CAMEL-11343: gRPC component cannot load service cl...

2017-05-26 Thread dmvolod
GitHub user dmvolod opened a pull request:

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

CAMEL-11343: gRPC component cannot load service class

Changing from Class.forName to 
context.getClassResolver().resolveMandatoryClass which is working in modular 
environments (OSGi, JavaEE, etc)

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

$ git pull https://github.com/dmvolod/camel CAMEL-11343

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

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


commit 30559d2dd63300ff86b51e6dda081d75d0fed456
Author: Dmitry Volodin <dmvo...@gmail.com>
Date:   2017-05-26T15:35:55Z

CAMEL-11343: gRPC component cannot load service class




---
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 #1717: Move protobuf and salesforce component maven versi...

2017-05-26 Thread dmvolod
Github user dmvolod closed the pull request at:

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


---
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 #1717: Move protobuf and salesforce component maven versi...

2017-05-25 Thread dmvolod
GitHub user dmvolod opened a pull request:

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

Move protobuf and salesforce component maven versions to the parent pom

@zregvart please look at this PR, as junit-toolbox version inserted in 
parent pom as more than one components are using it now. Thank you.

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

$ git pull https://github.com/dmvolod/camel move-versions-to-parent

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

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


commit 43f1873d1ec609208e099da312d2995c2e7a2718
Author: Dmitry Volodin <dmvo...@gmail.com>
Date:   2017-05-25T12:46:08Z

Move components version to the parent pom




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request #1705: CAMEL-11237: camel-grpc - Add a grpc consumer

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

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

CAMEL-11237: camel-grpc - Add a grpc consumer

@nicolaferraro , please also look at this PR to be compatible with the 
future CAMEL-11249 and CAMEL-11236 issues

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

$ git pull https://github.com/dmvolod/camel CAMEL-11237

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

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


commit e72fc4443700c04e30f625026c6d5d5c9e6cef83
Author: Dmitry Volodin <dmvo...@gmail.com>
Date:   2017-05-17T20:43:47Z

CAMEL-11237: camel-grpc - Add a grpc consumer

commit dd9e7b048f277beeb2d4b04f4800dea1084fcd28
Author: Dmitry Volodin <dmvo...@gmail.com>
Date:   2017-05-18T15:45:06Z

CAMEL-11237: Adding request/response processing strategies

commit 572266899bcc11cd9b003bcd91870acc89ba760c
Author: Dmitry Volodin <dmvo...@gmail.com>
Date:   2017-05-19T15:57:20Z

CAMEL-11237: Add additional consumer test cases

commit 3025f9199b1fc8f4d79bd4929d0b1e653ed12993
Author: Dmitry Volodin <dmvo...@gmail.com>
Date:   2017-05-22T13:38:39Z

CAMEL-11237: camel-grpc consumer finalization and cleanup




---
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 #1699: CAMEL-11288: camel-grpc producer incorrectly calle...

2017-05-17 Thread dmvolod
Github user dmvolod closed the pull request at:

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


---
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 #1669: camel-milo: fixing doc misprints related to pom co...

2017-05-04 Thread dmvolod
Github user dmvolod closed the pull request at:

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


---
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 #1669: camel-milo: fixing doc misprints related to pom co...

2017-04-28 Thread dmvolod
GitHub user dmvolod opened a pull request:

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

camel-milo: fixing doc misprints related to pom config



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

$ git pull https://github.com/dmvolod/camel fix-milo-doc-misprint

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

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


commit e43c637c4929ab534d06a915ef72e37f47fa82e2
Author: Dmitry Volodin <dmvo...@gmail.com>
Date:   2017-04-28T16:21:53Z

camel-milo: fixing doc misprints related to pom config




---
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 #1667: CAMEL-11213: camel-grpc doesn't terminate channel ...

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

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


---
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 #1667: CAMEL-11213: camel-grpc doesn't terminate channel ...

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

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

CAMEL-11213: camel-grpc doesn't terminate channel when producer stops



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

$ git pull https://github.com/dmvolod/camel CAMEL-11213

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

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






---
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 #1660: Fixing component version in doc and ProtobufDataFo...

2017-04-26 Thread dmvolod
Github user dmvolod closed the pull request at:

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


---
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 #1660: Fixing component version in doc and ProtobufDataFo...

2017-04-26 Thread dmvolod
GitHub user dmvolod opened a pull request:

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

Fixing component version in doc and ProtobufDataFormat.java file permission



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

$ git pull https://github.com/dmvolod/camel pubsub-doc-fix

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

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


commit b0b841b4e8410f7e46d52f169c4c4b9335521f91
Author: Dmitry Volodin <dmvo...@gmail.com>
Date:   2017-04-26T08:11:26Z

Fixing component version in doc and file permission




---
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 #1652: fixing a small java doc misprint which is propagat...

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

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


---
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 #1652: fixing a small java doc misprint which is propagat...

2017-04-21 Thread dmvolod
GitHub user dmvolod opened a pull request:

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

fixing a small java doc misprint which is propagated to docs and fusetools



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

$ git pull https://github.com/dmvolod/camel docs-misprints

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

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


commit 2d8f5b62753986bf3bf5d15ddf499704e9b41ed4
Author: Dmitry Volodin <dmvo...@gmail.com>
Date:   2017-04-21T11:14:24Z

fixing a small java doc misprint which is propagated to docs and
fusetools




---
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 #1650: fixing links and misprints inside components docs

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

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


---
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 #1650: fixing links and misprints inside components docs

2017-04-21 Thread dmvolod
GitHub user dmvolod opened a pull request:

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

fixing links and misprints inside components docs



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

$ git pull https://github.com/dmvolod/camel docs-misprints

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

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


commit 550ae13575886cfacfdb5f781351b9de3267d44e
Author: Dmitry Volodin <dmvo...@gmail.com>
Date:   2017-04-21T08:08:45Z

fixing links and misprints inside components docs




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request #1637: camel-grpc: Check if the OS supports the protoc/gr...

2017-04-18 Thread dmvolod
GitHub user dmvolod opened a pull request:

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

camel-grpc: Check if the OS supports the protoc/grpc generator plugin

Check if the running OS platform supports the protobuf generator plugin.
If the platform doesn't support, the protobuf test code generation, their  
assembly and launch will be skipped. This prevents fails when build without 
"fastinstall" profile will run on unsupported by protoc plugin platform.

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

$ git pull https://github.com/dmvolod/camel grpc-issue

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

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


commit 1d82e2074266f2ae75abe79128344acc5ebb88c9
Author: Dmitry Volodin <dmvo...@gmail.com>
Date:   2017-04-18T12:10:44Z

camel-grpc: Check if the OS supports the protobuf generator 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 #1636: Protobuf issue

2017-04-18 Thread dmvolod
Github user dmvolod closed the pull request at:

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


---
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 #1636: Protobuf issue

2017-04-18 Thread dmvolod
GitHub user dmvolod opened a pull request:

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

Protobuf issue

Check if the running OS platform supports the protobuf generator plugin. 
If the platform doesn't support, the protobuf test code generation, their  
assembly and launch will be skipped 
Supported platforms are: 
- Linux (x86 32 and 64-bit)
- Windows (x86 32 and 64-bit)
- OSX (x86 32 and 64-bit)
This prevents fails when build without "fastinstall" profile will run on 
unsupported by protoc plugin platform

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

$ git pull https://github.com/dmvolod/camel protobuf-issue

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

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


commit 35ab9fa64958ba451cc5d2ca81a499059831ddc1
Author: Dmitry Volodin <dmvo...@gmail.com>
Date:   2017-04-18T10:59:18Z

camel-protobuf: Check if the OS supports the protobuf generator plugin

commit cb9e031f46ec917793775f49535633af88da02c3
Author: Dmitry Volodin <dmvo...@gmail.com>
Date:   2017-04-18T11:08:10Z

camel-protobuf: set gmaven-plugin version to global param




---
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 #1629: camel-elasticsearch5: use dynamic ports in test

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

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

camel-elasticsearch5: use dynamic ports in test

The component test was hardcoded with number of ES ports (http, transport, 
etc.) and could avoid conflicts on CI server

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

$ git pull https://github.com/dmvolod/camel elasticsearch5-issue

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

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


commit f05632835953ea6108754b6c80cec6b28297417f
Author: Dmitry Volodin <dmvo...@gmail.com>
Date:   2017-04-13T18:09:56Z

camel-elasticsearch5: use dynamic ports in test




---
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 #1614: CAMEL-11135: camel-protobuf component improvements

2017-04-11 Thread dmvolod
GitHub user dmvolod opened a pull request:

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

CAMEL-11135: camel-protobuf component improvements

Some sorts of the camel-protobuf component improvements:
1. Automatic .proto file processing and Java stubs generation (no manual 
steps requires if library version or .proto file were changed)
2. Ability to serialize/deserialize prorbuf message from JSON format in 
addition to native message format using embedded protobuf-java-util library. 
This feature could help in conjunction with camel-grpc component
3. Documentation improvements and test files misprintings and formatting 
correction

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

$ git pull https://github.com/dmvolod/camel protobuf-improvements

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

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


commit b4d37fabb74d371a26174a5f7eb25aa8dba2108a
Author: Dmitry Volodin <dmvo...@gmail.com>
Date:   2017-04-11T14:49:27Z

CAMEL-11135: camel-protobuf component improvements

commit 0bded946602f4c2b7913231f5b62a9a9e32ffd9e
Author: Dmitry Volodin <dmvo...@gmail.com>
Date:   2017-04-11T14:59:38Z

CAMEL-11135: fixing sourcecheck 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 #1596: CAMEL-11107: Create a new camel-grpc component

2017-04-07 Thread dmvolod
Github user dmvolod closed the pull request at:

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


---
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 #1602: elasticsearch.version in elasticsearch5 component ...

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

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


---
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 #1602: elasticsearch.version in elasticsearch5 component ...

2017-04-06 Thread dmvolod
GitHub user dmvolod opened a pull request:

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

elasticsearch.version in elasticsearch5 component pom.xml was hardcoded

 property in elasticsearch5 component pom.xml was 
hardcoded to 5.1.2 and now must be changed to ${elasticsearch5-version} 
property value from the parent/pom.xml

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

$ git pull https://github.com/dmvolod/camel elasticsearch5-issue01

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

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


commit d19f3731f7ce9bc0c33c5dfdf1d5e79ad8d2850c
Author: Dmitry Volodin <dmvo...@gmail.com>
Date:   2017-04-06T12:41:38Z

elasticsearch.version in elasticsearch5 component pom.xml was hardcoded




---
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 #1596: CAMEL-11107: Create a new camel-grpc component

2017-04-05 Thread dmvolod
GitHub user dmvolod opened a pull request:

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

CAMEL-11107: Create a new camel-grpc component

Create a new camel-grpc component which allows to do Remote Procedure Call 
(RPC) Protocol Buffers (protobuf)] format over HTTP/2 transport.
Stage 1 - Producer with basic parameters and calling sync and async methods

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

$ git pull https://github.com/dmvolod/camel CAMEL-11107

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

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


commit efbd65919ba8a7de8261a869756bed109254db1a
Author: Dmitry Volodin <dmvo...@gmail.com>
Date:   2017-04-05T09:25:13Z

CAMEL-11107: Create a new camel-grpc component

commit cf6173668c4562090f383737aab8127d31eb43ea
Author: Dmitry Volodin <dmvo...@gmail.com>
Date:   2017-04-05T09:38:37Z

CAMEL-11107: Changing camel-grpc documentation




---
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 #1562: CAMEL-11056: Create a new camel-olingo4 component ...

2017-03-24 Thread dmvolod
Github user dmvolod closed the pull request at:

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


---
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 #1564: CAMEL-11058: Remove OData 3.0 version info from th...

2017-03-24 Thread dmvolod
Github user dmvolod closed the pull request at:

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


---
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 #1564: CAMEL-11058: Remove OData 3.0 version info from th...

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

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

CAMEL-11058: Remove OData 3.0 version info from the camel-olingo2

Component camel-olingo2 doesn't support OData 3.0 as olingo-odata2 library 
never did it.
It would be nice to remove this info (OData 3.0) from the documentation and 
endpoint comment


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

$ git pull https://github.com/dmvolod/camel CAMEL-11058

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

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


commit 032810a59dbb2d5ff05b8557f712d94aa4853412
Author: Dmitry Volodin <dmvo...@gmail.com>
Date:   2017-03-23T16:32:10Z

CAMEL-11058: Remove OData 3.0 version info from the camel-olingo2
component




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request #1563: CAMEL-11058: camel-olingo2 component doesn't suppo...

2017-03-23 Thread dmvolod
Github user dmvolod closed the pull request at:

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


---
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 #1563: CAMEL-11058: camel-olingo2 component doesn't suppo...

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

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

CAMEL-11058: camel-olingo2 component doesn't support OData 3.0

Component camel-olingo2 doesn't support OData 3.0 as olingo-odata2 library 
never did it.
It would be nice to remove this info (OData 3.0) from the documentation and 
component endpoint file

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

$ git pull https://github.com/dmvolod/camel CAMEL-11058

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

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


commit cfca0443f449fef116e769eb83ccf0f4b1a01e11
Author: Dmitry Volodin <dmvo...@gmail.com>
Date:   2017-03-23T12:48:32Z

CAMEL-11056: Create new camel-olingo4 component for supporting OData 4.0

commit e30e55dc4db2bb9e518f72392d687d2985aee481
Author: Dmitry Volodin <dmvo...@gmail.com>
Date:   2017-03-23T14:02:16Z

CAMEL-11056: Update camel-olingo4 component doc

commit 71394ec6269f4085caec9464fc9eb09a881ab044
Author: Dmitry Volodin <dmvo...@gmail.com>
Date:   2017-03-23T15:48:28Z

CAMEL-11058: Remove OData 3.0 version info from the camel-olingo2
component




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request #1562: CAMEL-11056: Create a new camel-olingo4 component ...

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

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

CAMEL-11056: Create a new camel-olingo4 component for supporting OData 4.0

This is a new camel-olingo4 component which supports OData 4.0 protocol via 
Olingo4 library.
It's was migrated from camel-olingo2 component to support backward 
compatibility except some deprecated and changed features.
 

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

$ git pull https://github.com/dmvolod/camel CAMEL-11056

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

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


commit cfca0443f449fef116e769eb83ccf0f4b1a01e11
Author: Dmitry Volodin <dmvo...@gmail.com>
Date:   2017-03-23T12:48:32Z

CAMEL-11056: Create new camel-olingo4 component for supporting OData 4.0

commit e30e55dc4db2bb9e518f72392d687d2985aee481
Author: Dmitry Volodin <dmvo...@gmail.com>
Date:   2017-03-23T14:02:16Z

CAMEL-11056: Update camel-olingo4 component doc




---
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 #1435: CAMEL-10766: Create a new camel-elasticsearch5 com...

2017-01-31 Thread dmvolod
GitHub user dmvolod opened a pull request:

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

CAMEL-10766: Create a new camel-elasticsearch5 component for supporting 
ElasticSearch 5.x Java API

For backward compatibility we've migrated current camel-elasticsearch to 
the new camel-elasticsearch5.
As ${lucene-version} was defined globally, it affected on both 
ElasticSearch API versions - 2.4.3 and 5.1.2 and one of the components doesn't 
work correctly. I removed global Apache Lucene library definition and place it 
to the dependent components. Please correct dependencies if needed. Also 
uploaded new component and all changes as patch.
The following camel-elasticsearch functions were removed as ElasticSearch 
API deprecated (removed) features:
- consistencyLevel parameter (replaced with waitForActiveShards)
- local JVM ES cluster running (not supported anymore)

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

$ git pull https://github.com/dmvolod/camel CAMEL-10766

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

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


commit c95db786d08bed09ecf783b8c565be05d4fdd79e
Author: Dmitry Volodin <dmvo...@gmail.com>
Date:   2017-01-31T11:47:33Z

CAMEL-10766: Create a new camel-elasticsearch5 component for supporting
ElasticSearch 5.x Java API




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