renatoh commented on PR #2932: URL: https://github.com/apache/solr/pull/2932#issuecomment-2571586089
@dsmiley I do get your point that a shared instance should be immutable. I could instantiate the shared empty instances with an immutable list, similar to what we do here: org.apache.solr.common.util.NamedList#getImmutableCopy. For my understanding: What is the purpose of SimpleOrderedMap, it is just to control the output format of the response writers? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
