GitHub user yulgit1 opened a pull request:

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

    https support in ResourceHelper

    allows using 'document' function with https endpoint 

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

    $ git pull https://github.com/yulgit1/camel 2.20.2-erj-https

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

    https://github.com/apache/camel/pull/2246.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 #2246
    
----
commit 6ac4066b36e626020885d7549e04f45583f68871
Author: Claus Ibsen <davsclaus@...>
Date:   2017-10-09T18:19:03Z

    CAMEL-11890: camel-connector - Use JSon parser to parse the 
camel-connector-schema.json.

commit 82d77149a1de459add8e45a3e6854ed84eeb5e8d
Author: Claus Ibsen <davsclaus@...>
Date:   2017-10-11T13:25:41Z

    CAMEL-11895: camel-hystrix - Expose state of circuit breaker on JMX mbean / 
java api on processor.

commit 854f462c03ff77b5eef1e68055ab0f3b8993ecf0
Author: Frédérik Rouleau <frouleau@...>
Date:   2017-10-11T08:39:53Z

    CAMEL-11894: camel-karaf-commands deployment failed on karaf 4.0

commit 72fe78719af099aebc51b009f849a37e5896155f
Author: Claus Ibsen <davsclaus@...>
Date:   2017-10-12T09:50:30Z

    Upgrade spring

commit 54b34c9708c6ffac5c4eb45e42372881ddd48b94
Author: lburgazzoli <lburgazzoli@...>
Date:   2017-10-12T12:59:01Z

    CAMEL-11900: cluster-service : only the first event listener is notified 
about cluster events

commit fbb97efb26f46fb734c7c48c36b67119016ae520
Author: richardgroote <32516488+richardgroote@...>
Date:   2017-10-12T09:33:35Z

    CAMEL-11898: Attachment are not in the response

commit 27fd53285bc503114b2e4cff14d9d6a640857e10
Author: Claus Ibsen <davsclaus@...>
Date:   2017-10-12T13:58:32Z

    CAMEL-11898: Polished. This closes #2030

commit 0be79c6ed1aff216d0bbbe1d4db02b57540187cd
Author: aldettinger <aldettinger@...>
Date:   2017-10-12T13:18:02Z

    CAMEL: Fixed a javadoc warning in camel-bindy

commit cf32b912e153f389258f8293d0e0761ec131ad00
Author: onders86 <ondersezgin+github@...>
Date:   2017-10-12T07:19:33Z

    CAMEL-11892 - breadcrumbId class cast failure if other than SAAJ used as 
WebServiceMessage impl

commit b7ea171209efdfef8a132c596772460a57bf365d
Author: lburgazzoli <lburgazzoli@...>
Date:   2017-10-12T16:52:50Z

    CAMEL-11902: cluster-service : FileLockClusterView should not always return 
local member as leader

commit c412e5d1e32491a74fe18c6ba8460b7cc53d0cfd
Author: Melissa Flinn <mflinn@...>
Date:   2017-10-12T17:40:46Z

    fuse-doc-2017 updated links to box.com

commit 370aa61f6e821a0f38a96594e5f98d2cf40f46ca
Author: Thomas Diesler <tdiesler@...>
Date:   2017-10-09T15:22:56Z

    [CAMEL-11889] Kie assumes that the TCCL can load its services

commit b8eabcd0510bca1256e9678c1e9fca92977122bb
Author: Andrea Cosentino <ancosen@...>
Date:   2017-10-11T12:34:03Z

    Upgrade Java-util to version 1.31.1

commit 768a70c43fddb443a6d3f456f7dee6c98488aedb
Author: Andrea Cosentino <ancosen@...>
Date:   2017-10-13T13:27:52Z

    Regen

commit 6dd9d211dad5b607af4323f5c7e2fabda5463143
Author: Kui LIU <brucekuiliu@...>
Date:   2017-10-13T16:06:47Z

    Replace the Number.valueOf method with the Number.parseXXX method.
    
    It is more efficient to use the static parseXXX method to extract unboxed 
primitive value from a String.
    
http://findbugs.sourceforge.net/bugDescriptions.html#DM_BOXED_PRIMITIVE_FOR_PARSING

