Replies: 4 comments 2 replies
-
Since Dropwizard 2.1 GA was released early last week, we are looking to upgrade our services to it ASAP, primarily to address CVE-2020-36518. We use dropwizard-guicey in all of those services, so we would appreciate a DW 2.1 compatible release soon. Thank you! |
Beta Was this translation helpful? Give feedback.
-
Guicey 5.6.0 released. See release notes for details (especially for java 8 issue) |
Beta Was this translation helpful? Give feedback.
-
About java 8 problem: If there anyone want it to be resolved please look the last messages in dropwizard discussion. I'm out of arguments. If you have anything to say about it, please say it. Summary: A new simpler workaround was proposed: ((LoggerContext)org.slf4j.LoggerFactory.getILoggerFactory()).getLogger(BlackbirdModule.class).setLevel(Level.ERROR); and it works! And there was a ObjectMapperFactory proposition which would simplify ObjectMapper customization, but still will not remove the warning by default. Proposition to simply not register blackbird for java 8 was not accepted. |
Beta Was this translation helpful? Give feedback.
-
Dropwizard 2.1.1 released with a java 8 issue fix: it is now enough to somply add afterberner to classpath and it would be used instead of blackbird automatically. New guicey 5.6.1 released |
Beta Was this translation helpful? Give feedback.
-
For information.
Dropwizard 2.1.0 was released, but there is no release notes yet, only upgrade guide.
Guicey already fixed for 2.1.0:
Known issues:
I'm currently waiting with new guicey release, especially because of java 8 warning (it could be avoided only by manual ObjectMapper construction for Bootsrtap, but this would mean manual synchronization of registered modules with new dropwizard versions).
I fixed snapshot builds on jetpack, so you can already try master-SNAPSHOT guicey version (from jitpack repo).
Please write here if you need urgent release or have any thoughts on current issues.
Beta Was this translation helpful? Give feedback.
All reactions