Registry / networking / jetty-nosql

jetty-nosql

JSON →
library12.1.8javamavenunverified

Provides NoSQL session management support for Eclipse Jetty, allowing session data to be stored in NoSQL databases.

<dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-nosql</artifactId> <version>12.1.8</version> </dependency>
INSTALL
IMPORT
SIG · JETTY-NOSQL
J
jetty-nosql
networkingjavav12.1.8
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.

NoSqlSessionDataStore
org.eclipse.jetty.nosql.NoSqlSessionDataStore

Creates a NoSqlSessionDataStore and attaches it to a SessionHandler.

import org.eclipse.jetty.nosql.NoSqlSessionDataStore; import org.eclipse.jetty.server.session.SessionHandler; public class Example { public static void main(String[] args) { NoSqlSessionDataStore store = new NoSqlSessionDataStore(); SessionHandler handler = new SessionHandler(); handler.setSessionDataStore(store); } }
Debug
Known issues
breakingJetty 12.x has significant API changes from Jetty 9.x/10.x; NoSQL session support may require different configuration.
fix
Refer to Jetty 12 migration guide for session handling changes.
affects: >=12.0.0
Upgrade
Version history
12.1.8latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jetty-nosql — mvn dependency:get jetty-nosql · libregistry