This is an automated email from the ASF dual-hosted git repository.

liubao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 3c1f7d4  #216 升级jackson版本带来的时间类型数据格式化结果变更 (#217)
3c1f7d4 is described below

commit 3c1f7d41cbf17591ad3bb15b8bd24943a8c7632f
Author: zyl <[email protected]>
AuthorDate: Mon Jan 11 09:53:52 2021 +0800

    #216 升级jackson版本带来的时间类型数据格式化结果变更 (#217)
---
 .../zh_CN/docs/featured-topics/upgrading/2_1_1T2_1_5.md               | 4 ++++
 1 file changed, 4 insertions(+)

diff --git 
a/java-chassis-reference/zh_CN/docs/featured-topics/upgrading/2_1_1T2_1_5.md 
b/java-chassis-reference/zh_CN/docs/featured-topics/upgrading/2_1_1T2_1_5.md
index 7f6d14a..65e6601 100644
--- a/java-chassis-reference/zh_CN/docs/featured-topics/upgrading/2_1_1T2_1_5.md
+++ b/java-chassis-reference/zh_CN/docs/featured-topics/upgrading/2_1_1T2_1_5.md
@@ -14,5 +14,9 @@
 这个模块提供了 `Page`、`Pagable`、`Order` 等接口的序列化支持。2.1.5 升级了 spring boot 版本, 
这些接口存在变更,因此序列化
 结果发生了改变。 如果产品使用了这些类作为外部接口,需要考虑前端返回的 json 格式的变化对产品功能的影响。 
 
+## `foudation-common` 调整
 
+这个模块提供了将时间类型数据格式化的功能。在2.1.5版本中,升级了jackson-bom版本从2.10.5到2.12.0,导致时间数据类型格式化结果
+产生了变更。例如:升级前格式化时间为`2017-07-21T17:32:28.000+0000`,升级后为`2017-07-21T17:32:28.000+00:00`。如果产品
+使用了该类型数据,需要考虑升级后数据类型的变更,对原有业务逻辑的影响。
 

Reply via email to