Top "Jersey-client" questions

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

Jersey 2.8 client is not ignoring unknown properties during deserialization

I am using Jersey Client 2.8 and trying to register my own Jackson configurator which will sets custom ObjectMapper properties. public …

json jackson jersey-2.0 jersey-client
javax.ws.rs.client.Entity json() to String

I'm using Jersey to post some entities to a remote REST service through json, here is the client: Invocation invocation = …

java json jersey proguard jersey-client
How to print server responses using LoggingFeature in Dropwizard 1.0.2?

The following code results in JSON server responses being printed in Dropwizard 0.9.2 and 1.0.2: return ClientBuilder .newBuilder() .build() .register(new LoggingFilter(…

java json jersey dropwizard jersey-client
Jersey 2 Client java.lang.NoSuchMethodError: org.glassfish.jersey.CommonProperties.getValue

I'm trying to setup a very simple Jersey client example. So I started with a pom.xml like this: <…

guava jersey-2.0 jersey-client