File tree 2 files changed +10
-8
lines changed
2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -845,12 +845,14 @@ XXL-RPC默认将 "XXL-RPC-ADMIN" 作为原生注册中心。其他Java服务框
845
845
- 4、RPC Server端,新增属性 ”注册地址/registryAddress“,优先使用该属性作为注册地址,为空时使用服务 ”IP: PORT “ 作为注册地址。从而更灵活的支持容器类型执行器动态IP和动态映射端口问题。
846
846
847
847
### 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
+ -
854
856
855
857
### 6.14 新版本规划 [ 2022-10-02]
856
858
- 1、[ 迭代中] 环境标识字段长度上限调整为50;
Original file line number Diff line number Diff line change 48
48
49
49
<licenses >
50
50
<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 >
53
53
</license >
54
54
</licenses >
55
55
You can’t perform that action at this time.
0 commit comments