{"id":55302,"library":"jersey-test-framework-core","title":"Jersey Test Framework Core","description":"Core module of the Jersey Test Framework for testing JAX-RS applications.","status":"active","version":"4.0.2","language":"java","source_language":null,"source_url":"https://github.com/eclipse-ee4j/jersey","tags":["jersey","jax-rs","testing","rest"],"install":[{"cmd":"<dependency>\n  <groupId>org.glassfish.jersey.test-framework</groupId>\n  <artifactId>jersey-test-framework-core</artifactId>\n  <version>4.0.2</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.glassfish.jersey.test-framework:jersey-test-framework-core:4.0.2'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"JerseyTest","correct":"org.glassfish.jersey.test.JerseyTest"}],"quickstart":{"code":"import org.glassfish.jersey.test.JerseyTest;\nimport org.glassfish.jersey.server.ResourceConfig;\nimport javax.ws.rs.core.Application;\n\npublic class MyTest extends JerseyTest {\n    @Override\n    protected Application configure() {\n        return new ResourceConfig(MyResource.class);\n    }\n}","lang":"java","description":"Extend JerseyTest to write integration tests for JAX-RS resources."},"warnings":[{"fix":"Use the appropriate import based on your Jersey version: javax for 2.x, jakarta for 3.x+.","message":"Jersey Test Framework versions before 3.x use javax.ws.rs, while 3.x+ use jakarta.ws.rs.","severity":"breaking","affected_versions":"<3.0.0 || >=3.0.0"}],"env_vars":null,"search_vec":"'applic':17 'core':4,5 'framework':3,11 'jax':15,20 'jax-r':14,19 'jersey':1,9,18 'modul':6 'rest':23 'rs':16,21 'test':2,10,13,22","created_at":"2026-06-15T09:45:10.568298+00:00","updated_at":"2026-06-15T09:45:10.568298+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://projects.eclipse.org/projects/ee4j.jersey","github":"https://github.com/eclipse-ee4j/jersey","docs":"https://appdoc.app/artifact/org.glassfish.jersey.test-framework/jersey-test-framework-core/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["testing","web-framework"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}