jersey
jersey copied to clipboard
This is no longer the active Jersey repository. Please see the README.md
Failed to run the example **helloworld-spring-annotations** in Idea or via command `mvn exec:java` with the exception: ``` java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.codehaus.mojo.exec.ExecJavaMojo$1.run(ExecJavaMojo.java:297) at...
JSONP annotation do not work when we throw a exception in resource.View the source code, we find the reason is that annotation was lost in exception process. ```java @GET @Path("/jsonp")...
i creat java9 error list: 
Hi, I enabled SecurityEntityFilteringFeature. When I test a 406 due to a not supported media-type I get a NullPointerException thrown by ServerScopeProvider.getFilteringScopes because the getMatchedMethods() returns a null ``` for...
related to #3736
Spring 5 went GA on 28.11 it would be nice to provide integration with it. See https://spring.io/blog/2017/09/28/spring-framework-5-0-goes-ga for release notes. Things to watch out for: * spring 5 supports java...
This is the code implementation for #3721. It stemmed from a need on our end, but I decided to push it upstream. I based this implementation off of the other...
From [ParamConverter#fromString](https://docs.oracle.com/javaee/7/api/javax/ws/rs/ext/ParamConverter.html#fromString-java.lang.String-) > IllegalArgumentException - if the supplied string cannot be parsed or is null. And from [SingleValueExtractor#extract](https://github.com/jersey/jersey/blob/master/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/SingleValueExtractor.java#L89): ```java /** * {@inheritDoc} * * This implementation extracts the value of...
Container.reload(rc) at ContainerRequestFilter or MessageBodyWriter 19:23:53.964 [Grizzly-worker(10)] WARN o.g.grizzly.http.server.HttpHandler - GRIZZLY0200: Service exception org.glassfish.hk2.api.MultiException: A MultiException has 1 exceptions. They are: 1\. java.lang.IllegalStateException: ServiceLocatorImpl(__HK2_Generated_1,2,1706339275) has been shut down at org.jvnet.hk2.internal.FactoryCreator.getFactoryHandle(FactoryCreator.java:80)...
I just build the sample as README.MD says: ``` $ mvn clean compile exec:java [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building jersey-examples-groovy 2.27-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] ---...