Steffen Nießing

Results 67 comments of Steffen Nießing

The upgrade to snakeyaml 1.32 was reverted in the Jackson 2.13 branch because they had to introduce an option to configure the limit of the YAML file. So Jackson 2.13...

Anything I can do to make it easier getting this merged?

I just wondered why you didn't use AssertJ. But only `logback-parent` has a dependency on it and the version is 1.7.1 :sweat_smile:

@mihalyr Thanks for reporting this! I have a workaround for this problem. Fixing it properly will probably take some time. As you've correctly pointed out, the `finally` block would reset...

@mihalyr @joschi After further investigation I've pushed a first fix for this problem: https://github.com/zUniQueX/metrics/commit/4548985dfb26d24bcb3881abedd8fd858b336f2d. I'm not happy with this yet and will do some additional tests over the next days....

@mihalyr After diving into the Jetty implementation the last few days, I'm now pretty sure we cannot provide accurate data for the `activeSuspended` and the `asyncDispatches` metrics. As you've correctly...

@mihalyr I've pushed a fix for this one in #3928. If you have additional tests for this issue, I'd appreciate feedback on my current solution.

Hi @BastianVoigt. I agree with @joschi that this behavior is most likely introduced with a dependency upgrade. For us it might be hard to create a reproducing example with enough...

@dropwizard/committers I've come back to this one and don't have a strong opinion on distributing the separate artifact or not. Personally, I don't like introducing the `ServerCustomizer`. Feel free to...

@dropwizard/committers The logback team recently pushed a release of `logback-access` with Jetty 12 compatibility in a [new repo](https://github.com/qos-ch/logback-access). Shall I close this PR if we get further updates or should...