Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

1.10.4

Compare
Choose a tag to compare
@venusdrogon venusdrogon released this 16 Jul 17:18
· 154 commits to newmaster since this release

[Feature] 🆕

  • #73 新增 feilong-tool-all
  • #88 FormatterUtil 支持 List 结构
  • #83 feilong-accessor CookieAccessor 添加值是否需要 encode 的属性
  • #75 URLConnectionUtil 添加只获得状态码的方法

[Update]

  • #86 maven-pmd-plugin update to 3.8 ⬆️
  • #85 sonar-maven-plugin 升级到 3.3.0.603 ⬆️
  • #84 v.versions-maven-plugin 升级到2.4 ⬆️
  • #62 logback 1.2.3 发布,Java 日志框架 ⬆️
  • #70 commons-lang 升级到 3.6 ⬆️
  • #71 commons-fileupload 升级到 1.3.3 ⬆️
  • #87 pluginManagement 添加 maven-dependency-plugin,maven-release-plugin
  • #81 修改 SFTPFileTransfer 日志和异常体系
  • #72 优化 EmailAddressUtil
  • #78 修改 BarcodeEncodeUtil 日志
  • #79 AbstractSessionKeyAccessor.get(String, HttpServletRequest) 控制 session
  • #77 maven-site-plugin add doxia-module-markdown

[Remove]

  • #80 tools 移除 feilong-tools-mail

[Fix Bug] 🐛

  • #74 AbstractSessionKeyAccessor debug 级别 报错 bug