Michael Holler

Results 25 comments of Michael Holler

Hi @paulovap, I'm also interested in exploring an external support option to see if it would work with our team. We are currently attempting to build a common layer around...

I'm also interested. This is a great library but I'd like something similar that's more well maintained.

Evernote's seems pretty interesting at first gloss: https://github.com/evernote/android-job

Here's an example (I'm having the same problem). I would really like it if the actual $ref URI value were displayed in the error output, at the very least. Ideally,...

This would be awesome. Although I would argue that this plugin should try to do that by default, so that all you need to do is apply the plugin and...

`@JsonProperty(required = true)` seems to help.

I found a bunch of threads relating to this issue: * https://stackoverflow.com/questions/49900920/kotlin-can-i-force-not-nullable-long-to-be-represented-as-non-primitive-type-in * https://github.com/FasterXML/jackson-module-kotlin/issues/26 * https://github.com/FasterXML/jackson-module-kotlin/issues/29 * https://github.com/FasterXML/jackson-databind/pull/1224

We just ran into this as well. Support for variadic tuples would be cool but in the end the workaround is pretty simple (just using List now).

Just stumbled across this -- I would also like to have control over exceptions thrown by JDBI would be very helpful for us. I love that JDBI sort of makes...