-
Hi, does anyone have experience with running dropwizard-guicey on Java 21? Is it possible at all and if not, are there plans to support it in the near future? Thanks for your help! |
Beta Was this translation helpful? Give feedback.
Answered by
xvik
Mar 5, 2024
Replies: 1 comment
-
Should work: I just tried to run all tests with java 21 and it works. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
shinlang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Should work: I just tried to run all tests with java 21 and it works.
In general, there should be no problems with new java versions (guicey does not use anything non-standard), so if dropwizard and guice are compatible with new java version then guicey should be too.