You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Robert Muir (JIRA)" <ji...@apache.org> on 2012/05/31 00:25:23 UTC

[jira] [Updated] (LUCENE-4095) remove deprecations from trunk

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

Robert Muir updated LUCENE-4095:
--------------------------------

    Attachment: LUCENE-4095.patch

Patch taking care of the majority (but not all!) of the deprecations.

This is all the straightforward grunt work and nothing sneaky.
                
> remove deprecations from trunk
> ------------------------------
>
>                 Key: LUCENE-4095
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4095
>             Project: Lucene - Java
>          Issue Type: Task
>    Affects Versions: 5.0
>            Reporter: Robert Muir
>            Assignee: Robert Muir
>             Fix For: 5.0
>
>         Attachments: LUCENE-4095.patch
>
>
> We should remove the deprecated code from trunk. 
> This also has benefits to 4x branch, particularly:
> * we should backport fixes to tests to avoid deprecated methods, e.g. IndexReader.open -> DirectoryReader.open. Of course I will add specific deprecated tests testing the back compat. This is all very important to
> ensure easier merging from trunk->4x  for the future.
> * by removing deprecated methods, I found some minor doc bugs, such as javadocs linking to deprecated stuff. I would like to backport these docs fixes as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org