Spring Session


Лицензия

Лицензия

Группа

Группа

org.springframework.session
Идентификатор

Идентификатор

spring-session
Последняя версия

Последняя версия

1.3.5.RELEASE
Дата

Дата

Тип

Тип

jar
Описание

Описание

Spring Session
Spring Session
Ссылка на сайт

Ссылка на сайт

https://github.com/spring-projects/spring-session
Организация-разработчик

Организация-разработчик

Spring IO
Система контроля версий

Система контроля версий

https://github.com/spring-projects/spring-session

Скачать spring-session

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.springframework.session/spring-session/ -->
<dependency>
    <groupId>org.springframework.session</groupId>
    <artifactId>spring-session</artifactId>
    <version>1.3.5.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.session/spring-session/
implementation 'org.springframework.session:spring-session:1.3.5.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.session/spring-session/
implementation ("org.springframework.session:spring-session:1.3.5.RELEASE")
'org.springframework.session:spring-session:jar:1.3.5.RELEASE'
<dependency org="org.springframework.session" name="spring-session" rev="1.3.5.RELEASE">
  <artifact name="spring-session" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.session', module='spring-session', version='1.3.5.RELEASE')
)
libraryDependencies += "org.springframework.session" % "spring-session" % "1.3.5.RELEASE"
[org.springframework.session/spring-session "1.3.5.RELEASE"]

Зависимости

compile (12)

Идентификатор библиотеки Тип Версия
com.hazelcast : hazelcast Необязательный jar 3.6.8
commons-logging : commons-logging jar 1.2
org.springframework.data : spring-data-gemfire Необязательный jar 1.8.11.RELEASE
org.springframework.data : spring-data-mongodb Необязательный jar 1.9.11.RELEASE
org.springframework.data : spring-data-redis Необязательный jar 1.7.11.RELEASE
org.springframework.security : spring-security-core Необязательный jar 4.2.11.RELEASE
org.springframework.security : spring-security-web Необязательный jar 4.2.11.RELEASE
org.springframework : spring-context Необязательный jar 4.3.19.RELEASE
org.springframework : spring-jdbc Необязательный jar 4.3.19.RELEASE
org.springframework : spring-messaging Необязательный jar 4.3.19.RELEASE
org.springframework : spring-web Необязательный jar 4.3.19.RELEASE
org.springframework : spring-websocket Необязательный jar 4.3.19.RELEASE

provided (1)

Идентификатор библиотеки Тип Версия
javax.servlet : javax.servlet-api jar 3.0.1

test (5)

Идентификатор библиотеки Тип Версия
edu.umd.cs.mtc : multithreadedtc jar 1.01
junit : junit jar 4.12
org.assertj : assertj-core jar 2.5.0
org.mockito : mockito-core jar 1.10.19
org.springframework : spring-test jar 4.3.19.RELEASE

Модули Проекта

Данный проект не имеет модулей.

Spring Session

spring session

Build Status

Spring Session provides an API and implementations for managing a user’s session information, while also making it trivial to support clustered sessions without being tied to an application container specific solution. It also provides transparent integration with:

  • HttpSession - allows replacing the HttpSession in an application container (i.e. Tomcat) neutral way, with support for providing session IDs in headers to work with RESTful APIs.

  • WebSocket - provides the ability to keep the HttpSession alive when receiving WebSocket messages

  • WebSession - allows replacing the Spring WebFlux’s WebSession in an application container neutral way.

Modules

Spring Session consists of the following modules:

  • Spring Session Core - provides core Spring Session functionalities and APIs

  • Spring Session Data Redis - provides SessionRepository and ReactiveSessionRepository implementation backed by Redis and configuration support

  • Spring Session JDBC - provides SessionRepository implementation backed by a relational database and configuration support

  • Spring Session Hazelcast - provides SessionRepository implementation backed by Hazelcast and configuration support

Code of Conduct

Please see our code of conduct

Reporting Security Vulnerabilities

Please see our Security policy.

Spring Session Project Site

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

License

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

org.springframework.session

Spring

Версии библиотеки

Версия
1.3.5.RELEASE
1.3.4.RELEASE
1.3.3.RELEASE
1.3.2.RELEASE
1.3.1.RELEASE
1.3.0.RELEASE
1.2.2.RELEASE
1.2.1.RELEASE
1.2.0.RELEASE
1.2.0.RC2
1.2.0.RC1
1.1.1.RELEASE
1.1.0.RELEASE
1.1.0.RC1
1.0.2.RELEASE
1.0.1.RELEASE
1.0.0.RELEASE