用ArrayList重新实现权重随机类:WeightListRandom

This commit is contained in:
Looly
2024-09-04 20:16:37 +08:00
parent 0f995b1010
commit b87dd58270
4 changed files with 174 additions and 142 deletions

View File

@@ -7,6 +7,7 @@
### 🐣新特性
* 【core 】 SyncFinisher增加setExecutorService方法issue#IANKQ1@Gitee
* 【http 】 HttpConfig增加`setUseDefaultContentTypeIfNull`方法issue#3719@Github
* 【core 】 用ArrayList重新实现权重随机类WeightListRandompr#3720@Github
### 🐞Bug修复
* 【json 】 修复JSONConfig.setDateFormat设置后toBean无效问题issue#3713@Github