Guicey released for dropwizard 5
Released guicey 8.0.0 for dropwizard 5: release notes
This release mainly introduce testing improvements: test client was reworked and now it has the same api for both ClientSupport and stub rest (RestClient). It is also possible now to call rest endopints with resource method calls (refactor-friendly way).
Guice now used without bundled ASM to avoid problems with the recent java versions.
The standalone sample app was also updated to dropwizard 5. Also, tests were updated to demonstrate new client api.