Skip to content

4.1.0

Compare
Choose a tag to compare
@venusdrogon venusdrogon released this 07 Jun 04:45
· 20 commits to master since this release

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]