Steffen Nießing

Results 67 comments of Steffen Nießing

Thanks for the fast answer! Unfortunately, I'm not familar enough with Jackson and Hibernate to contribute a suitable implementation myself. Maybe this issue encourages somebody to make a PR.

> Thank you @MartinHlavna -- maybe this encourages others to try it out, see how well it works. > @cowtowncoder I've read the migration guide for Hibernate 6 and 6.1...

Jackson [already upgraded](https://github.com/FasterXML/jackson-dataformats-text/commit/2c163ff0ef15b534df6f266f07fdc7bfae2ffdcf) to snakeyaml 1.32, but hasn't provided a release yet.

Hi @oneadr-3773. Thanks for reporting this. I'm not completely convinced this is a general issue. The [`initialOverallState` flag only sets the `isAppHealthy` field](https://github.com/dropwizard/dropwizard/blob/release/2.1.x/dropwizard-health/src/main/java/io/dropwizard/health/HealthCheckManager.java#L144) and not the `isAppAlive` field. Therefore the...

@oneadr-3773 Thanks for the detailed explanation. As our `README` states, the framework provides `opinionated` code, so this basically is what you said. > I do understand that is not how's...

Hi @andref. I've now checked, if we can simplify the test and stop using the server. The following code closes the database's `Session` and produces a `JdbcSQLNonTransientConnectionException` too: ```java try...

@andref To obtain the `JdbcConnection`, the `beforeStart` method doesn't have to be invoked. You can obtain the `SessionFactory` from your application to the executing test and instantiate the `Session` manually...

@andref As we've now discussed how to write an integration test, I added a simple one :wink:

Closing this due to inactivity of the author.

Hi @yingliu928, thanks for reporting this. The issue should be caused [here](https://github.com/dropwizard/dropwizard/blob/release/2.1.x/dropwizard-jackson/src/main/java/io/dropwizard/jackson/FuzzyEnumModule.java#L83). In the default configuration, the `FuzzyEnumModule` from Dropwizard ensures the property is deserialized correctly when using the lowercase...