Replies: 2 comments
-
Guicey 5.8.0 released with the same project structure. Might simplify migration to dropwizard 3. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Guicey 6 beta 1 released to let you try dropwizard 3 (beta 5).
IMPORTANT: Dropwizard 3 changed core packages and dropped java 8 support. See dropwizard upgrade notes
Guicey core was merged with extension modules to simplify release process. Examples would also be merged into main reposiotry to simplify navigation.
Overall, no changes in guicey itself (at least, for now). It is just dropwizard 3 compatible version so you can try migration already.
Documentation is not yet updated and not published for beta (but, as there are no changes, it should not be a problem).
Direct dependency:
implementation 'ru.vyarus:dropwizard-guicey:6.0.0-beta.1'
BOM:
Beta Was this translation helpful? Give feedback.
All reactions