您现在的位置是:首页 > 文章详情

feilong 4.1.0 发布了,让 Java 开发更简便的工具库

日期:2024-06-21点击:163

feilong 4.1.0 发布了,让Java开发更简便的工具库

  1. 让你从大量重复的底层代码中脱身,提高开发效率;
  2. 让你的代码更简炼易写易读易于维护;

文档地址: http://feilong-core.mydoc.io/

maven 依赖配置:

 <dependency> <groupId>com.github.ifeilong</groupId> <artifactId>feilong</artifactId> <version>4.1.0</version> </dependency>
 

Gradle 依赖配置:

 com.github.ifeilong:feilong:4.1.0
 

本次升级共有 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

  • #702 丰富 com.feilong.net.mail.util.MessageSendUtil.send(Message) 异常日志 [javadoc log]

🍖 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

  • #713 丰富 com.feilong.net.filetransfer.sftp.SFTPFileTransfer javadoc [javadoc]
原文链接:https://www.oschina.net/news/298330/feilong-4-1-0-released
关注公众号

低调大师中文资讯倾力打造互联网数据资讯、行业资源、电子商务、移动互联网、网络营销平台。

持续更新报道IT业界、互联网、市场资讯、驱动更新,是最及时权威的产业资讯及硬件资讯报道平台。

转载内容版权归作者及来源网站所有,本站原创内容转载请注明来源。

文章评论

共有0条评论来说两句吧...

文章二维码

扫描即可查看该文章

点击排行

推荐阅读

最新文章