You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2019/07/08 01:27:19 UTC

[dubbo] branch 2.7.3-release updated (208fafb -> 6466e97)

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

liujun pushed a change to branch 2.7.3-release
in repository https://gitbox.apache.org/repos/asf/dubbo.git.


    from 208fafb  polish 2.7.3 change list
     new 0e381aa  polish 2.7.3 change list
     new 6466e97  update version to 2.7.3 to prepare for release

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES.md                                              | 16 ----------------
 dubbo-dependencies-bom/pom.xml                          |  2 +-
 dubbo-dependencies/dubbo-dependencies-zookeeper/pom.xml |  2 +-
 pom.xml                                                 |  2 +-
 4 files changed, 3 insertions(+), 19 deletions(-)


[dubbo] 02/02: update version to 2.7.3 to prepare for release

Posted by li...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 6466e9762eceb74761a1d88a351398f67597ce06
Author: ken.lj <ke...@gmail.com>
AuthorDate: Mon Jul 8 09:26:57 2019 +0800

    update version to 2.7.3 to prepare for release
---
 dubbo-dependencies-bom/pom.xml                          | 2 +-
 dubbo-dependencies/dubbo-dependencies-zookeeper/pom.xml | 2 +-
 pom.xml                                                 | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dubbo-dependencies-bom/pom.xml b/dubbo-dependencies-bom/pom.xml
index cdbe2bc..95d9f90 100644
--- a/dubbo-dependencies-bom/pom.xml
+++ b/dubbo-dependencies-bom/pom.xml
@@ -153,7 +153,7 @@
         <mortbay_jetty_version>6.1.26</mortbay_jetty_version>
         <portlet_version>2.0</portlet_version>
         <maven_flatten_version>1.1.0</maven_flatten_version>
-        <revision>2.7.3-SNAPSHOT</revision>
+        <revision>2.7.3</revision>
     </properties>
 
     <dependencyManagement>
diff --git a/dubbo-dependencies/dubbo-dependencies-zookeeper/pom.xml b/dubbo-dependencies/dubbo-dependencies-zookeeper/pom.xml
index 968e5e3..f65fadb 100644
--- a/dubbo-dependencies/dubbo-dependencies-zookeeper/pom.xml
+++ b/dubbo-dependencies/dubbo-dependencies-zookeeper/pom.xml
@@ -32,7 +32,7 @@
     <packaging>pom</packaging>
 
     <properties>
-        <revision>2.7.3-SNAPSHOT</revision>
+        <revision>2.7.3</revision>
         <maven_flatten_version>1.1.0</maven_flatten_version>
     </properties>
 
diff --git a/pom.xml b/pom.xml
index 97c9921..4362510 100644
--- a/pom.xml
+++ b/pom.xml
@@ -125,7 +125,7 @@
         <arguments />
         <checkstyle.skip>true</checkstyle.skip>
         <rat.skip>true</rat.skip>
-        <revision>2.7.3-SNAPSHOT</revision>
+        <revision>2.7.3</revision>
     </properties>
 
     <modules>


[dubbo] 01/02: polish 2.7.3 change list

Posted by li...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 0e381aafb244a9af30a99d291143fcb3e19a2ec7
Author: ken.lj <ke...@gmail.com>
AuthorDate: Mon Jul 8 09:25:23 2019 +0800

    polish 2.7.3 change list
---
 CHANGES.md | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index d3a0848..2d19b99 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -2,14 +2,6 @@
 
 ## 2.7.3
 
-### Compatibility
-
-In order to unify the implementation of service governance rules in different configuration centers, such as Zookeeper, Nacos, Etcd, etc., we have refactored some implementations of the configuration center compared to 2.7.0~2.7.2.
-
-* For users who are using 2.7.x service governance rules, please check [the new implementation](http://dubbo.apache.org/en-us/docs/dev/impls/Config-center.html) before upgrading to 2.7.3, make sure all rules have a copy under the new storage path to ensure a smooth upgrade. 
-* For users who have upgraded the 2.7.x version but are not using any service governance rules, you can upgrade directly. 
-* For users using 2.6.x and lower versions can upgrade directly. But make sure you follow the following instructions [Upgrading from 2.6.x to 2.7.x](https://github.com/apache/dubbo/releases/tag/dubbo-2.7.0)
-
 ### Change List
 
 1. Asynchronous support
@@ -34,14 +26,6 @@ In order to unify the implementation of service governance rules in different co
 
 6. Some other bugfixes, #4346 #4338 #4349 #4377
 
-### 升级注意事项
-
-为了统一不同配置中心(如Zookeeper、Nacos、Etcd等)对于服务治理规则的实现,我们对2.7.0以来的配置中心的部分实现进行了重构。
-
-* 对于已使用了2.7.x新版本服务治理规则的用户,升级2.7.3之前请先[查看新版实现](http://dubbo.apache.org/zh-cn/docs/dev/impls/config-center.html),确保已有规则在新路径下已经存在拷贝,以确保平滑升级。
-* 对于已经升级了2.7.x版本,但是未使用服务治理规则的用户,此次升级不受影响。
-* 对于2.6.x及以下版本用户不受此次变更影响,升级步骤请参见[升级到2.7.x的说明文档](https://github.com/apache/dubbo/releases/tag/dubbo-2.7.0)。
-
 ### Change List
 
 1. 异步支持相关