moooonk opened a new issue, #2071: URL: https://github.com/apache/fury/issues/2071
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/fury/issues) and found no similar issues. ### Version Fury 0.10.0,JDK21 ### Component(s) Java ### Minimal reproduce step Deepcopy java.util.Date always return the original object.And I traced the calling process, found DateSerializer extends from ImmutableSerializer,but java.util.Date is mutable. ### What did you expect to see? java.util.Date is mutable,returning the original object in deepcopy is unsafe,I hope can return a new object. ### What did you see instead? Deepcopy java.util.Date always return the original object. ### Anything Else? _No response_ ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- 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]
