You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Dongjoon Hyun (JIRA)" <ji...@apache.org> on 2016/01/28 20:31:40 UTC

[jira] [Resolved] (REEF-1155) Remove deprecated functions in javabridge

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

Dongjoon Hyun resolved REEF-1155.
---------------------------------
    Resolution: Invalid

As [~MariiaMykhailova] pointed out, *bridge are marked @Private already. So, we not need to do deprecation process.

> Remove deprecated functions in javabridge
> -----------------------------------------
>
>                 Key: REEF-1155
>                 URL: https://issues.apache.org/jira/browse/REEF-1155
>             Project: REEF
>          Issue Type: Bug
>            Reporter: Dongjoon Hyun
>            Assignee: Dongjoon Hyun
>            Priority: Minor
>
> After releasing 0.14, remove the following deprecated function in `ActiveContextBridge.java`, `ClosedContextBridge.java`, `FailedContextBridge.java`, and `AllocatedEvaluatorBridge.java`.
> {code}
> /**
>    * @deprecated in 0.14. Use getEvaluatorDescriptorString instead.
>    */
>   @Deprecated
>   public String getEvaluatorDescriptorSring() {
>     return getEvaluatorDescriptorString();
>   }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)