Registry / web-framework / jersey-container-jetty-http

jersey-container-jetty-http

JSON →
library4.0.2javamavenunverified

Jersey container implementation for embedding Jetty HTTP server in RESTful applications.

<dependency> <groupId>org.glassfish.jersey.containers</groupId> <artifactId>jersey-container-jetty-http</artifactId> <version>4.0.2</version> </dependency>
INSTALL
IMPORT
SIG · JERSEY-CONTAINER-J
J
jersey-container-jetty-http
web-frameworkjavav4.0.2
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.

JettyHttpContainerFactory
org.glassfish.jersey.jetty.JettyHttpContainerFactory

Create a Jetty HTTP server with Jersey.

import org.glassfish.jersey.jetty.JettyHttpContainerFactory; import java.net.URI; JettyHttpContainerFactory.createServer(URI.create("http://localhost:8080/"), new ResourceConfig());
Debug
Known issues
breakingJersey 4.x requires Jakarta EE 9+; ensure your project uses jakarta.* packages.
fix
Use Jersey 3.x for javax.* compatibility or migrate to Jakarta.
affects: 4.x
Upgrade
Version history
4.0.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
jersey-container-jetty-http — mvn dependency:get jersey-container-jetty-http · libregistry