Registry / web-framework / spring-session-hazelcast

spring-session-hazelcast

JSON →
library3.5.6javamavenunverified

Spring Session integration with Hazelcast for distributed session management.

<dependency> <groupId>org.springframework.session</groupId> <artifactId>spring-session-hazelcast</artifactId> <version>3.5.6</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-SESSION-HAZ
S
spring-session-hazelcast
web-frameworkjavav3.5.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

HazelcastSessionRepository
org.springframework.session.hazelcast.HazelcastSessionRepository

Configure Hazelcast-based session repository

import org.springframework.session.hazelcast.HazelcastSessionRepository; import com.hazelcast.core.HazelcastInstance; @Bean public HazelcastSessionRepository sessionRepository(HazelcastInstance hazelcastInstance) { return new HazelcastSessionRepository(hazelcastInstance); }
Debug
Known issues
breakingSpring Session Hazelcast requires Hazelcast 4.x or later; older versions are incompatible.
fix
Ensure Hazelcast version is 4.0 or higher.
affects: <2.0.0
Upgrade
Version history
3.5.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
12
Amazon
1
Resources
spring-session-hazelcast — mvn dependency:get spring-session-hazelcast · libregistry