Skip to content

v3.16.7

Compare
Choose a tag to compare
@yangfuhai yangfuhai released this 31 Oct 04:31
· 165 commits to master since this release
  1. 新增:添加 CachePrinter 的支持,方便把缓存信息输出在控制台或者日志上
  2. 新增:添加 JbootCache.addThreadCacheNamePrefixIngore() 方法
  3. 优化:doNotAlloVisitRedirect 错别字
  4. 优化:修改 CacheUtil.setCurrentPrefix() 方法为 setThreadCacheNamePrefix
  5. 优化:JbootResourceLoader 优化过滤掉 Windows 的临时文件
  6. 优化:使用注解验证数据时,控制台不再抛出异常信息,只打印基本验证错误信息
  7. 优化:为验证码等组件缓存过滤掉线程前缀的设置
  8. 修复:HttpUtil.download 出现 NPE 的问题
  9. 修复:Controller 使用返回值渲染并使用 cacheable 注解对其缓存时出错的问题
  10. 修复:ObjectUtil.convert() 在某些极端情况下错误的问题