wuwen5 commented on code in PR #92: URL: https://github.com/apache/dubbo-hessian-lite/pull/92#discussion_r2348753671
########## hessian-lite/src/main/java/com/alibaba/com/caucho/hessian/io/CalendarHandle.java: ########## @@ -49,15 +49,14 @@ package com.alibaba.com.caucho.hessian.io; import java.util.Calendar; -import java.util.Date; import java.util.GregorianCalendar; /** * Handle for a calendar object. */ public class CalendarHandle implements java.io.Serializable, HessianHandle { private Class type; - private Date date; + private long time; Review Comment: This breaks compatibility -- 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: notifications-unsubscr...@dubbo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For additional commands, e-mail: notifications-h...@dubbo.apache.org