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

albumenj pushed a commit to branch refactor/next-2
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/refactor/next-2 by this push:
     new 10c59a8b93 Fix release
10c59a8b93 is described below

commit 10c59a8b93bff4472a9c852b5d89a94d6c6374c7
Author: Albumen Kevin <[email protected]>
AuthorDate: Sun Feb 19 17:54:30 2023 +0800

    Fix release
---
 .../performance/serialization.md                   |   2 +-
 .../java-sdk/reference-manual/protocol/hessian.md  |   2 +-
 .../java-sdk/reference-manual/protocol/http.md     |   2 +-
 .../reference-manual/protocol/memcached.md         |   2 +-
 .../java-sdk/reference-manual/protocol/redis.md    |   2 +-
 .../java-sdk/reference-manual/protocol/rmi.md      |   2 +-
 .../java-sdk/reference-manual/protocol/thrift.md   |   2 +-
 .../reference-manual/protocol/webservice.md        |   2 +-
 .../performance/serialization.md                   |   2 +-
 .../java-sdk/reference-manual/protocol/hessian.md  |   2 +-
 .../java-sdk/reference-manual/protocol/http.md     |   2 +-
 .../reference-manual/protocol/memcached.md         |   2 +-
 .../java-sdk/reference-manual/protocol/redis.md    |   2 +-
 .../java-sdk/reference-manual/protocol/rmi.md      |   2 +-
 .../java-sdk/reference-manual/protocol/thrift.md   |   2 +-
 .../reference-manual/protocol/webservice.md        |   2 +-
 content/zh-cn/download/spi-extension.md            | 107 -------------
 content/zh-cn/download/spi-extensions.md           | 167 +++++++++++++++++++++
 .../zh-cn/overview/what/ecosystem/protocol/rmi.md  |   2 +-
 .../overview/what/ecosystem/protocol/thrift.md     |   2 +-
 20 files changed, 185 insertions(+), 125 deletions(-)

diff --git 
a/content/en/docs3-v2/java-sdk/advanced-features-and-usage/performance/serialization.md
 
b/content/en/docs3-v2/java-sdk/advanced-features-and-usage/performance/serialization.md
index 2dadbde57f..865ece825f 100644
--- 
a/content/en/docs3-v2/java-sdk/advanced-features-and-usage/performance/serialization.md
+++ 
b/content/en/docs3-v2/java-sdk/advanced-features-and-usage/performance/serialization.md
@@ -58,7 +58,7 @@ In production-oriented applications, I recommend Kryo as the 
preferred choice fo
 ## Enable Kryo and FST
 
 Using Kryo and FST is very simple, just add the corresponding dependencies 
first:
-More plugins: [Dubbo SPI Extensions](/zh-cn/download/dubbo-spi-extensions)
+More plugins: [Dubbo SPI Extensions](/zh-cn/download/spi-extensions)
 
 ```xml
 <dependency>
diff --git a/content/en/docs3-v2/java-sdk/reference-manual/protocol/hessian.md 
b/content/en/docs3-v2/java-sdk/reference-manual/protocol/hessian.md
index f8ed4cf2ad..16a75866f3 100644
--- a/content/en/docs3-v2/java-sdk/reference-manual/protocol/hessian.md
+++ b/content/en/docs3-v2/java-sdk/reference-manual/protocol/hessian.md
@@ -36,7 +36,7 @@ Hessian is a lightweight RPC service implemented based on the 
Binary-RPC protoco
 
 ### Dependencies
 
-Starting from Dubbo 3, the Hessian protocol is no longer embedded in Dubbo, 
and an independent [module](/zh-cn/download/dubbo-spi-extensions/#dubbo-rpc) 
needs to be introduced separately.
+Starting from Dubbo 3, the Hessian protocol is no longer embedded in Dubbo, 
and an independent [module](/zh-cn/download/spi-extensions/#dubbo-rpc) needs to 
be introduced separately.
 ```xml
 <dependency>
     <groupId>org.apache.dubbo.extensions</groupId>
diff --git a/content/en/docs3-v2/java-sdk/reference-manual/protocol/http.md 
b/content/en/docs3-v2/java-sdk/reference-manual/protocol/http.md
index f86a0e7d8e..5343365377 100644
--- a/content/en/docs3-v2/java-sdk/reference-manual/protocol/http.md
+++ b/content/en/docs3-v2/java-sdk/reference-manual/protocol/http.md
@@ -26,7 +26,7 @@ HTTP short connection, standardized and easy-to-read 
protocol, easy to connect t
 
 ## How to use
 
