Spring Session 3.3 正式发布

Spring Session 3.3 正式发布

💡 原文英文,约100词,阅读约需1分钟。
📝

内容提要

Spring Session 3.3.0现已发布,带来了ReactiveSessionRegistry和ReactiveRedisIndexedSessionRepository等改进。该版本将包含在即将发布的Spring Boot 3.3 GA版本中。

🎯

关键要点

  • Spring Session 3.3.0现已发布,现已在Maven Central上提供。
  • 该版本引入了ReactiveSessionRegistry的Spring Session支持实现。
  • 新增了ReactiveRedisIndexedSessionRepository。
  • 允许使用@SpringSessionTransactionManager指定PlatformTransactionManager。
  • 改进了JDBC文档。
  • 该版本将包含在即将发布的Spring Boot 3.3 GA版本中。
➡️

继续阅读