Skip to content

Commit

Permalink
开源协议:由 GPLv3 调整为 Apache2.0 开源协议;
Browse files Browse the repository at this point in the history
  • Loading branch information
xuxueli committed Oct 2, 2022
1 parent 92b78c4 commit cee39e9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
14 changes: 8 additions & 6 deletions doc/XXL-RPC官方文档.md
Original file line number Diff line number Diff line change
Expand Up @@ -845,12 +845,14 @@ XXL-RPC默认将 "XXL-RPC-ADMIN" 作为原生注册中心。其他Java服务框
- 4、RPC Server端,新增属性 ”注册地址/registryAddress“,优先使用该属性作为注册地址,为空时使用服务 ”IP:PORT“ 作为注册地址。从而更灵活的支持容器类型执行器动态IP和动态映射端口问题。

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

### 6.14 新版本规划 [2022-10-02]
- 1、[迭代中]环境标识字段长度上限调整为50;
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@

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

Expand Down

0 comments on commit cee39e9

Please sign in to comment.