dropwizard-guicier icon indicating copy to clipboard operation
dropwizard-guicier copied to clipboard

Results 14 dropwizard-guicier issues
Sort by recently updated
recently updated
newest added

Dropwizard 1.3.x has had many upgrades. Dropwizard 2.0 is also out now.

Hi, So I'm bumping our system to Dropwizard 2.x, [dropwizard-guice](https://github.com/HubSpot/dropwizard-guice) causes an issue because the (jersey2-guice)[https://github.com/HubSpot/dropwizard-guice] still uses prior Jersey 2.6 version. So I'm trying to migrate from [dropwizard-guice](https://github.com/HubSpot/dropwizard-guice) to...

I'm converting over from dropwizard-guice. I'm trying to start my project again for the first time since handling all the compiler and unit test failures. I'm seeing a WARN message...

I have a GET resource that accepts a `@BeanParam`object with two `@QueryParam` strings. The bean object appears to be being instantiated by Guice and hydration of the query parameters is...

Hello, The documentation available only mentions the ability to register the bundle from inside an Application, so an EnvironmentCommand. I'm not sure this is even possible, but is there anyway...

I don't think this is a bug in your system, but it would be helpful to have some documentation around where singleton needs to be used to prevent memory problems....

In dropwizard-guice we have enableAutoCongig method present in which we can give base package and Dropwizard and Guice will take for resource classes. In dropwizard-guicer we are not able to...

Is there a migration guide for folks using dropwizard-guice? I happened across this project today, we're using dropwizard-guice heavily, by way of the closed issue about autoconfig no longer being...

Project [jersey2-guice](https://github.com/Squarespace/jersey2-guice) hasn't seen activity for last 3 years. It is now officially archive. It depends on a very old version of Jersey. Unfortunately, dropwizard-guicier still depends on `com.squarespace.jersey2-guice` library,...