[ 
https://issues.apache.org/jira/browse/SOLR-17600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18090727#comment-18090727
 ] 

ASF subversion and git services commented on SOLR-17600:
--------------------------------------------------------

Commit 8271b6c443c6eec7365a8ed8197fdf74f0d1c151 in solr's branch 
refs/heads/branch_10x from Ivan Šarić
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=8271b6c443c ]

SOLR-17600: MapSerializable p4: Delete MapSerializable (#4466)

MapSerializable is deprecated; stop using it in some places.

(cherry picked from commit f9f5abf21e972afc67121af36640eec7ac5c63b4)


> Deprecate and remove MapSerializable
> ------------------------------------
>
>                 Key: SOLR-17600
>                 URL: https://issues.apache.org/jira/browse/SOLR-17600
>             Project: Solr
>          Issue Type: Task
>            Reporter: David Smiley
>            Priority: Minor
>              Labels: newdev, pull-request-available
>             Fix For: 10.0
>
>          Time Spent: 10h 20m
>  Remaining Estimate: 0h
>
> MapSerializable has a single method toMap(Map) and that which is intended for 
> serialization.  It was basically obsoleted by MapWritable that also has this 
> method.  Any class implementing MapSerializable should instead implement 
> MapWritable, thus implementing MapWritable.writeMap, and remove redundant 
> toMap implementations.  This amounts to replacing toMap with writeMap.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to