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

liujun pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 14d8962  update blog: guides for upgrading to 2.7.0
14d8962 is described below

commit 14d89623128a95c04b1f1f6fc5e5c9b4d3237941
Author: ken.lj <[email protected]>
AuthorDate: Fri Jan 25 12:54:18 2019 +0800

    update blog: guides for upgrading to 2.7.0
---
 blog/zh-cn/Guides for upgrading to 2.7.x.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/blog/zh-cn/Guides for upgrading to 2.7.x.md b/blog/zh-cn/Guides 
for upgrading to 2.7.x.md
index 3cab8e2..555f635 100644
--- a/blog/zh-cn/Guides for upgrading to 2.7.x.md       
+++ b/blog/zh-cn/Guides for upgrading to 2.7.x.md       
@@ -1,12 +1,12 @@
 # 升级与可能的兼容性问题总结
 
-环境要求:需要Java 8及以上版本。
+环境要求:需要**Java 8**及以上版本。
 
 
2.7.0版本在改造的过程中遵循了一个原则,即**保持与低版本的兼容性,因此从功能层面来说它是与2.6.x及更低版本完全兼容的**。这里所说的兼容性主要是和[包重命名](#包名改造)相关的,接下来会详细说明影响点。另外,虽然功能用法保持向后兼容,但参考本文能帮助您尽快用到2.7.0版本的新特性。
 
 ## 升级步骤
 
-1. 升级pom到2.7.0(使用all-in-one依赖)。
+1. 升级pom到2.7.0(以all-in-one依赖为例)。
 
 ```xml
 <properties>
@@ -37,7 +37,7 @@
 </dependencies>
 ```
 
-如果升级依赖后出现API或SPI扩展相关的编译错误,请参考[包兼容性问题]()
+如果升级依赖后出现API或SPI扩展相关的编译错误,请参考[包兼容性问题](#包名改造)
 
 此时重新部署应用,所有默认行为和2.6.x保持一致,如果要用到2.7的新特性,则需要继续做以下配置(可选):
 

Reply via email to