-Starting from Dubbo 3, the Http protocol is no longer embedded in Dubbo, and 
an independent [module](/zh-cn/download/dubbo-spi-extensions/#dubbo-rpc) needs 
to be introduced separately.
+Starting from Dubbo 3, the Http protocol is no longer embedded in Dubbo, and 
an independent [module](/zh-cn/download/spi-extensions/#dubbo-rpc) needs to be 
introduced separately.
 ```xml
 <dependency>
     <groupId>org.apache.dubbo.extensions</groupId>
diff --git 
a/content/en/docs3-v2/java-sdk/reference-manual/protocol/memcached.md 
b/content/en/docs3-v2/java-sdk/reference-manual/protocol/memcached.md
index 72776884db..989b5c5d81 100644
--- a/content/en/docs3-v2/java-sdk/reference-manual/protocol/memcached.md
+++ b/content/en/docs3-v2/java-sdk/reference-manual/protocol/memcached.md
@@ -15,7 +15,7 @@ Relieve database pressure, improve interaction speed, etc.
 ## How to use
 ### Import dependencies
 
-Starting from Dubbo 3, the Memcached protocol is no longer embedded in Dubbo, 
and an independent [module](/zh-cn/download/dubbo-spi-extensions/#dubbo-rpc) 
needs to be introduced separately.
+Starting from Dubbo 3, the Memcached protocol is no longer embedded in Dubbo, 
and an independent [module](/zh-cn/download/spi-extensions/#dubbo-rpc) needs to 
be introduced separately.
 ```xml
 <dependency>
     <groupId>org.apache.dubbo.extensions</groupId>
diff --git a/content/en/docs3-v2/java-sdk/reference-manual/protocol/redis.md 
b/content/en/docs3-v2/java-sdk/reference-manual/protocol/redis.md
index 7856906a1c..20bb755cf8 100644
--- a/content/en/docs3-v2/java-sdk/reference-manual/protocol/redis.md
+++ b/content/en/docs3-v2/java-sdk/reference-manual/protocol/redis.md
@@ -19,7 +19,7 @@ Caching, current limiting, distributed locks, etc.
 
 ### Import dependencies
 
-Starting from Dubbo 3, the Redis protocol is no longer embedded in Dubbo, and 
an independent [module](/zh-cn/download/dubbo-spi-extensions/#dubbo-rpc) needs 
to be introduced separately.
+Starting from Dubbo 3, the Redis protocol is no longer embedded in Dubbo, and 
an independent [module](/zh-cn/download/spi-extensions/#dubbo-rpc) needs to be 
introduced separately.
 ```xml
 <dependency>
     <groupId>org.apache.dubbo.extensions</groupId>
diff --git a/content/en/docs3-v2/java-sdk/reference-manual/protocol/rmi.md 
b/content/en/docs3-v2/java-sdk/reference-manual/protocol/rmi.md
index 29e0e7ff43..d334e2de12 100644
--- a/content/en/docs3-v2/java-sdk/reference-manual/protocol/rmi.md
+++ b/content/en/docs3-v2/java-sdk/reference-manual/protocol/rmi.md
@@ -30,7 +30,7 @@ It is a set of Java APIs that supports the development of 
distributed applicatio
 
 ### Import dependencies
 
-Starting from Dubbo 3, the RMI protocol is no longer embedded in Dubbo, and an 
independent [module](/zh-cn/download/dubbo-spi-extensions/#dubbo-rpc) needs to 
be introduced separately.
+Starting from Dubbo 3, the RMI protocol is no longer embedded in Dubbo, and an 
independent [module](/zh-cn/download/spi-extensions/#dubbo-rpc) needs to be 
introduced separately.
 ```xml
 <dependency>
     <groupId>org.apache.dubbo.extensions</groupId>
diff --git a/content/en/docs3-v2/java-sdk/reference-manual/protocol/thrift.md 
b/content/en/docs3-v2/java-sdk/reference-manual/protocol/thrift.md
index e42f155657..af3b6c31a5 100644
--- a/content/en/docs3-v2/java-sdk/reference-manual/protocol/thrift.md
+++ b/content/en/docs3-v2/java-sdk/reference-manual/protocol/thrift.md
@@ -20,7 +20,7 @@ For SOA standard RPC framework.
 ## How to use
 ### Dependencies
 
-Starting from Dubbo 3, the Thrift protocol is no longer embedded in Dubbo, and 
an independent [module](/zh-cn/download/dubbo-spi-extensions/#dubbo-rpc) needs 
to be introduced separately.
+Starting from Dubbo 3, the Thrift protocol is no longer embedded in Dubbo, and 
an independent [module](/zh-cn/download/spi-extensions/#dubbo-rpc) needs to be 
introduced separately.
 ```xml
 <dependency>
     <groupId>org.apache.dubbo.extensions</groupId>
diff --git 
a/content/en/docs3-v2/java-sdk/reference-manual/protocol/webservice.md 
b/content/en/docs3-v2/java-sdk/reference-manual/protocol/webservice.md
index fb7ad7ed4e..b0e69b6cdf 100644
--- a/content/en/docs3-v2/java-sdk/reference-manual/protocol/webservice.md
+++ b/content/en/docs3-v2/java-sdk/reference-manual/protocol/webservice.md
@@ -30,7 +30,7 @@ To publish a service (internal/external), regardless of 
client type or performan
 ## How to use
 ### Dependencies
 
-Starting from Dubbo 3, the Webservice protocol is no longer embedded in Dubbo, 
and an independent [module](/zh-cn/download/dubbo-spi-extensions/#dubbo-rpc) 
needs to be introduced separately.
+Starting from Dubbo 3, the Webservice protocol is no longer embedded in Dubbo, 
and an independent [module](/zh-cn/download/spi-extensions/#dubbo-rpc) needs to 
be introduced separately.
 ```xml
 <dependency>
     <groupId>org.apache.dubbo.extensions</groupId>
diff --git 
a/content/zh-cn/docs3-v2/java-sdk/advanced-features-and-usage/performance/serialization.md
 
b/content/zh-cn/docs3-v2/java-sdk/advanced-features-and-usage/performance/serialization.md
index 64918cdf41..685a555e03 100644
--- 
a/content/zh-cn/docs3-v2/java-sdk/advanced-features-and-usage/performance/serialization.md
+++ 
b/content/zh-cn/docs3-v2/java-sdk/advanced-features-and-usage/performance/serialization.md
@@ -57,7 +57,7 @@ dubbo RPC是dubbo体系中最核心的一种高性能、高吞吐量的远程调
 ### 启用Kryo和FST
 
 使用Kryo和FST非常简单,只需要先增加对应的依赖。
-更多插件: [Dubbo SPI Extensions](/zh-cn/download/dubbo-spi-extensions)
+更多插件: [Dubbo SPI Extensions](/zh-cn/download/spi-extensions)
 
 ```xml
 <dependency>
diff --git 
a/content/zh-cn/docs3-v2/java-sdk/reference-manual/protocol/hessian.md 
b/content/zh-cn/docs3-v2/java-sdk/reference-manual/protocol/hessian.md
index 43b5521f80..c55fe0aa28 100644
--- a/content/zh-cn/docs3-v2/java-sdk/reference-manual/protocol/hessian.md
+++ b/content/zh-cn/docs3-v2/java-sdk/reference-manual/protocol/hessian.md
@@ -37,7 +37,7 @@ hessian是一个轻量级的RPC服务,是基于Binary-RPC协议实现的,序
 
 ### 依赖
 
-从 Dubbo 3 开始,Hessian 协议已经不再内嵌在 Dubbo 
中,需要单独引入独立的[模块](/zh-cn/download/dubbo-spi-extensions/#dubbo-rpc)。
+从 Dubbo 3 开始,Hessian 协议已经不再内嵌在 Dubbo 
中,需要单独引入独立的[模块](/zh-cn/download/spi-extensions/#dubbo-rpc)。
 ```xml
 <dependency>
     <groupId>org.apache.dubbo.extensions</groupId>
diff --git a/content/zh-cn/docs3-v2/java-sdk/reference-manual/protocol/http.md 
b/content/zh-cn/docs3-v2/java-sdk/reference-manual/protocol/http.md
index b3c0c7b446..d2396fd6ce 100644
--- a/content/zh-cn/docs3-v2/java-sdk/reference-manual/protocol/http.md
+++ b/content/zh-cn/docs3-v2/java-sdk/reference-manual/protocol/http.md
@@ -27,7 +27,7 @@ http短连接,协议标准化且易读,容易对接外部系统,适用于
 
 ## 使用方式
 
-从 Dubbo 3 开始,Http 协议已经不再内嵌在 Dubbo 
中,需要单独引入独立的[模块](/zh-cn/download/dubbo-spi-extensions/#dubbo-rpc)。
+从 Dubbo 3 开始,Http 协议已经不再内嵌在 Dubbo 
中,需要单独引入独立的[模块](/zh-cn/download/spi-extensions/#dubbo-rpc)。
 ```xml
 <dependency>
     <groupId>org.apache.dubbo.extensions</groupId>
diff --git 
a/content/zh-cn/docs3-v2/java-sdk/reference-manual/protocol/memcached.md 
b/content/zh-cn/docs3-v2/java-sdk/reference-manual/protocol/memcached.md
index 6a3f54e665..e75a618776 100644
--- a/content/zh-cn/docs3-v2/java-sdk/reference-manual/protocol/memcached.md
+++ b/content/zh-cn/docs3-v2/java-sdk/reference-manual/protocol/memcached.md
@@ -16,7 +16,7 @@ weight: 12
 ## 使用方式
 ### 引入依赖
 
-从 Dubbo 3 开始,Memcached 协议已经不再内嵌在 Dubbo 
中,需要单独引入独立的[模块](/zh-cn/download/dubbo-spi-extensions/#dubbo-rpc)。
+从 Dubbo 3 开始,Memcached 协议已经不再内嵌在 Dubbo 
中,需要单独引入独立的[模块](/zh-cn/download/spi-extensions/#dubbo-rpc)。
 ```xml
 <dependency>
     <groupId>org.apache.dubbo.extensions</groupId>
diff --git a/content/zh-cn/docs3-v2/java-sdk/reference-manual/protocol/redis.md 
b/content/zh-cn/docs3-v2/java-sdk/reference-manual/protocol/redis.md
index 24b16bd079..8716478609 100644
--- a/content/zh-cn/docs3-v2/java-sdk/reference-manual/protocol/redis.md
+++ b/content/zh-cn/docs3-v2/java-sdk/reference-manual/protocol/redis.md
@@ -20,7 +20,7 @@ weight: 9
 
 ### 引入依赖
 
-从 Dubbo 3 开始,Redis 协议已经不再内嵌在 Dubbo 
中,需要单独引入独立的[模块](/zh-cn/download/dubbo-spi-extensions/#dubbo-rpc)。
+从 Dubbo 3 开始,Redis 协议已经不再内嵌在 Dubbo 
中,需要单独引入独立的[模块](/zh-cn/download/spi-extensions/#dubbo-rpc)。
 ```xml
 <dependency>
     <groupId>org.apache.dubbo.extensions</groupId>
diff --git a/content/zh-cn/docs3-v2/java-sdk/reference-manual/protocol/rmi.md 
b/content/zh-cn/docs3-v2/java-sdk/reference-manual/protocol/rmi.md
index ead11991fa..d279937b8c 100644
--- a/content/zh-cn/docs3-v2/java-sdk/reference-manual/protocol/rmi.md
+++ b/content/zh-cn/docs3-v2/java-sdk/reference-manual/protocol/rmi.md
@@ -31,7 +31,7 @@ RMI 协议采用 JDK 标准的 `java.rmi.*` 实现,采用阻塞式短连接和
 
 ### 引入依赖
 
-从 Dubbo 3 开始,RMI 协议已经不再内嵌在 Dubbo 
中,需要单独引入独立的[模块](/zh-cn/download/dubbo-spi-extensions/#dubbo-rpc)。
+从 Dubbo 3 开始,RMI 协议已经不再内嵌在 Dubbo 
中,需要单独引入独立的[模块](/zh-cn/download/spi-extensions/#dubbo-rpc)。
 ```xml
 <dependency>
     <groupId>org.apache.dubbo.extensions</groupId>
diff --git 
a/content/zh-cn/docs3-v2/java-sdk/reference-manual/protocol/thrift.md 
b/content/zh-cn/docs3-v2/java-sdk/reference-manual/protocol/thrift.md
index 03f88f1224..23570e26c3 100644
--- a/content/zh-cn/docs3-v2/java-sdk/reference-manual/protocol/thrift.md
+++ b/content/zh-cn/docs3-v2/java-sdk/reference-manual/protocol/thrift.md
@@ -21,7 +21,7 @@ weight: 7
 ## 使用方式
 ### 依赖
 
-从 Dubbo 3 开始,Thrift 协议已经不再内嵌在 Dubbo 
中,需要单独引入独立的[模块](/zh-cn/download/dubbo-spi-extensions/#dubbo-rpc)。
+从 Dubbo 3 开始,Thrift 协议已经不再内嵌在 Dubbo 
中,需要单独引入独立的[模块](/zh-cn/download/spi-extensions/#dubbo-rpc)。
 ```xml
 <dependency>
     <groupId>org.apache.dubbo.extensions</groupId>
diff --git 
a/content/zh-cn/docs3-v2/java-sdk/reference-manual/protocol/webservice.md 
b/content/zh-cn/docs3-v2/java-sdk/reference-manual/protocol/webservice.md
index 29d9aaf7e1..c2ccaef09d 100644
--- a/content/zh-cn/docs3-v2/java-sdk/reference-manual/protocol/webservice.md
+++ b/content/zh-cn/docs3-v2/java-sdk/reference-manual/protocol/webservice.md
@@ -31,7 +31,7 @@ CXF 是 Apache 开源的一个 RPC 框架,由 Xfire 和 Celtix 合并而来。
 ## 使用方式
 ### 依赖
 
-从 Dubbo 3 开始,Webservice 协议已经不再内嵌在 Dubbo 
中,需要单独引入独立的[模块](/zh-cn/download/dubbo-spi-extensions/#dubbo-rpc)。
+从 Dubbo 3 开始,Webservice 协议已经不再内嵌在 Dubbo 
中,需要单独引入独立的[模块](/zh-cn/download/spi-extensions/#dubbo-rpc)。
 ```xml
 <dependency>
     <groupId>org.apache.dubbo.extensions</groupId>
diff --git a/content/zh-cn/download/spi-extension.md 
b/content/zh-cn/download/spi-extension.md
deleted file mode 100755
index b325430783..0000000000
--- a/content/zh-cn/download/spi-extension.md
+++ /dev/null
@@ -1,107 +0,0 @@
----
-type: docs
-title: "SPI Extensions"
-weight: 60
----
-
-
-## 验证
-
-可以按照这里的[步骤](https://www.apache.org/info/verification), 
利用[KEYS](https://downloads.apache.org/dubbo/KEYS)文件来验证下载。
-
-> GitHub: https://github.com/apache/dubbo-spi-extensions \
-> 发布说明: https://github.com/apache/dubbo-spi-extensions/releases
->
-
-## Dubbo SPI Extensions 1.0.2 (2022-08-02)
-
-#### Source Release
-
-* 
[source](https://archive.apache.org/dist/dubbo/dubbo-spi-extensions/1.0.2/apache-dubbo-extensions-1.0.2-src.zip)
 |
-  
[asc](https://archive.apache.org/dist/dubbo/dubbo-spi-extensions/1.0.2/apache-dubbo-extensions-1.0.2-src.zip.asc)
 |
-  
[sha512](https://archive.apache.org/dist/dubbo/dubbo-spi-extensions/1.0.2/apache-dubbo-extensions-1.0.2-src.zip.sha512)
-
-#### Maven Release
-
-```xml
-<dependency>
-  <groupId>org.apache.dubbo.extensions</groupId>
-  <artifactId>${component_name}</artifactId>
-  <version>${component_version}</version>
-</dependency>
-```
-
-#### Included Components
-
-- dubbo-configcenter-extensions
-    - dubbo-configcenter-consul:1.0.0
-    - dubbo-configcenter-etcd:1.0.0
-- dubbo-filter-extensions
-    - dubbo-filter-seata:1.0.0
-- dubbo-metadata-report-extensions
-    - dubbo-metadata-report-consul:1.0.0
-    - dubbo-metadata-report-etcd:1.0.0
-- dubbo-registry-extensions
-    - dubbo-registry-consul:1.0.0
-    - dubbo-registry-etcd3:1.0.0
-    - dubbo-registry-redis:1.0.0
-    - dubbo-registry-sofa:1.0.0
-- dubbo-remoting-extensions
-    - dubbo-remoting-etcd3:1.0.0
-    - dubbo-remoting-grizzly:1.0.0
-    - dubbo-remoting-mina:1.0.0
-    - dubbo-remoting-p2p:1.0.0
-    - dubbo-remoting-redis:1.0.0
-- dubbo-rpc-extensions
-    - dubbo-rpc-hessian:1.0.0
-    - dubbo-rpc-memcached:1.0.0
-    - dubbo-rpc-redis:1.0.0
-- dubbo-serialization-extensions
-    - dubbo-serialization-msgpack:1.0.0
-    - dubbo-serialization-native-hession:1.0.0
-
-## Dubbo SPI Extensions 1.0.1 (2022-03-14)
-
-#### Source Release
-
-* 
[source](https://archive.apache.org/dist/dubbo/dubbo-spi-extensions/1.0.1/apache-dubbo-extensions-1.0.1-src.zip)
 |
-  
[asc](https://archive.apache.org/dist/dubbo/dubbo-spi-extensions/1.0.1/apache-dubbo-extensions-1.0.1-src.zip.asc)
 |
-  
[sha512](https://archive.apache.org/dist/dubbo/dubbo-spi-extensions/1.0.1/apache-dubbo-extensions-1.0.1-src.zip.sha512)
-
-#### Maven Release
-
-```xml
-<dependency>
-  <groupId>org.apache.dubbo.extensions</groupId>
-  <artifactId>${component_name}</artifactId>
-  <version>${component_version}</version>
-</dependency>
-```
-
-#### Included Components
-
-- dubbo-api-docs:1.0.0
-- dubbo-cluster-extensions
-    - dubbo-cluster-broadcast-1:1.0.0
-    - dubbo-cluster-loadbalance-peakewma:.1.0.0
-    - dubbo-cluster-specify-address-dubbo2:1.0.0
-    - dubbo-cluster-specify-address-dubbo3:1.0.0
-- dubbo-registry-extensions
-    - dubbo-registry-dns:1.0.0
-    - dubbo-registry-kubernetes:1.0.0
-    - dubbo-registry-xds:1.0.0
-- dubbo-remoting-extensions
-    - dubbo-remoting-quic:1.0.0
-- dubbo-rpc-extensions
-    - dubbo-rpc-native-thrift:1.0.0
-    - dubbo-rpc-http:1.0.0
-    - dubbo-rpc-webservice:1.0.0
-    - dubbo-rpc-rmi:1.0.0
-- dubbo-serialization-extensions
-    - dubbo-serialization-protostuff:1.0.0
-    - dubbo-serialization-protobuf:1.0.0
-    - dubbo-serialization-kryo:1.0.0
-    - dubbo-serialization-gson:1.0.0
-    - dubbo-serialization-fst:1.0.0
-    - dubbo-serialization-fastjson:1.0.0
-    - dubbo-serialization-avro:1.0.0
diff --git a/content/zh-cn/download/spi-extensions.md 
b/content/zh-cn/download/spi-extensions.md
new file mode 100755
index 0000000000..d226054810
--- /dev/null
+++ b/content/zh-cn/download/spi-extensions.md
@@ -0,0 +1,167 @@
+---
+type: docs
+title: "SPI Extensions"
+weight: 60
+---
+
+## 验证
+
+可以按照这里的[步骤](https://www.apache.org/info/verification), 
利用[KEYS](https://downloads.apache.org/dubbo/KEYS)文件来验证下载。
+
+> GitHub: https://github.com/apache/dubbo-spi-extensions \
+> 发布说明: https://github.com/apache/dubbo-spi-extensions/releases
+>
+## Dubbo SPI Extensions 1.0.3 (2022-11-28)
+
+#### Source Release
+
+* 
[source](https://www.apache.org/dyn/closer.lua/dubbo/dubbo-spi-extensions/1.0.2/apache-dubbo-extensions-1.0.2-src.zip)
 |
+  
[asc](https://www.apache.org/dyn/closer.lua/dubbo/dubbo-spi-extensions/1.0.2/apache-dubbo-extensions-1.0.2-src.zip.asc)
 |
+  
[sha512](https://www.apache.org/dyn/closer.lua/dubbo/dubbo-spi-extensions/1.0.2/apache-dubbo-extensions-1.0.2-src.zip.sha512)
+
+#### Maven Release
+
+```xml
+<dependency>
+  <groupId>org.apache.dubbo.extensions</groupId>
+  <artifactId>${component_name}</artifactId>
+  <version>${component_version}</version>
+</dependency>
+```
+
+#### Included Components
+
+- dubbo-cluster-extensions
+    - dubbo-cluster-broadcast-1:1.0.1
+    - dubbo-cluster-loadbalance-peakewma:1.0.1
+    - dubbo-cluster-specify-address-dubbo3:1.0.1
+    - dubbo-cluster-specify-address-dubbo2:1.0.1
+- dubbo-filter-extensions
+    - dubbo-filter-seata:1.0.1
+- dubbo-configcenter-extensions
+    - dubbo-configcenter-consul:1.0.1
+    - dubbo-configcenter-etcd:1.0.1
+- dubbo-metadata-report-extensions
+    - dubbo-metadata-report-consul:1.0.1
+- dubbo-remoting-extensions
+    - dubbo-remoting-etcd3:1.0.1
+    - dubbo-metadata-report-etcd:1.0.1
+    - dubbo-remoting-quic:1.0.1
+    - dubbo-remoting-grizzly:1.0.1
+    - dubbo-remoting-mina:1.0.1
+    - dubbo-remoting-p2p:1.0.1
+- dubbo-registry-extensions
+    - dubbo-registry-dns:1.0.1
+    - dubbo-registry-consul:1.0.1
+    - dubbo-registry-etcd3:1.0.1
+    - dubbo-remoting-redis:1.0.1
+    - dubbo-registry-redis:1.0.1
+    - dubbo-registry-sofa:1.0.1
+    - dubbo-registry-nameservice:1.0.0
+- dubbo-rpc-extensions
+    - dubbo-rpc-native-thrift:1.0.1
+    - dubbo-rpc-http:1.0.1
+    - dubbo-rpc-webservice:1.0.1
+    - dubbo-rpc-rmi:1.0.1
+    - dubbo-rpc-hessian:1.0.1
+    - dubbo-rpc-memcached:1.0.1
+    - dubbo-rpc-redis:1.0.1
+    - dubbo-rpc-rocketmq:1.0.0
+- dubbo-serialization-extensions
+    - dubbo-serialization-native-hessian:1.0.1
+    - dubbo-serialization-protostuff
+    - dubbo-serialization-protobuf:1.0.1
+    - dubbo-serialization-kryo:1.0.1
+    - dubbo-serialization-gson:1.0.1
+    - dubbo-serialization-fst:1.0.1
+    - dubbo-serialization-fastjson:1.0.1
+    - dubbo-serialization-avro:1.0.1
+    - dubbo-serialization-msgpack:1.0.1
+
+## All Dubbo SPI Extensions status
+
+### dubbo-cluster
+
+| 模块 | 版本号   | 适配 Dubbo 版本   |
+| --- |-------|---------------|
+| dubbo-cluster-broadcast-1 | 1.0.1 | 2.7.x ~ 3.x.x |
+| dubbo-cluster-loadbalance-peakewma | 1.0.1 | 2.7.x ~ 3.x.x |
+| dubbo-cluster-specify-address-dubbo2 | 1.0.1 | 2.7.x |
+| dubbo-cluster-specify-address-dubbo3 | 1.0.1 | 3.x.x |
+
+### dubbo-configcenter
+
+| 模块 | 版本号   | 适配 Dubbo 版本   |
+| --- |-------|---------------|
+| dubbo-configcenter-consul | 1.0.1 | 2.7.x ~ 3.x.x |
+| dubbo-configcenter-etcd | 1.0.1 | 2.7.x ~ 3.x.x |
+
+### dubbo-filter
+
+| 模块 | 版本号   | 适配 Dubbo 版本   |
+| --- |-------|---------------|
+| dubbo-filter-seata | 1.0.1 | 2.7.x ~ 3.x.x |
+
+### dubbo-metadata-report
+
+| 模块 | 版本号   | 适配 Dubbo 版本   |
+| --- |-------|---------------|
+| dubbo-metadata-report-consul | 1.0.1 | 2.7.x ~ 3.x.x |
+| dubbo-metadata-report-etcd | 1.0.1 | 2.7.x ~ 3.x.x |
+
+### dubbo-registry
+
+| 模块 | 版本号   | 适配 Dubbo 版本   |
+| --- |-------|---------------|
+| dubbo-registry-dns | 1.0.1 | 3.0.1 ~ 3.0.5 |
+| dubbo-registry-kubernetes | 1.0.1 | 3.0.1 ~ 3.0.5 |
+| dubbo-registry-xds | 1.0.1 | 3.0.1 ~ 3.0.5 |
+| dubbo-registry-consul | 1.0.1 | 2.7.x ~ 3.x.x |
+| dubbo-registry-etcd3 | 1.0.1 | 2.7.x ~ 3.x.x |
+| dubbo-registry-redis | 1.0.1 | 2.7.x ~ 3.x.x |
+| dubbo-registry-sofa | 1.0.1 | 2.7.x ~ 3.x.x |
+| dubbo-registry-nameservice | 1.0.0 | 2.7.x ~ 3.x.x |
+
+### dubbo-remoting
+
+| 模块 | 版本号   | 适配 Dubbo 版本   |
+| --- |-------|---------------|
+| dubbo-remoting-quic | 1.0.1 | 2.7.x ~ 3.x.x |
+| dubbo-remoting-etcd3 | 1.0.1 | 2.7.x ~ 3.x.x |
+| dubbo-remoting-grizzly | 1.0.1 | 2.7.x ~ 3.x.x |
+| dubbo-remoting-mina | 1.0.1 | 2.7.x ~ 3.x.x |
+| dubbo-remoting-p2p | 1.0.1 | 2.7.x ~ 3.x.x |
+| dubbo-remoting-redis | 1.0.1 | 2.7.x ~ 3.x.x |
+
+### dubbo-rpc
+
+| 模块 | 版本号   | 适配 Dubbo 版本   |
+| --- |-------|---------------|
+| dubbo-rpc-native-thrift | 1.0.1 | 2.7.x ~ 3.x.x |
+| dubbo-rpc-http | 1.0.1 | 2.7.x ~ 3.x.x |
+| dubbo-rpc-webservice | 1.0.1 | 2.7.x ~ 3.x.x |
+| dubbo-rpc-rmi | 1.0.1 | 2.7.x ~ 3.x.x |
+| dubbo-rpc-hessian | 1.0.1 | 2.7.x ~ 3.x.x |
+| dubbo-rpc-memcached | 1.0.1 | 2.7.x ~ 3.x.x |
+| dubbo-rpc-redis | 1.0.1 | 2.7.x ~ 3.x.x |
+| dubbo-rpc-rocketmq | 1.0.0 | 2.7.x ~ 3.x.x |
+
+### dubbo-serialization
+
+| 模块 | 版本号   | 适配 Dubbo 版本   |
+| --- |-------|---------------|
+| dubbo-serialization-protostuff | 1.0.1 | 2.7.x ~ 3.x.x |
+| dubbo-serialization-protobuf | 1.0.1 | 2.7.x ~ 3.x.x |
+| dubbo-serialization-kryo | 1.0.1 | 2.7.x ~ 3.x.x |
+| dubbo-serialization-gson | 1.0.1 | 2.7.x ~ 3.x.x |
+| dubbo-serialization-fst | 1.0.1 | 2.7.x ~ 3.x.x |
+| dubbo-serialization-fastjson | 1.0.1 | 2.7.x ~ 3.x.x |
+| dubbo-serialization-avro | 1.0.1 | 2.7.x ~ 3.x.x |
+| dubbo-serialization-hession | 1.0.1 | 2.7.x ~ 3.x.x |
+| dubbo-serialization-msgpack | 1.0.1 | 2.7.x ~ 3.x.x |
+
+### dubbo-plugin
+
+| 模块             | 版本号   | 适配 Dubbo 版本  |
+|----------------|-------|--------------|
+| dubbo-api-docs | 1.0.0 | 2.7.x |
diff --git a/content/zh-cn/overview/what/ecosystem/protocol/rmi.md 
b/content/zh-cn/overview/what/ecosystem/protocol/rmi.md
index 41c8d70e19..23992f0cc8 100644
--- a/content/zh-cn/overview/what/ecosystem/protocol/rmi.md
+++ b/content/zh-cn/overview/what/ecosystem/protocol/rmi.md
@@ -31,7 +31,7 @@ RMI 协议采用 JDK 标准的 `java.rmi.*` 实现,采用阻塞式短连接和
 
 ### 引入依赖
 
-从 Dubbo 3 开始,RMI 协议已经不再内嵌在 Dubbo 
中,需要单独引入独立的[模块](/zh-cn/download/dubbo-spi-extensions/#dubbo-rpc)。
+从 Dubbo 3 开始,RMI 协议已经不再内嵌在 Dubbo 
中,需要单独引入独立的[模块](/zh-cn/download/spi-extensions/#dubbo-rpc)。
 ```xml
 <dependency>
     <groupId>org.apache.dubbo.extensions</groupId>
diff --git a/content/zh-cn/overview/what/ecosystem/protocol/thrift.md 
b/content/zh-cn/overview/what/ecosystem/protocol/thrift.md
index 872de82c88..278cca0097 100644
--- a/content/zh-cn/overview/what/ecosystem/protocol/thrift.md
+++ b/content/zh-cn/overview/what/ecosystem/protocol/thrift.md
@@ -19,7 +19,7 @@ description: ""
 
 ### 依赖
 
-从 Dubbo 3 开始,Thrift 协议已经不再内嵌在 Dubbo 
中,需要单独引入独立的[模块](/zh-cn/download/dubbo-spi-extensions/#dubbo-rpc)。
+从 Dubbo 3 开始,Thrift 协议已经不再内嵌在 Dubbo 
中,需要单独引入独立的[模块](/zh-cn/download/spi-extensions/#dubbo-rpc)。
 ```xml
 <dependency>
     <groupId>org.apache.dubbo.extensions</groupId>

Reply via email to