[GitHub] camel pull request #2517: CAMEL-12785: ServletComponent ignores HttpBinding

2018-09-11 Thread vrlgohel
GitHub user vrlgohel opened a pull request: https://github.com/apache/camel/pull/2517 CAMEL-12785: ServletComponent ignores HttpBinding We dropped the **httpBindingRef** in http common and servlet component some time back. The Servlet Component had a regression where it wasn&#

[GitHub] camel pull request #2506: CAMEL-11325: Upgraded Apache Spark to 2.3.1

2018-09-05 Thread vrlgohel
GitHub user vrlgohel opened a pull request: https://github.com/apache/camel/pull/2506 CAMEL-11325: Upgraded Apache Spark to 2.3.1 Upgraded Spark to 2.3.1. Did not see any issues with itests for Karaf and osgi. You can merge this pull request into a Git repository by running

[GitHub] camel pull request #2492: CAMEL-12742: Upgrade maven wrapper to 0.4.2

2018-08-23 Thread vrlgohel
GitHub user vrlgohel opened a pull request: https://github.com/apache/camel/pull/2492 CAMEL-12742: Upgrade maven wrapper to 0.4.2 Upgraded wrapper to 0.4.2 with, `mvn io.takari:maven:wrapper -Dmaven=3.5.3` You can merge this pull request into a Git repository by running: $ git

[GitHub] camel pull request #2470: CAMEL-12587: camel-zipkin-starter fails mapping se...

2018-08-13 Thread vrlgohel
GitHub user vrlgohel opened a pull request: https://github.com/apache/camel/pull/2470 CAMEL-12587: camel-zipkin-starter fails mapping service names I also encountered the same issue while running the camel-zipkin example quickstart. Made changes as per this issue, https

[GitHub] camel pull request #2046: CAMEL-11780: camel-amqp - SSL Transport configurat...

2018-04-17 Thread vrlgohel
Github user vrlgohel closed the pull request at: https://github.com/apache/camel/pull/2046 ---

[GitHub] camel pull request #2088: CAMEL-11954: Renamed ha packages to cluster

2017-11-09 Thread vrlgohel
GitHub user vrlgohel opened a pull request: https://github.com/apache/camel/pull/2088 CAMEL-11954: Renamed ha packages to cluster Issue: https://issues.apache.org/jira/browse/CAMEL-11954 Refactored the code to have 'cluster' instead of 'ha' packages. The

[GitHub] camel pull request #2086: CAMEL-11954: Renamed HA packages to cluster

2017-11-09 Thread vrlgohel
Github user vrlgohel closed the pull request at: https://github.com/apache/camel/pull/2086 ---

[GitHub] camel pull request #2086: CAMEL-11954: Renamed HA packages to cluster

2017-11-07 Thread vrlgohel
GitHub user vrlgohel opened a pull request: https://github.com/apache/camel/pull/2086 CAMEL-11954: Renamed HA packages to cluster Fix for issue: https://issues.apache.org/jira/browse/CAMEL-11954 Refactored 'ha' packages to cluster' in camel-core as well as ot

[GitHub] camel pull request #2046: CAMEL-11780: camel-amqp - SSL Transport configurat...

2017-10-18 Thread vrlgohel
GitHub user vrlgohel opened a pull request: https://github.com/apache/camel/pull/2046 CAMEL-11780: camel-amqp - SSL Transport configuration Added amqps support, upgrading the qpid-jms-client version. You can merge this pull request into a Git repository by running: $ git pull

[GitHub] camel pull request #1981: CAMEL-11860: camel-olingo4- Upgrade to olingo 4.4

2017-10-12 Thread vrlgohel
Github user vrlgohel closed the pull request at: https://github.com/apache/camel/pull/1981 ---

[GitHub] camel pull request #1996: CAMEL-11879: Upgraded lucene version to 7.0.0

2017-10-03 Thread vrlgohel
GitHub user vrlgohel opened a pull request: https://github.com/apache/camel/pull/1996 CAMEL-11879: Upgraded lucene version to 7.0.0 https://issues.apache.org/jira/browse/CAMEL-11879 Upgraded Lucene to latest version 7.0.0. Passed the iTests for Karaf and OSGi without

