Top "Jersey-client" questions

The Jersey client API is a high-level Java based API for interoperating with RESTful Web services.

Error while using jersey-client in osgi - No generator was provided

I get the following exception when I try to create a WebTarget from a Jersey client. My code Client client = …

java jersey-client
How to extract ObjectMapper from JAX-RS Client?

I am using Jersey JAX-RS client (version 2.0). I know it is using a Jackson ObjectMapper to generate and parse JSON. …

json jersey jackson jax-rs jersey-client
ClientBuilder class not found

I am trying to build a RESTFul client using Jersey framework, so I added the following class: import javax.ws.…

java rest jakarta-ee jersey jersey-client
Jersey 2 filter uses Container Request Context in Client Request Filter

I have a Jersey 2 Web Service that upon receiving a request, makes another request to another web service in order …

java web-services jersey jersey-2.0 jersey-client
AbstractMethodError on UriBuilder when upgrading Jersey client 1.x to 2.x

We're in the process to upgrade our Web application (running on Tomcat7) from Jersey 1.7 to Jersey 2.4.1. I managed to have …

java jersey-client jersey-2.0
Jersey version issue: MessageBodyReader not found for media type=application/xml

While writing a simple Jersey client that was consuming XML data, I came across this exception "MessageBodyReader not found for …

jersey jersey-2.0 jersey-client
Is java Jersey 2.1 client thread safe?

Documentation for jersey 2.0 says: Client instances are expensive resources. It is recommended a configured instance is reused for the creation …

java thread-safety jersey jersey-client jersey-2.0
Jersey jax.rs client 2.5 follow redirect from HTTP to HTTPS

I have a setup where tomcat server hosting my REST servers redirects calls from HTTP (port 9080) to HTTPS ( port 9443 ). I'm …

rest tomcat redirect jersey-2.0 jersey-client
Jersey Image Upload Client

I am trying to upload image using Jersey webservice , i am using jersey client to upload image. below is jersey …

java jersey jax-rs jersey-client jersey-1.0
Restful webservice with jersey 2.0 without maven

Can anybody tell me how to make a restful web service with Jersey 2.0 by not using maven. I have searched …

web-services rest jersey jersey-client jersey-2.0