Skip to content

v1.5.4

Compare
Choose a tag to compare
@yangfuhai yangfuhai released this 22 May 11:14
· 3092 commits to master since this release

优化:JbootConfigManager 高并发下可能造成的 Config 多个实例的问题
优化:ActionCache 代码逻辑优化,提高性能
优化:新增 JbootFilterHandler 用于过滤静态等数据,防止自动缓存的问题
优化:FixedInterceptors 高并发下可能造成的空指针异常的问题
优化:JbootShiroManager 在 shiro 功能关闭是还去初始化 shiro 路由的问题
优化:JbootLimitationManager 在多个限流策略的时候,只有第一个生效的问题
优化:JbootLimitationManager 代码逻辑,提高性能
优化:升级 motan 到最新版本 v1.1.1 ,并修改 JbootMotanProxyFactory 代码逻辑