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 BD02C200BFF for ; Tue, 17 Jan 2017 11:43:05 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id BB989160B46; Tue, 17 Jan 2017 10:43:05 +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 383E5160B43 for ; Tue, 17 Jan 2017 11:43:05 +0100 (CET) Received: (qmail 86244 invoked by uid 500); 17 Jan 2017 10:43:04 -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 86232 invoked by uid 99); 17 Jan 2017 10:43:04 -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, 17 Jan 2017 10:43:04 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0E076DFB0E; Tue, 17 Jan 2017 10:43:04 +0000 (UTC) From: zregvart To: dev@camel.apache.org Reply-To: dev@camel.apache.org Message-ID: Subject: [GitHub] camel pull request #1402: CAMEL-10716 Salesforce Composite API wrongly check... Content-Type: text/plain Date: Tue, 17 Jan 2017 10:43:04 +0000 (UTC) archived-at: Tue, 17 Jan 2017 10:43:05 -0000 GitHub user zregvart opened a pull request: https://github.com/apache/camel/pull/1402 CAMEL-10716 Salesforce Composite API wrongly checks for minimum supported version Fixes an issue when the Batch request and the configured componentversion is version 34.0. Added unit test and refactored the check into separate method to make the unit test easier to write. You can merge this pull request into a Git repository by running: $ git pull https://github.com/zregvart/camel CAMEL-10716 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/1402.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 #1402 ---- commit e0d2dfa55fb42f8da4d631328b1c3f196a8ed283 Author: Zoran Regvart Date: 2017-01-17T10:33:42Z CAMEL-10716 Salesforce Composite API wrongly ch... ...ecks for minimum supported version Fixes an issue when the Batch request and the configured component version is version 34.0. ---- --- 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 infrastructure@apache.org or file a JIRA ticket with INFRA. ---