xvik / dropwizard-guicey

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

Support for Java 21 #393

Open thiagohora opened 2 months ago

thiagohora commented 2 months ago

I noticed that in the documentation, it's stated that the module is compatible with Java 11 - 17. Is there any major issue to support the 21 version? Are there any plans to do so?

I tried in a very simple project, and it worked, but I want to know if there is any major issue.

xvik commented 2 months ago

Yes, it works with java 21. Guicey itself did not put any limits (except asm version used by guice) for java version, so any java supported by dropwizard should work.

Java 11 - 17, mentioned in docks, just indicate that I test it on CI with 11 and 17. Recently, added java 21 on CI too, but did not updated the doc yet.