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:19:00 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=16829294#comment-16829294 ] 

Jiri Ondrusek commented on CAMEL-13467:
---------------------------------------

I'm working on this issue

> 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
>            Priority: Major
>
> 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)