commit f6d794f7d07b2b95502639fd478eb025c9a85c81
Author: Claus Ibsen <davsclaus@...>
Date:   2017-10-14T12:24:08Z

    CAMEL-11909: camel-catalog-maven - Cannot load out of the box components

commit 0fe49998eac127969e8d9111aec9a02912d5a3b9
Author: Claus Ibsen <davsclaus@...>
Date:   2017-10-14T12:44:55Z

    CAMEL-11910: camel-maven-plugin - validate should not include route ids as 
consumer urls

commit 9d24dde87abc4ee4c22c35c481a423f10943be6d
Author: Sam Ma <samuel.ma@...>
Date:   2017-10-15T23:34:07Z

    CAMEL-11896: set CamelLogDebugBodyMaxChars when 0 or negative

commit 43f2d5f02181c02dc015ada59909c46c9cd6036c
Author: Claus Ibsen <davsclaus@...>
Date:   2017-10-16T07:21:15Z

    CAMEL-11896: Need to use -1 as unlimted as spring boot will use 0 as 
default and we dont want to set the global option if so. This closes #2040

commit 250c2899ca980ab4b4eb72de4428ecb34071c93c
Author: Zoran Regvart <zregvart@...>
Date:   2017-10-16T13:18:10Z

    CAMEL-11873: Exclude validation-api from Salesf...
    
    ...orce component
    
    Removes `hibernate-validator` no longer needed by the Salesforce
    component.
    
    (cherry picked from commit 4e3e06e997c71562251ddb1592607cbad73e580b)

commit f28dc0a18d87fe7e45c826ebefdd63af3b2b86e7
Author: lburgazzoli <lburgazzoli@...>
Date:   2017-10-17T09:13:15Z

    CAMEL-11916: camel-jgroups-starter : JGroupsLockClusterServiceConfiguration 
lacks getter/setters

commit a9a289d283d8f0347c09d1183f839a9692cf80dc
Author: lburgazzoli <lburgazzoli@...>
Date:   2017-10-17T09:17:25Z

    CAMEL-11917: camel-jgroups-starter : JGroupsLockClusterService auto 
configuration lacks enable flag

commit 1da22b26cd67750dd6bcbea1d4e0ce762b3b5215
Author: Andrea Tarocchi <atarocch@...>
Date:   2017-10-17T17:11:40Z

    CAMEL-11920: camel-hdfs2 not working in osgi using documented HdfsOsgiHelper

commit fd32e1cb8a0de65a0852ac77281fa5afd3164e91
Author: Andrea Cosentino <ancosen@...>
Date:   2017-10-18T06:18:04Z

    Fixed CS

commit f87de945cf379d9fd1b2e019a6de3226e85e1695
Author: Claus Ibsen <davsclaus@...>
Date:   2017-10-18T09:01:07Z

    CAMEL-11906: camel-pgevent should be compile scoped for the database 
driver. Polished the component descirption.

commit cbb3a41a02add897396a9b6bc322c99513bb86db
Author: Claus Ibsen <davsclaus@...>
Date:   2017-10-18T09:03:35Z

    Delete outdated readme as there is component docs already

commit b2a32e24d07454915a1e5dbd2cdfb7a364d927a9
Author: Claus Ibsen <davsclaus@...>
Date:   2017-10-18T11:08:05Z

    Upgrade to Spring Boot 1.5.8

commit a673d0cc17d9e60bf2f1f9bfa212747a9ad02416
Author: Claus Ibsen <davsclaus@...>
Date:   2017-10-18T17:19:29Z

    Upgrade to newer hessian

commit 448ba03251360667b1864ad5fe744cef32d830ca
Author: Andrea Cosentino <ancosen@...>
Date:   2017-10-19T08:51:16Z

    CAMEL-11923 - Camel-Hessian: Add Whitelisting feature

commit e6076893bf12296b2fee66bc174de8d17de489d9
Author: Andrea Cosentino <ancosen@...>
Date:   2017-10-20T07:19:16Z

    CAMEL-11923 - Camel-Hessian enable whitelisting by default

----


---

Reply via email to