jersey icon indicating copy to clipboard operation
jersey copied to clipboard

This is no longer the active Jersey repository. Please see the README.md

Results 101 jersey issues
Sort by recently updated
recently updated
newest added

Using the ApacheConnector results in no connection pooling at all! TCP sockets are always forcedly closed and no keep-alive is possible. Currently it's better to just use Sun's sun.net.www.protocol.http.HttpURLConnection in...

Priority: Major
Type: Bug
Component: connectors

Hi, we register Resources using the ResourceConfig.register(Object object) method. This works and has worked until now. However now (2.26) we are getting a warning: `Oct 17, 2017 1:47:00 PM org.glassfish.jersey.internal.inject.Providers...

Type: Bug

The currently referenced 1.0.1 version of OSGi Resource Locator (org.glassfish.hk2:osgi-resource-locator) is branch EOL. Request moving to the 2.4.0 version.

Type: Improvement

JAX-RS Specification 2.1 Chapter 4.1 Line 1: "By default **a _single_ instance of each provider _class_** is instantiated for each JAX-RS application." Jersey clearly violates this rule as it creates...

Type: Bug
Component: core

I'am working on a project using Client API,the webservice API provided by other company use a DELETE request with body. what can I do with it? by this?: method("DELETE",Entity.entity(json.toString(),MediaType.APPLICATION_JSON_TYPE));

When using Jersey client under Java 9 I get: ``` java.lang.NoClassDefFoundError: javax/annotation/Priority at org.glassfish.jersey.model.internal.RankedProvider.computeRank(RankedProvider.java:111) at org.glassfish.jersey.model.internal.RankedProvider.(RankedProvider.java:72) at org.glassfish.jersey.internal.inject.Injections.lookupService(Injections.java:113) at org.glassfish.jersey.internal.inject.Injections.lookupInjectionManagerFactory(Injections.java:97) at org.glassfish.jersey.internal.inject.Injections.createInjectionManager(Injections.java:68) at org.glassfish.jersey.client.ClientConfig$State.initRuntime(ClientConfig.java:432) at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:341) at org.glassfish.jersey.client.ClientConfig.getRuntime(ClientConfig.java:826) at org.glassfish.jersey.client.ClientRequest.getConfiguration(ClientRequest.java:285)...

[products.zip](https://github.com/jersey/jersey/files/1805555/products.zip) Hi, We have one web application which has some dependencies on apache wink 1.2, which is built using JAX-RS1. We recently upgraded the weblogic to 12.2.1 which has inbuilt...

The [template parameter syntax](https://javaee.github.io/javaee-spec/javadocs/javax/ws/rs/Path.html#value--) allows the regex to have one level of braces, as long as they are evenly matched, arbitrarily many times. However, `JerseyUriBuilder` does not currently handle this...

Hello, With Spring boot 2 (use Jersey 2.26), there is a problem : Features are initialized before the `org.glassfish.jersey.server.spring.SpringComponentProvider`. So, when you want use a bean, there is an exception....