skjegg
skjegg
Has anyone started to look into issue for this project? I have a very simple sample DW application that I got working with 1.5.0-M2 . Beside support for the new...
@federecio - No, it's an internal app, so I can't really share it. It took me a bit of trial and error to exclude dependencies that clashed with dropwizard's jersey/jackson....
And here's the swagger specific code in the DW Application's run method. I should also mention that I'm using DW 0.8.0 ``` // Swagger needs this.. environment.getObjectMapper().setSerializationInclusion(JsonInclude.Include.NON_NULL); BeanConfig swaggerConfig =...