Skip to content

Latest commit

 

History

History
82 lines (56 loc) · 5.9 KB

README.adoc

File metadata and controls

82 lines (56 loc) · 5.9 KB

spring session

Spring Session MongoDB

Greg Turnquist

Spring Session MongoDB provides a solution for Spring Session in a MongoDB data store.

  • Accessing a session from any environment (i.e. web, messaging infrastructure, etc)

  • In a web environment

    • Support for clustering in a vendor neutral way

    • Pluggable strategy for determining the session id

    • Easily keep the HttpSession alive when a WebSocket is active

Project Status

We go to great lengths to ensure smooth upgrades. We also seek to make your upgrade on major versions of Java can be as smooth as possible.

Check the matrix below to see the status of supported versions:

Table 1. master branch
Job master branch (2.1) 2.0.x branch (2.0.x)

Test - JDK 8

badge

badge

Test - JDK 8 and Spring.NEXT

badge

badge

Test - JDK 8 and Spring.NEXT 5.1

badge

badge

Test - JDK 8 and Spring Data.NEXT

badge

badge

Test - JDK 11

badge

badge

Test - JDK 11 and Spring.NEXT

badge

badge

Test - JDK 11 and Spring.NEXT 5.1

badge

badge

Test - JDK 11 and Spring Data.NEXT

badge

badge

Build - Release to repo.spring.io

badge

badge

Building Spring Session MongoDB

  1. Run mvn clean package

This will generate the artifact.

You can also import the project into your IDE.

Code of Conduct

This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].

Spring Session Project Site

You can find the documentation, issue management, support, samples, and guides for using Spring Session MongoDB at http://projects.spring.io/spring-session-data-mongodb/

License

Spring Session is Open Source software released under the Apache 2.0 license.