feilong 4.1.0 发布了,让Java开发更简便的工具库
- 让你从大量重复的底层代码中脱身,提高开发效率;
- 让你的代码
更简炼
,易写
、易读
、易于维护
;
文档地址: http://feilong-core.mydoc.io/
maven 依赖配置:
Gradle 依赖配置:
本次升级共有 11
处变更, 具体参见 4.1.0 milestone
🐛 bug
- #706 com.feilong.net.http.HttpLogHelper.autoLog(HttpRequest, ConnectionConfig, String, Object…) 死循环了 [feilong-net]
🍑 feilong-core
- #708 ✨ 新建 ConvertUtil.toStringList(Object) 将list 转成 list 的转换方法 [enhancement]
🎸 feilong-context
- #704 ✨ com.feilong.context.invoker.AbstractResponseCommandBuilder.createStringToBeanConverter() 新增responseString 参数,方便实现类基于responseString 来决策转换器 [enhancement]
- #703 ✨ com.feilong.context.invoker.ResponseCommandBuilder<R, T> 泛型T extends ResponseCommand 去掉, 要支持list 等 [enhancement]
🍈 feilong-email
🍖 feilong-json
- #705 com.feilong.json.JsonHelper.isNeedConvertToJSONArray(Object) 改成 public
🤖 feilong-net-bot
- #709 ✨ 新建 com.feilong.net.bot.LogAndBotCombination.debug(CombinationConfig, String, Object…) 机器人支持是否发机器人的开关 [enhancement]
- #712 ✨ 新建com.feilong.net.bot.LogAndBotCombination.error(CombinationConfig, String, Object…) [enhancement]
- #710 ✨ 新建com.feilong.net.bot.LogAndBotCombination.info(CombinationConfig, String, Object…) [enhancement]
- #711 ✨ 新建com.feilong.net.bot.LogAndBotCombination.warn(CombinationConfig, String, Object…) [enhancement]
feilong-net-filetransfer
免责声明:本文系转载,版权归原作者所有;旨在传递信息,不代表一休教程网的观点和立场。