[GitHub] camel pull request #1990: CAMEL-11751: Upgraded dropbox-core SDK to 3.0.4

2017-10-02 Thread vrlgohel
GitHub user vrlgohel opened a pull request: https://github.com/apache/camel/pull/1990 CAMEL-11751: Upgraded dropbox-core SDK to 3.0.4 Possible upgrade of Dropbox SDK Java Api: https://issues.apache.org/jira/browse/CAMEL-11751 Although, the latest release of Dropbox is

[GitHub] camel pull request #1981: CAMEL-11860: camel-olingo4- Upgrade to olingo 4.4

2017-09-29 Thread vrlgohel
GitHub user vrlgohel opened a pull request: https://github.com/apache/camel/pull/1981 CAMEL-11860: camel-olingo4- Upgrade to olingo 4.4 Fix for issue: https://issues.apache.org/jira/browse/CAMEL-11860 Do we really need to set any baseUri here ? It works fine with 'nul

[GitHub] camel pull request #1962: CAMEL-11808: log4j2 2.9 upgrade causes errors in c...

2017-09-26 Thread vrlgohel
Github user vrlgohel closed the pull request at: https://github.com/apache/camel/pull/1962 ---

[GitHub] camel pull request #1962: CAMEL-11808: log4j2 2.9 upgrade causes errors in c...

2017-09-26 Thread vrlgohel
GitHub user vrlgohel opened a pull request: https://github.com/apache/camel/pull/1962 CAMEL-11808: log4j2 2.9 upgrade causes errors in camel build Fix for issue: https://issues.apache.org/jira/browse/CAMEL-11808 The 'maven-plugin-plugin' was failing. There's

[GitHub] camel pull request #1935: CAMEL-11771: Removed commons-logging import

2017-09-15 Thread vrlgohel
Github user vrlgohel closed the pull request at: https://github.com/apache/camel/pull/1935 ---

[GitHub] camel pull request #1935: CAMEL-11771: Removed commons-logging import

2017-09-14 Thread vrlgohel
GitHub user vrlgohel opened a pull request: https://github.com/apache/camel/pull/1935 CAMEL-11771: Removed commons-logging import Switched to slf4j Logging, replacing commons-logging. camel-cxf has some tests, which still make use of commons-logging. The tests in package

[GitHub] camel pull request #1918: CAMEL-11757: Upgraded CometD library

2017-09-07 Thread vrlgohel
Github user vrlgohel closed the pull request at: https://github.com/apache/camel/pull/1918 ---

[GitHub] camel pull request #1918: CAMEL-11757: Upgraded CometD library

2017-09-06 Thread vrlgohel
GitHub user vrlgohel opened a pull request: https://github.com/apache/camel/pull/1918 CAMEL-11757: Upgraded CometD library Fix for issue: https://issues.apache.org/jira/browse/CAMEL-11757 You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] camel pull request #1786: [CAMEL-11325] Upgrade Apache Spark version to 2.1....

2017-09-04 Thread vrlgohel
Github user vrlgohel closed the pull request at: https://github.com/apache/camel/pull/1786 ---

[GitHub] camel pull request #1896: CAMEL-11676: Upgraded HBase version to 1.2.6

2017-08-18 Thread vrlgohel
GitHub user vrlgohel opened a pull request: https://github.com/apache/camel/pull/1896 CAMEL-11676: Upgraded HBase version to 1.2.6 Fix for request: https://issues.apache.org/jira/browse/CAMEL-11676 You can merge this pull request into a Git repository by running: $ git pull

[GitHub] camel pull request #1864: CAMEL-11585: Added JMX Reset counter via actuator

2017-08-07 Thread vrlgohel
Github user vrlgohel closed the pull request at: https://github.com/apache/camel/pull/1864 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] camel pull request #1867: CAMEL-11616: Upgraded Apache Curator version to 4....

2017-08-04 Thread vrlgohel
Github user vrlgohel closed the pull request at: https://github.com/apache/camel/pull/1867 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] camel pull request #1867: CAMEL-11616: Upgraded Apache Curator version to 4....

