Steffen Nießing
Steffen Nießing
###### Problem: As mentioned in #5284, accessing the `ManagedDataSource` object and therefore the connection pool is not possible when using the `dropwizard-hibernate` module. ###### Solution: Since the `dropwizard-jdbi3` module already...
Raised as a discussion base regarding #5479. If an integration test is run, the logging configuration gets overridden. Since the state of the loggers gets modified, the previous state cannot...
Are there any plans for development of a module for Hibernate 6 or rather 6.1 yet?
The compiled JAR for `logback-access:1.3.0` doesn't fully work with Jetty 10.0.x. When decompiling the JAR with `javap`, the following `Methodref` is used in the `JettyModernServerAdapter#buildResponseHeaderMap()` method: ``` #49 = Methodref...
Recently I've come across the flow docs and noticed one example output isn't displayed in the online version. In the source file the output is present but hidden inside an...
As described in #3917, the `InstrumentedEE10Handler` doesn't properly collect metrics in some cases, e.g. when a Jersey method returns a completed `CompletableFuture`. This PR performs the response metrics update after...
As mentioned in [this comment](https://github.com/dropwizard/dropwizard/pull/7962#issuecomment-1857352214) we could/should think of dropping support for `logback-access`. Logback doesn't support Jetty 12 yet and the [related issue](https://github.com/qos-ch/logback/issues/719) hasn't received comments for about two months....
Follow-up for #8493 This PR allows to set the `stale-while-revalidate` caching directive with the `CacheControl` annotation. Closes #8492
Replace logback's `RequestLogImpl` with a custom implementation. Motivation --- Logback's request logging was broken for a long time. Now, the `IAccessEvent` and request log implementations were updated, but use an...