[
https://issues.apache.org/jira/browse/SOLR-17600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18090593#comment-18090593
]
Ivan Saric commented on SOLR-17600:
-----------------------------------
All work for this issue has landed on main. MapSerializable has been fully
replaced by MapWriter and the interface itself has been deleted.
I don't have permission to transition this issue. [~dsmiley] — could you
resolve this as Fixed and set the appropriate fix version? Happy to follow up
if anything else is needed.
> 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]