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 04918200C38 for ; Tue, 28 Feb 2017 15:52:51 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 032F0160B6A; Tue, 28 Feb 2017 14:52:51 +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 4E1F2160B81 for ; Tue, 28 Feb 2017 15:52:50 +0100 (CET) Received: (qmail 62878 invoked by uid 500); 28 Feb 2017 14:52:49 -0000 Mailing-List: contact issues-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 issues@camel.apache.org Received: (qmail 62869 invoked by uid 99); 28 Feb 2017 14:52:49 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Feb 2017 14:52:49 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 21BA518E0ED for ; Tue, 28 Feb 2017 14:52:49 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.033 X-Spam-Level: X-Spam-Status: No, score=-1.033 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-2.999, SPF_NEUTRAL=0.652, URIBL_BLOCKED=0.001, URI_HEX=1.313] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id GmqovilPFubO for ; Tue, 28 Feb 2017 14:52:48 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id C6B215FB43 for ; Tue, 28 Feb 2017 14:52:47 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 97742E0A12 for ; Tue, 28 Feb 2017 14:52:46 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 9C98B2416E for ; Tue, 28 Feb 2017 14:52:45 +0000 (UTC) Date: Tue, 28 Feb 2017 14:52:45 +0000 (UTC) From: "Claus Ibsen (JIRA)" To: issues@camel.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CAMEL-10753) Box component uses out of date library MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 28 Feb 2017 14:52:51 -0000 [ https://issues.apache.org/jira/browse/CAMEL-10753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-10753: -------------------------------- Fix Version/s: 2.19.0 > Box component uses out of date library > -------------------------------------- > > Key: CAMEL-10753 > URL: https://issues.apache.org/jira/browse/CAMEL-10753 > Project: Camel > Issue Type: Improvement > Components: camel-box > Affects Versions: 2.18.1 > Reporter: Tim Dudgeon > Fix For: 2.19.0 > > > As discussed here: http://camel.465427.n5.nabble.com/Using-Box-component-td5792922.html > the box component is not functioning correctly, and it appears that this is a result of an obsolete version of the box Java library being used. > The latest one is here: > https://github.com/box/box-java-sdk with maven coordinates of > com.box:box-java-sdk:2.1.1 > but the one used in Camel is net.box:boxjavalibv2:3.2.1 and has > not been updated since 2014. > It appears that this old library does not work with the current Box REST API. -- This message was sent by Atlassian JIRA (v6.3.15#6346)