Skip to content

Commit e711d81

Browse files
authored
Prepare to release v5.3.3. (sofastack#150)
1 parent aab9704 commit e711d81

File tree

35 files changed

+43
-42
lines changed

35 files changed

+43
-42
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,14 @@
55
![License](https://img.shields.io/badge/license-Apache--2.0-green.svg)
66
[![Maven](https://img.shields.io/github/release/alipay/sofa-rpc.svg)](https://github.com/alipay/sofa-rpc/releases)
77

8-
## 概述
9-
108
SOFARPC 是一个高可扩展性、高性能、生产级的 Java RPC 框架。在蚂蚁金服 SOFARPC 已经经历了十多年及五代版本的发展。SOFARPC 致力于简化应用之间的 RPC 调用,为应用提供方便透明、稳定高效的点对点远程服务调用方案。为了用户和开发者方便的进行功能扩展,SOFARPC 提供了丰富的模型抽象和可扩展接口,包括过滤器、路由、负载均衡等等。同时围绕 SOFARPC 框架及其周边组件提供丰富的微服务治理方案。
119

1210
## 功能特性
1311

1412
- 透明化、高性能的远程服务调用
1513
- 支持多种服务路由及负载均衡策略
1614
- 支持多种注册中心的集成
17-
- 支持多种协议
15+
- 支持多种协议,包括 Bolt、Rest、Dubbo 等
1816
- 支持同步、单向、回调、泛化等多种调用方式
1917
- 支持集群容错、服务预热、自动故障隔离
2018
- 强大的扩展功能,可以按需扩展各个功能组件

all/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.alipay.sofa</groupId>
88
<artifactId>sofa-rpc-all</artifactId>
9-
<version>5.3.2</version>
9+
<version>5.3.3</version>
1010

1111
<name>${project.groupId}:${project.artifactId}</name>
1212
<url>http://github.com/alipay/sofa-rpc</url>

bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.alipay.sofa</groupId>
88
<artifactId>sofa-rpc-bom</artifactId>
9-
<version>5.3.2</version>
9+
<version>5.3.3</version>
1010
<packaging>pom</packaging>
1111

1212
<properties>

core-impl/client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.alipay.sofa</groupId>
99
<artifactId>sofa-rpc-core-impl</artifactId>
10-
<version>5.3.2</version>
10+
<version>5.3.3</version>
1111
</parent>
1212

1313
<artifactId>sofa-rpc-client</artifactId>

core-impl/codec/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.alipay.sofa</groupId>
99
<artifactId>sofa-rpc-core-impl</artifactId>
10-
<version>5.3.2</version>
10+
<version>5.3.3</version>
1111
</parent>
1212

1313
<artifactId>sofa-rpc-codec</artifactId>

core-impl/filter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.alipay.sofa</groupId>
99
<artifactId>sofa-rpc-core-impl</artifactId>
10-
<version>5.3.2</version>
10+
<version>5.3.3</version>
1111
</parent>
1212

1313
<artifactId>sofa-rpc-filter</artifactId>

core-impl/log/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.alipay.sofa</groupId>
99
<artifactId>sofa-rpc-core-impl</artifactId>
10-
<version>5.3.2</version>
10+
<version>5.3.3</version>
1111
</parent>
1212

1313
<artifactId>sofa-rpc-log</artifactId>

core-impl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.alipay.sofa</groupId>
99
<artifactId>sofa-rpc-parent</artifactId>
10-
<version>5.3.2</version>
10+
<version>5.3.3</version>
1111
</parent>
1212

1313
<artifactId>sofa-rpc-core-impl</artifactId>

core-impl/proxy/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.alipay.sofa</groupId>
99
<artifactId>sofa-rpc-core-impl</artifactId>
10-
<version>5.3.2</version>
10+
<version>5.3.3</version>
1111
</parent>
1212

1313
<artifactId>sofa-rpc-proxy</artifactId>

core-impl/transport/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>sofa-rpc-core-impl</artifactId>
88
<groupId>com.alipay.sofa</groupId>
9-
<version>5.3.2</version>
9+
<version>5.3.3</version>
1010
</parent>
1111

1212
<artifactId>sofa-rpc-transport</artifactId>

0 commit comments

Comments
 (0)