Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
|
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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:
dependencies { implementation platform('ru.vyarus.guicey:guicey-bom:6.0.0-beta.1') implementation 'ru.vyarus:dropwizard-guicey' // other dropwizard, guice or guicey modules without version }Beta Was this translation helpful? Give feedback.
All reactions