isaric commented on PR #4466: URL: https://github.com/apache/solr/pull/4466#issuecomment-4702854127
Rebased onto current main (which now contains parts 1, 2, and 3) and force-pushed (`b914ad93162`). Single self-contained commit that: - Deletes `MapSerializable.java` - Removes the last two consumers — the `instanceof MapSerializable` branches in `JavaBinCodec.writePrimitive` and `TextWriter.writeVal` (moved here from Part 3 per your earlier review) - Adds the `changelog/unreleased/SOLR-17600.yml` entry covering the full four-part series Grepped main + this branch for any remaining `MapSerializable` references in production or test source — none. Regression check (all green): - `TestPackages`, `TestSolrConfigHandler`, `TestConfig`, `TestUtils` (core + solrj) - `TestJavaBinCodec`, `TestZkNodeProps` - `*ExplanationTest*` Ready for your review. -- 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]
