New posts in jersey-2.0

Swagger documentation with JAX-RS Jersey 2 and Grizzly

Spring-Jersey : How to return static content?

Why would "java.lang.IllegalStateException: The resource configuration is not modifiable in this context." appear deploying Jersey app?

How to return a JSON object from a HashMap with Moxy and Jersey

How do I properly configure an EntityManager in a jersey / hk2 application?

Jersey 2.x Custom Injection Annotation With Attributes

NoSuchMethodError on startup in Java Jersey app

Listing all deployed rest endpoints (spring-boot, jersey)

java.lang.ClassNotFoundException: com.sun.jersey.spi.container.servlet.ServletContainer

Custom ObjectMapper with Jersey 2.2 and Jackson 2.1

Jersey returns 404 with any error status code?

Jersey fails when creating uber jar with maven-assembly-plugin

Jersey Maven quickstart archetype in Eclipse

Spring-Boot Jersey: allow Jersey to serve static content

What exactly is the ResourceConfig class in Jersey 2?

Jersey stopped working with InjectionManagerFactory not found

POST to Jersey REST service getting error 415 Unsupported Media Type

MULTIPART_FORM_DATA: No injection source found for a parameter of type public javax.ws.rs.core.Response

Dependency injection with Jersey 2.0

How to implement REST token-based authentication with JAX-RS and Jersey