转载

Spring Session 1.0.1 发布

4月18日 武汉 源创会开始报名,送华为开发板

Spring Session 1.0.1 发布,修复了 30+ tickets ,此版本现已提供在 Maven Central 。

Spring Session 特性如下:

  • Support for AWS ElastiCache #124

  • Servlet 3.1 fixes #152 . This resolves issues when running Spring Security and Spring Boot 1.2

  • Servlet 2.5 fixes #111 #182

  • Added Servlet 2.5 & XML based configuration sample and guide

  • Embedded Redis used in Samples now works on Windows 64 bit #174

  • New Spring Session Logo #130

Site | Documentation | Javadoc | Issues | Help | Source | Changelog

更多内容请看 发行说明 。

Spring Session 致力于提供一个公共基础设施会话,主要功能如下:

  • 从任意的环境中访问一个会话 (i.e. web, messaging infrastructure, etc)

  • WEB 环境下

    • 供应商中立的情况下支持集群

    • 可插拔策略可以确定 session id

    • WebSocket 活跃的时候可以简单的保持 HttpSession

正文到此结束
Loading...