Aresxue commented on PR #15680: URL: https://github.com/apache/dubbo/pull/15680#issuecomment-3306231894
> 如果只是为了支持泛型调用,只修改 PojoUtils 类不就可以了吗? 如何配置日期格式,可以参考 org.apache.dubbo.common.utils.PojoUtils#GENERIC_WITH_CLZ。 > 如果只是为了支持泛型调用,只修改 PojoUtils 类不就可以了吗? 如何配置日期格式,可以参考 org.apache.dubbo.common.utils.PojoUtils#GENERIC_WITH_CLZ。 Because the format required by each user for JSR310 time is different, the default format of JDK is java.time.format.DateTimeFormatter#ISO_LOCAL_DATE_TIME, such as '2025-01-01T00:00:01', but traditional Chinese companies prefer to use the format of '2025-01-01 00:00:01'. At the same time, sometimes it is necessary to be compatible with multiple time formats such as '2025-01-01 00:00:01' and '2025-01-01' during deserialization. Therefore, SPI allows users to define their own processing strategies. -- 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