Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 56BAD200D56 for ; Tue, 12 Dec 2017 20:48:35 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 554CB160C10; Tue, 12 Dec 2017 19:48:35 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 7CACC160C00 for ; Tue, 12 Dec 2017 20:48:34 +0100 (CET) Received: (qmail 4861 invoked by uid 500); 12 Dec 2017 19:48:33 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 4850 invoked by uid 99); 12 Dec 2017 19:48:33 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Dec 2017 19:48:33 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 48412DFC11; Tue, 12 Dec 2017 19:48:33 +0000 (UTC) From: bmsalama To: dev@camel.apache.org Reply-To: dev@camel.apache.org Message-ID: Subject: [GitHub] camel pull request #2145: Release/2.20.1 Content-Type: text/plain Date: Tue, 12 Dec 2017 19:48:33 +0000 (UTC) archived-at: Tue, 12 Dec 2017 19:48:35 -0000 GitHub user bmsalama opened a pull request: https://github.com/apache/camel/pull/2145 Release/2.20.1 You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/camel release/2.20.1 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/2145.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 #2145 ---- commit aff4434eb839e9d690a0419230264b14a0ddeb22 Author: Gregor Zurowski Date: 2017-10-07T16:51:27Z [maven-release-plugin] prepare release camel-2.20.0 commit dcee90cff019e9d73ef2a48cd36e0ff92c035fdf Author: Gregor Zurowski Date: 2017-10-07T16:52:20Z [maven-release-plugin] prepare for next development iteration commit 6ac4066b36e626020885d7549e04f45583f68871 Author: Claus Ibsen 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 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 Date: 2017-10-11T08:39:53Z CAMEL-11894: camel-karaf-commands deployment failed on karaf 4.0 commit 72fe78719af099aebc51b009f849a37e5896155f Author: Claus Ibsen Date: 2017-10-12T09:50:30Z Upgrade spring commit 54b34c9708c6ffac5c4eb45e42372881ddd48b94 Author: 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@users.noreply.github.com> Date: 2017-10-12T09:33:35Z CAMEL-11898: Attachment are not in the response commit 27fd53285bc503114b2e4cff14d9d6a640857e10 Author: Claus Ibsen Date: 2017-10-12T13:58:32Z CAMEL-11898: Polished. This closes #2030 commit 0be79c6ed1aff216d0bbbe1d4db02b57540187cd Author: aldettinger Date: 2017-10-12T13:18:02Z CAMEL: Fixed a javadoc warning in camel-bindy commit cf32b912e153f389258f8293d0e0761ec131ad00 Author: onders86 Date: 2017-10-12T07:19:33Z CAMEL-11892 - breadcrumbId class cast failure if other than SAAJ used as WebServiceMessage impl commit b7ea171209efdfef8a132c596772460a57bf365d Author: 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 Date: 2017-10-12T17:40:46Z fuse-doc-2017 updated links to box.com commit 370aa61f6e821a0f38a96594e5f98d2cf40f46ca Author: Thomas Diesler Date: 2017-10-09T15:22:56Z [CAMEL-11889] Kie assumes that the TCCL can load its services commit b8eabcd0510bca1256e9678c1e9fca92977122bb Author: Andrea Cosentino Date: 2017-10-11T12:34:03Z Upgrade Java-util to version 1.31.1 commit 768a70c43fddb443a6d3f456f7dee6c98488aedb Author: Andrea Cosentino Date: 2017-10-13T13:27:52Z Regen commit 6dd9d211dad5b607af4323f5c7e2fabda5463143 Author: Kui LIU 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 Date: 2017-10-14T12:24:08Z CAMEL-11909: camel-catalog-maven - Cannot load out of the box components commit 0fe49998eac127969e8d9111aec9a02912d5a3b9 Author: Claus Ibsen 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 Date: 2017-10-15T23:34:07Z CAMEL-11896: set CamelLogDebugBodyMaxChars when 0 or negative commit 43f2d5f02181c02dc015ada59909c46c9cd6036c Author: Claus Ibsen 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 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 Date: 2017-10-17T09:13:15Z CAMEL-11916: camel-jgroups-starter : JGroupsLockClusterServiceConfiguration lacks getter/setters commit a9a289d283d8f0347c09d1183f839a9692cf80dc Author: lburgazzoli Date: 2017-10-17T09:17:25Z CAMEL-11917: camel-jgroups-starter : JGroupsLockClusterService auto configuration lacks enable flag commit 1da22b26cd67750dd6bcbea1d4e0ce762b3b5215 Author: Andrea Tarocchi Date: 2017-10-17T17:11:40Z CAMEL-11920: camel-hdfs2 not working in osgi using documented HdfsOsgiHelper commit fd32e1cb8a0de65a0852ac77281fa5afd3164e91 Author: Andrea Cosentino Date: 2017-10-18T06:18:04Z Fixed CS commit f87de945cf379d9fd1b2e019a6de3226e85e1695 Author: Claus Ibsen 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 Date: 2017-10-18T09:03:35Z Delete outdated readme as there is component docs already commit b2a32e24d07454915a1e5dbd2cdfb7a364d927a9 Author: Claus Ibsen Date: 2017-10-18T11:08:05Z Upgrade to Spring Boot 1.5.8 commit a673d0cc17d9e60bf2f1f9bfa212747a9ad02416 Author: Claus Ibsen Date: 2017-10-18T17:19:29Z Upgrade to newer hessian ---- ---