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 2015/10/28 07:11:27 UTC

[jira] [Created] (REEF-879) Remove classes deprecated since 0.13 from reef-wake

Dongjoon Hyun created REEF-879:
----------------------------------

             Summary: Remove classes deprecated since 0.13 from reef-wake
                 Key: REEF-879
                 URL: https://issues.apache.org/jira/browse/REEF-879
             Project: REEF
          Issue Type: Task
          Components: Wake
            Reporter: Dongjoon Hyun
            Assignee: Dongjoon Hyun
            Priority: Minor


Since 0.13 is release successfully, it's good time to remove classes deprecated.

We can remove the followings safely.
* reef/wake/IdentifierParser.java
* wake/storage/FileHandlePool.java
* wake/storage/ReadRequest.java
* wake/storage/ReadResponse.java

But, we can not delete the following although this is deprecated since 0.13. 
* wake/storage/StorageIdentifier.java  (FileIdentifier implements StorageIdentifier)

If nobody use `FileIdentifier`, we can mark `FileIdentifier` as  deprecated since 0.14, too. REEF 0.15 will remove both files and wake/storage/package-info.java.



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