Skip to content

v2.1.0

Compare
Choose a tag to compare
@eduosi eduosi released this 08 Aug 05:08
· 116 commits to master since this release
23ec5db

🔨依赖升级

⭐ 新特性

  • buession-springboot-pac4j: 注解 @principal 支持 webflux 环境
  • buession-springboot-pac4j: 增加配置属性 spring.pac4j.client.cas.profile-definition 可覆盖 CasAuthenticator 中默认的 ProfileDefinition 用于转换 CAS Server 返回的字段

🔔 变化

  • buession-springboot-shiro: 调整 Pac4j Filter 注入 shiro 中的方式

🐞 Bug 修复

  • buession-springboot-redis: 修复集群模式下错误设置 username 和 password 的 BUG
  • buession-springboot-pac4j: 修复 Pac4j Filter 注册成为了全局 Filter 导致,请求任何 URL 都会执行每个 pac4j Filter 的 BUG