feilong 4.0.3 发布了,让Java开发更简便的工具库
- 让你从大量重复的底层代码中脱身,提高开发效率;
- 让你的代码
更简炼
,易写
、易读
、易于维护
;
文档地址: http://feilong-core.mydoc.io/
maven 依赖配置:
<dependency> <groupId>com.github.ifeilong</groupId> <artifactId>feilong</artifactId> <version>4.0.3</version> </dependency>
Gradle 依赖配置:
com.github.ifeilong:feilong:4.0.3
本次升级共有 12
处变更, 具体参见 4.0.3 milestone
🐛 bug
#626 log 动态参数 最后一个e 没有生效 [feilong-net-bot]
🍑 feilong-core
#624 ✨ 新建com.feilong.core.lang.ThreadUtil.execute(List, Map<String, ?>, PartitionPerHandler) [enhancement]
#635 PartitionEachSizeThreadConfigBuilder 新增javadoc [javadoc]
#636 ✨ 新建 com.feilong.core.lang.ThreadUtil.execute(List, PartitionPerHandler) [enhancement]
#630 ✨ 新建 com.feilong.core.net.URLUtil.transformHttpsToHttp(String) [enhancement]
#631 ✨ 新建 com.feilong.core.net.URLUtil.transformProtocol(String, String, String) [enhancement]
#627 ✨ 新建com.feilong.core.net.URLUtil.transformHttpToHttps(String) [enhancement]
#632 标识 PartitionEachSizeBuilder @FunctionalInterface
#633 标识 PartitionPerHandler @FunctionalInterface
#634 标识 PartitionRunnableBuilder @FunctionalInterface
🍷 feilong-net
#629 ✨ RequestByteArrayBody 支持字符串格式的MimeType [enhancement]
feilong-net-bot
#625 ✨ 新建个带签名类似于短信 [enhancement]