guice-jersey icon indicating copy to clipboard operation
guice-jersey copied to clipboard

Guice module for starting Jetty based rest server with Jersey

Results 6 guice-jersey issues
Sort by recently updated
recently updated
newest added

Hi, I wonder if there's plan to upgrade the jetty dependency to version 10 or 11? The latest guice-jersey 1.0.16 depends on jetty version [9.4.28.v20200408](https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-server/9.4.28.v20200408) which has some vulnerability issues...

Hi! I'm not sure, that is bug, but by default `JacksonJsonProvider.class` not registrated in JerseyConfiguration module. I have situation: Simple controller: ``` @Path("/version") public class VersionController { private ApplicationInfo applicationInfo;...

## CVE-2018-10237 - Medium Severity Vulnerability Vulnerable Library - guava-19.0.jar Guava is a suite of core and expanded libraries that include utility classes, google's collections, io classes, and much much...

security vulnerability

Hi, I am trying to use this project to start an embedded jetty server with TLS support using keystore and SSLContextFactory (https://www.eclipse.org/jetty/documentation/9.4.x/embedded-examples.html#embedded-many-connectors), but could not find a way to add...

Are you guys looking into https://github.com/eclipse-ee4j/jersey/issues/3692 and will this project enable all of us jersey fans to once again be able to build war files without having to go through...

enhancement