This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/master by this push:
new 66a7c479524 Update serialization-upgrade.md
66a7c479524 is described below
commit 66a7c479524365cc0d51d108dd3273e6a2d75ac3
Author: Albumen Kevin <[email protected]>
AuthorDate: Sat Oct 8 11:23:41 2022 +0800
Update serialization-upgrade.md
---
.../java-sdk/upgrades-and-compatibility/serialization-upgrade.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/content/zh/docs3-v2/java-sdk/upgrades-and-compatibility/serialization-upgrade.md
b/content/zh/docs3-v2/java-sdk/upgrades-and-compatibility/serialization-upgrade.md
index 5c5fc582644..e383d05ee81 100644
---
a/content/zh/docs3-v2/java-sdk/upgrades-and-compatibility/serialization-upgrade.md
+++
b/content/zh/docs3-v2/java-sdk/upgrades-and-compatibility/serialization-upgrade.md
@@ -8,7 +8,7 @@ description: "无损升级序列化协议的最佳实践"
**无损升级序列化协议的最佳实践。**
-在 3.1.0 版本中,Dubbo 默认支持的序列化协议新增对 Fastjson2
的支持。部分用户可能会考虑在现有的系统中对序列化协议进行升级,但服务端和客户端版本的差异可能导致客户端并不支持服务端的序列化协议。而在 3.1.1 版本中
Dubbo 的服务端引入新的配置`prefer-serialization`,该特性可以完美解决服务端序列化升级过程中可能带来的风险。
+在 3.1.0 版本中,Dubbo 默认支持的序列化协议新增对 Fastjson2
的支持。部分用户可能会考虑在现有的系统中对序列化协议进行升级,但服务端和客户端版本的差异可能导致客户端并不支持服务端的序列化协议。而在 3.2.0 版本中
Dubbo 的服务端引入新的配置`prefer-serialization`,该特性可以完美解决服务端序列化升级过程中可能带来的风险。
**最佳实践**