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

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

Jiri Ondrusek created CAMEL-13467:
-------------------------------------

             Summary: 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
    Affects Versions: 3.0.0
            Reporter: Jiri Ondrusek


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)