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

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

     [ https://issues.apache.org/jira/browse/CAMEL-13467?focusedWorklogId=235262&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-235262 ]

ASF GitHub Bot logged work on CAMEL-13467:
------------------------------------------

                Author: ASF GitHub Bot
            Created on: 30/Apr/19 12:34
            Start Date: 30/Apr/19 12:34
    Worklog Time Spent: 10m 
      Work Description: JiriOndrusek commented on pull request #2894: [CAMEL-13467] Camel-box, replace deprecated calls with correct ones
URL: https://github.com/apache/camel/pull/2894
 
 
   Issue: https://issues.apache.org/jira/browse/CAMEL-13467
   
   Change of deprecated APIs for the correct ones.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 235262)
            Time Spent: 10m
    Remaining Estimate: 0h

> 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
>          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)