Steffen Nießing

Results 67 comments of Steffen Nießing

Okay @pstackle. I'm fine with that. Then we'll additionally have to discuss, if we should continue to ship with our own Jetty adapter with full servlet support or rely on...

Hi @socram8888. Thanks for your contribution! I wonder, if some methods to enable/disable features get deprecated now, if the others will also in future versions. Should we rewrite the `Jackson`...

Hi @socram8888. Thanks for looking this up. When Jackson will prefer the builders, we should upgrade to them, if possible. If this implies a breaking change, we can release it...

Hi @socram8888. The branch for Dropwizard 5.x is open, but I'd like to postpone this change until Jackson 3 gets released to integrate the new immutable APIs. Are you fine...

Hi @ron-ak-p > It turns out that this conflict in versions appears to have at least attempted to been addressed when you look at the Dropwizard BOM (`io.dropwizard:dropwizard-dependencies` 2.1.7): Maven...

@nabeelq Jetty 12 handles things different. The extra handling of `ZipException`s will most likely be moved to a servlet filter. This requires some additional implementation.

@dropwizard/committers I've finally got a working solution for the rewrite of status codes in the `GzipHandler`. The main problem is that `Handler`s must [guarantee the correlation between the `handled` state...

@dropwizard/committers Anyone available for this?

Hi @JamesBoon. I don't think setting the `Locale` to `Locale.ENGLISH` would be a good idea. If someone overwrites the default locale, the messages would change after integrating this change. Your...

@JamesBoon Looks good overall. But this only enables a few predefined options for customization. When we update the argparse4j dependency and they add new options, we'd have to add those...