feilong 4.5.0 发布了,让 Java 开发更简便的工具库
feilong 4.5.0 发布了,让Java开发更简便的工具库
- 让你从大量重复的底层代码中脱身,提高开发效率;
- 让你的代码
更简炼,易写、易读、易于维护;
文档地址: https://feilong.gitbook.io/feilong-docs
从该版本起, 使用gitbook文档, 代替原oschina托管的文档
maven 依赖配置:
<dependency> <groupId>com.github.ifeilonggroupId> <artifactId>feilongartifactId> <version>4.5.0version> dependency>
Gradle 依赖配置:
com.github.ifeilong:feilong:4.5.0
本次升级共有 11 处变更, 具体参见 4.5.0 milestone
🍑 feilong-core
#551 ✨ CollectionsUtil.groupOne(Iterable, String) 升级到lambda [enhancement] #772 ✨ 新建 com.feilong.core.util.CollectionsUtil.containsAny 方法 支持动态参数 [enhancement]
🎸 feilong-context
#792 ✨ LogContextExecutor 将catch exception 改成 catch throwable [enhancement]
⬆️ 依赖升级
#793 logback 升级到1.3.16
#794 maven clean plugin 升级到 3.5.0
#731 maven-assembly-plugin 3.8.0
#795 maven-compiler-plugin 升级到 3.14.1
#721 maven-jar-plugin 3.3.0升级到3.5.0
#798 maven-javadoc-plugin 升级到 3.12.0
#796 maven-project-info-reports-plugin 升级到 3.9.0
#797 maven-surefire-plugin 升级到3.5.4
