You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Benson Margulies (JIRA)" <ji...@apache.org> on 2012/05/07 02:10:54 UTC

[jira] [Created] (LUCENE-4037) ValueSource still implements Serializable

Benson Margulies created LUCENE-4037:
----------------------------------------

             Summary: ValueSource still implements Serializable
                 Key: LUCENE-4037
                 URL: https://issues.apache.org/jira/browse/LUCENE-4037
             Project: Lucene - Java
          Issue Type: Bug
          Components: core/other
    Affects Versions: 4.0
            Reporter: Benson Margulies
            Priority: Minor
         Attachments: LUCENE-4037.patch

4.0 eliminates the use of Serializable. Here's a leftover.

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


[jira] [Resolved] (LUCENE-4037) ValueSource still implements Serializable

Posted by "Robert Muir (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-4037?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Muir resolved LUCENE-4037.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 4.0
    
> ValueSource still implements Serializable
> -----------------------------------------
>
>                 Key: LUCENE-4037
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4037
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: core/other
>    Affects Versions: 4.0
>            Reporter: Benson Margulies
>            Priority: Minor
>             Fix For: 4.0
>
>         Attachments: LUCENE-4037.patch, LUCENE-4037.patch
>
>
> 4.0 eliminates the use of Serializable. Here's a leftover.

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


[jira] [Updated] (LUCENE-4037) ValueSource still implements Serializable

Posted by "Benson Margulies (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-4037?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benson Margulies updated LUCENE-4037:
-------------------------------------

    Attachment: LUCENE-4037.patch
    
> ValueSource still implements Serializable
> -----------------------------------------
>
>                 Key: LUCENE-4037
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4037
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: core/other
>    Affects Versions: 4.0
>            Reporter: Benson Margulies
>            Priority: Minor
>         Attachments: LUCENE-4037.patch
>
>
> 4.0 eliminates the use of Serializable. Here's a leftover.

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


[jira] [Updated] (LUCENE-4037) ValueSource still implements Serializable

Posted by "Robert Muir (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-4037?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Muir updated LUCENE-4037:
--------------------------------

    Attachment: LUCENE-4037.patch

Thanks Benson! I searched around and found some other cruft... some old readResolve()'s etc... here's the patch.

I'll commit soon.
                
> ValueSource still implements Serializable
> -----------------------------------------
>
>                 Key: LUCENE-4037
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4037
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: core/other
>    Affects Versions: 4.0
>            Reporter: Benson Margulies
>            Priority: Minor
>         Attachments: LUCENE-4037.patch, LUCENE-4037.patch
>
>
> 4.0 eliminates the use of Serializable. Here's a leftover.

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