第二届开放原子大赛ICT领域专区赛4大AI赛项,120万奖金池,技术专家辅导,立即报名,等你来战!
feilong 4.3.0 发布了,让Java开发更简便的工具库
- 让你从大量重复的底层代码中脱身,提高开发效率;
- 让你的代码
更简炼
,易写
、易读
、易于维护
;
文档地址: http://feilong-core.mydoc.io/
maven 依赖配置:
<dependency> <groupId>com.github.ifeilong</groupId> <artifactId>feilong</artifactId> <version>4.3.0</version> </dependency>
Gradle 依赖配置:
com.github.ifeilong:feilong:4.3.0
本次升级共有 10
处变更, 具体参见 4.3.0 milestone
🐛 bug
- #756 ✨ rename com.feilong.core.lang.NumberUtil.isGatherThan(Number, Number) to isGreaterThan [enhancement feilong-core]
- #757 ✨ rename com.feilong.core.lang.NumberUtil.isGatherThanOrEquals(Number, Number) to isGreaterThanOrEquals [enhancement feilong-core]
🍑 feilong-core
- #754 ✨ 新建 com.feilong.core.lang.ObjectUtil.defaultCountIfNullZeroOrGreaterThan(Integer, Integer) 当数字大于指定值时, 返回指定值 , [enhancement]
🍷 feilong-net
- #749 com.feilong.net.http.ConnectionConfig 要支持tostring方法
- #755 ✨ com.feilong.net.http.HttpClientUtil.getHttpFullInfo(HttpRequest, ConnectionConfig) 要支持自定义返回值类型转换 [enhancement]
- #750 com.feilong.net.http.HttpRequest 要支持 tostring方法
- #751 com.feilong.net.http.HttpResponse 要支持tostring 方法
🤖 feilong-net-bot
- #752 ✨ 新建 com.feilong.net.bot.MarkdownStringCreator.createListString(String, Map<String, String>) 机器人要支持这种自从换行markdown格式 [enhancement]
🍼 feilong-servlet
- #753 ✨ 新建 com.feilong.context.log.RequestLogHelper.autoRequestInfo(HttpServletRequest, String, Object...) 解决 autoRequestInfo(String, Object...) 在filter 中取不到request 信息问题 [enhancement feilong-context]
⬆️ 依赖升级
- #758 maven-project-info-reports-plugin 升级到3.8.0
还没有评论,来说两句吧...