You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Andrea Cosentino (JIRA)" <ji...@apache.org> on 2019/04/30 13:36:00 UTC

[jira] [Assigned] (CAMEL-13467) Camel-box, replace deprecated calls with correct ones

     [ https://issues.apache.org/jira/browse/CAMEL-13467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrea Cosentino reassigned CAMEL-13467:
----------------------------------------

    Assignee: Andrea Cosentino

> Camel-box, replace deprecated calls with  correct ones
> ------------------------------------------------------
>
>                 Key: CAMEL-13467
>                 URL: https://issues.apache.org/jira/browse/CAMEL-13467
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-box
>            Reporter: Jiri Ondrusek
>            Assignee: Andrea Cosentino
>            Priority: Major
>             Fix For: 3.0.0, 3.0.0-M3
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> There are 5 calls to depricated APIs iIn camel-box-api module. At least 2 of them could be replaced by the correct calls.
> {quote}
> * /camel-box/camel-box-api/src/main/java/org/apache/camel/component/box/api/BoxUsersManager.java
> Warning:(354, 24) java: moveFolderToUser(java.lang.String) in com.box.sdk.BoxUser has been deprecated
> * /camel-box/camel-box-api/src/main/java/org/apache/camel/component/box/api/BoxSearchManager.java
> Warning:(83, 44) java: search(java.lang.String) in com.box.sdk.BoxFolder has been deprecated
> * /camel-box/camel-box-api/src/main/java/org/apache/camel/component/box/api/BoxFilesManager.java
> Warning:(218, 25) java: uploadVersion(java.io.InputStream,java.util.Date,long,com.box.sdk.ProgressListener) in com.box.sdk.BoxFile has been deprecated
> Warning:(220, 25) java: uploadVersion(java.io.InputStream,java.util.Date,long,com.box.sdk.ProgressListener) in com.box.sdk.BoxFile has been deprecated
> Warning:(223, 21) java: uploadVersion(java.io.InputStream) in com.box.sdk.BoxFile has been deprecated
> {quote}
> Inspect all 5 occurrences of deprecated calls and fix them if possible.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)