xvik / dropwizard-guicey

Dropwizard guice integration
http://xvik.github.io/dropwizard-guicey/
MIT License
232 stars 49 forks source link

Dropwizard v2.1.9 for Guicey Branch dw-2.1 #347

Closed JKomoroski closed 10 months ago

JKomoroski commented 10 months ago

Dropwizard v2.1.9 is out. There is a commit to update Guicey to 2.1.9 but the build failed. Is there something you need help with testing? Following up my comment on the Gitter channel.

xvik commented 10 months ago

It's not failed, just codecov reported a bit reduced coverage. The problem with 2.1.9 was leaked jdbi3 version (for gradle build) not compatible with java 8. I fixed that, but it would require manual fix in all gradle projects too.

I was just waiting if dropwizard would release a new version (like they did with 2.1.9 soon after 2.1.8), but seems they are not going to do it. I will release new versions soon (most likely, this weekend)

JKomoroski commented 10 months ago

Sounds good. I'll wait for that. Thank you.

xvik commented 10 months ago

5.9.3 released

Versions for dropwizard 3 and 4 are suspended for now - I assume there would be new releases soon due to https://www.github.com/dropwizard/dropwizard/issues/7830