Registry / testing / jersey-test-framework-grizzly2

jersey-test-framework-grizzly2

JSON →
library1.19.4javamavenunverified

Jersey is the open source JAX-RS (JSR 311) production quality Reference Implementation for building RESTful Web services, with Grizzly2 test support.

<dependency> <groupId>com.sun.jersey.jersey-test-framework</groupId> <artifactId>jersey-test-framework-grizzly2</artifactId> <version>1.19.4</version> </dependency>
INSTALL
IMPORT
SIG · JERSEY-TEST-FRAMEW
J
jersey-test-framework-grizzly2
testingjavav1.19.4
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.

Grizzly2TestContainerFactory
com.sun.jersey.test.framework.grizzly2.Grizzly2TestContainerFactory

Minimal usage of Jersey Test Framework Grizzly2

import com.sun.jersey.test.framework.grizzly2.Grizzly2TestContainerFactory; public class Example { public static void main(String[] args) { Grizzly2TestContainerFactory factory = new Grizzly2TestContainerFactory(); factory.create(); } }
Debug
Known issues
breakingThis artifact uses the old com.sun.jersey namespace; newer Jersey versions use org.glassfish.jersey.
fix
Migrate to org.glassfish.jersey.test-framework-provider-grizzly2 for Jersey 2.x.
affects: >=1.0.0
Upgrade
Version history
1.19.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
jersey-test-framework-grizzly2 — mvn dependency:get jersey-test-framework-grizzly2 · libregistry