2017-08-03 Thread vrlgohel
GitHub user vrlgohel opened a pull request: https://github.com/apache/camel/pull/1867 CAMEL-11616: Upgraded Apache Curator version to 4.0.0 Upgraded Apache Curator version to 4.0.0, https://issues.apache.org/jira/browse/CAMEL-11616 You can merge this pull request into a Git

[GitHub] camel pull request #1864: CAMEL-11585: Added JMX Reset counter via actuator

2017-08-02 Thread vrlgohel
GitHub user vrlgohel opened a pull request: https://github.com/apache/camel/pull/1864 CAMEL-11585: Added JMX Reset counter via actuator Fix for issue: https://issues.apache.org/jira/browse/CAMEL-11585. As discussed in the previous PR's, now if the user uses an inco

[GitHub] camel pull request #1858: CAMEL-11585: Added JMX Reset counter via actuator

2017-08-02 Thread vrlgohel
Github user vrlgohel closed the pull request at: https://github.com/apache/camel/pull/1858 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] camel pull request #1858: CAMEL-11585: Added JMX Reset counter via actuator

2017-07-31 Thread vrlgohel
GitHub user vrlgohel opened a pull request: https://github.com/apache/camel/pull/1858 CAMEL-11585: Added JMX Reset counter via actuator A new PR for the issue CAMEL-11585. Please let me know if changes are required. You can merge this pull request into a Git repository by running

[GitHub] camel pull request #1850: CAMEL-11585: Added JMX Reset counter via actuator

2017-07-31 Thread vrlgohel
Github user vrlgohel closed the pull request at: https://github.com/apache/camel/pull/1850 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] camel pull request #1850: CAMEL-11585: Added JMX Reset counter via actuator

2017-07-26 Thread vrlgohel
GitHub user vrlgohel opened a pull request: https://github.com/apache/camel/pull/1850 CAMEL-11585: Added JMX Reset counter via actuator Fix for issue: https://issues.apache.org/jira/browse/CAMEL-11585 You can merge this pull request into a Git repository by running: $ git pull

[GitHub] camel pull request #1845: CAMEL-10126: Refactored completionSize & completio...

2017-07-26 Thread vrlgohel
Github user vrlgohel closed the pull request at: https://github.com/apache/camel/pull/1845 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] camel pull request #1845: CAMEL-10126: Refactored completionSize & completio...

2017-07-24 Thread vrlgohel
GitHub user vrlgohel opened a pull request: https://github.com/apache/camel/pull/1845 CAMEL-10126: Refactored completionSize & completionTimeout expressions completionTimeout & completionSize attributes and expression usages are confusing in xml dsl, so if we have to ch

[GitHub] camel pull request #1844: [CAMEL-101276] Refactored completionSize & complet...

2017-07-24 Thread vrlgohel
Github user vrlgohel closed the pull request at: https://github.com/apache/camel/pull/1844 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] camel pull request #1844: [CAMEL-101276] Refactored completionSize & complet...

2017-07-24 Thread vrlgohel
GitHub user vrlgohel opened a pull request: https://github.com/apache/camel/pull/1844 [CAMEL-101276] Refactored completionSize & completionTimeout expressions completionTimeout & completionSize attributes and expression usages are confusing in xml dsl, so if we have t

[GitHub] camel pull request #1789: [CAMEL-11214] Restrict FluentProducerTemplate to i...

2017-06-27 Thread vrlgohel
GitHub user vrlgohel opened a pull request: https://github.com/apache/camel/pull/1789 [CAMEL-11214] Restrict FluentProducerTemplate to include a dummy URI Fix for CAMEL-11214 You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] camel pull request #1786: [CAMEL-11325] Upgrade Apache Spark version to 2.1....

2017-06-26 Thread vrlgohel
GitHub user vrlgohel opened a pull request: https://github.com/apache/camel/pull/1786 [CAMEL-11325] Upgrade Apache Spark version to 2.1.1 Possible fix for https://issues.apache.org/jira/browse/CAMEL-11325 Upgraded Apache Spark version to 2.1.1. You can merge this pull request