OmCheeLin commented on PR #2271: URL: https://github.com/apache/fury/pull/2271#issuecomment-2927323063
@chaokunyang I have modified the code as per your request. But there is a question here: failures in `ObjectStreamSerializerTest.java` and `ReplaceResolveSerializerTest.java` details: https://github.com/apache/fury/actions/runs/15362958237/job/43232318707?pr=2271 `java.util.concurrent.ConcurrentHashMap`, `ArrayList`, `com.google.common.collect.RegularImmutableList` etc. are all subclass of `Collection` and `Map`, but their Serializers are not extend AbstractCollectionSerializer. -- 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]
