Skip to content

Commit cee39e9

Browse files
committed
开源协议:由 GPLv3 调整为 Apache2.0 开源协议;
1 parent 92b78c4 commit cee39e9

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

doc/XXL-RPC官方文档.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -845,12 +845,14 @@ XXL-RPC默认将 "XXL-RPC-ADMIN" 作为原生注册中心。其他Java服务框
845845
- 4、RPC Server端,新增属性 ”注册地址/registryAddress“,优先使用该属性作为注册地址,为空时使用服务 ”IP:PORT“ 作为注册地址。从而更灵活的支持容器类型执行器动态IP和动态映射端口问题。
846846

847847
### 6.13 版本 v1.7.0 Release Notes[2022-10-02]
848-
- 1、轮训路由策略优化,修复小概率下并发问题;
849-
- 2、默认注册中心代码结构重构,废弃冗余 "biz" 属性;
850-
- 3、依赖版本升级,如netty、spring、gson等;
851-
- 4、数据库编码调整为utf8mb4;
852-
- 5、序列化组件由Jackson替换为Gson;
853-
- 6、restful api序列化组件调整为gson;
848+
- 1、开源协议:由 GPLv3 调整为 Apache2.0 开源协议;
849+
- 2、路由策略:轮训路由策略代码优化,修复小概率下并发问题;
850+
- 3、代码重构:默认注册中心代码结构重构,废弃冗余 "biz" 属性;
851+
- 4、版本升级:依赖版本升级,如netty、spring、gson等;
852+
- 5、数据库编码:调整为utf8mb4;
853+
- 6、restful api:序列化组件调整为Gson;
854+
- 7、服务磁盘注册数据:序列化组件调整为Gson;
855+
-
854856

855857
### 6.14 新版本规划 [2022-10-02]
856858
- 1、[迭代中]环境标识字段长度上限调整为50;

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848

4949
<licenses>
5050
<license>
51-
<name>GNU General Public License version 3</name>
52-
<url>https://opensource.org/licenses/GPL-3.0</url>
51+
<name>The Apache Software License, Version 2.0</name>
52+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
5353
</license>
5454
</licenses>
5555

0 commit comments

Comments
 (0)