Registry / cloud / jetty-gcloud-session-manager

jetty-gcloud-session-manager

JSON →
library12.1.8javamavenunverified

Provides session management for Jetty using Google Cloud storage, part of the Eclipse Jetty project.

<dependency> <groupId>org.eclipse.jetty.gcloud</groupId> <artifactId>jetty-gcloud-session-manager</artifactId> <version>12.1.8</version> </dependency>
INSTALL
IMPORT
SIG · JETTY-GCLOUD-SESSI
J
jetty-gcloud-session-manager
cloudjavav12.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.

GCloudSessionManager
org.eclipse.jetty.gcloud.session.GCloudSessionManager

Configures a Google Cloud-backed session manager for Jetty.

import org.eclipse.jetty.gcloud.session.GCloudSessionManager; import org.eclipse.jetty.server.SessionManager; public class Example { public static void main(String[] args) { GCloudSessionManager manager = new GCloudSessionManager(); manager.setProjectId("my-project"); } }
Debug
Known issues
breakingRequires Google Cloud credentials and proper setup; misconfiguration leads to session failures.
fix
Ensure environment variables GOOGLE_APPLICATION_CREDENTIALS are set correctly.
affects: >=12.0.0
Upgrade
Version history
12.1.8latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
jetty-gcloud-session-manager — mvn dependency:get jetty-gcloud-session-manager · libregistry