Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.44 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.44 KB

Spring Session with MongoDB backend

  • develop: develop

This is a Spring Session extension which uses MongoDB as a session storage.

Which version?

  • ver 3.4.x depends on Spring Boot 3.4.x, Spring Framework 6.2.x, Spring Session 3.4.x, Spring Data MongoDB 4.4.x and Mongo Driver 5.x.
  • ver 3.3.x depends on Spring Boot 3.3.x, Spring Framework 6.1.x, Spring Session 3.3.x, Spring Data MongoDB 4.3.x and Mongo Driver 5.x.
  • ver 3.2.x depends on Spring Boot 3.2.x, Spring Framework 6.1.x, Spring Session 3.2.x, Spring Data MongoDB 4.2.x and Mongo Driver 4.x.

Followings are already EOL because of EOL of Spring Framework.

  • ver 2.3.x depends on JDK 8,Spring Framework 5.3.x, Spring Data MongoDB 3.4.x, and Spring Session 2.7.x, Mongo Driver 4.x.
  • ver 2.2.x depends on Spring Framework 5.2.x, Spring Data MongoDB 2.2.x, and Spring Session 2.3.x, Mongo Driver 3.x.
  • ver 2.1.x depends on Spring Framework 5.1.x, Spring Data MongoDB 2.1.x, and Spring Session 2.1.x.
  • ver 2.0.x depends on Spring Framework 5.x, Spring Data MongoDB 2.x, and Spring Session 2.x.
  • ver 1.5.x depends on Spring Framework 5.x, Spring Data MongoDB 2.x, and Spring Session 1.x.
  • ver 1.0.x depends on Spring Framework 4.x, Spring Data MongoDB 1.x, and Spring Session 1.x.

Usage

Read USAGE.md

License

BSD License. Ses LICENSE.txt for detail.