Steven Schlansker

Results 358 comments of Steven Schlansker

Ok, I added a workaround to the issue I filed above, which we cannot merge, but should get us moving forward to the next problem for now at least. And......

It could be! I don't get why `core` module would work OK but `testing` wouldn't, but I'll give that a try next time I have a moment to look at...

We think we ran into this issue as well - with the default settings, you can (relatively rarely) observe `EOFException` coming from a much newer Jetty client. It seems the...

Thanks @cowtowncoder , please consider: https://github.com/FasterXML/jackson-jaxrs-providers/pull/170 https://github.com/FasterXML/jackson-jakarta-rs-providers/pull/16

As I understand it, when you read JSON from a JAX-RS resource, it is supposed to be the entire content. So the trailing data should be empty or maybe a...

Sounds like we do not use `kapt` today, so there is no work to switch. We could consider adding a Kotlin annotation processor at some point but let's open a...

We're seeing this issue as well and it makes our logs quite voluminous. We'd love to see a release with this fix included.

The Jdbi project ships Vavr integration. We're happy to keep this around for a while, but if the project does not reach a 1.0 milestone or at least find a...

Ok, I wrote a test that doesn't work to debug deadlocks further.

Hi @mhib , I merged your commit into this branch and tried to test again, but unfortunately tests still seem to fail :( Java 23 is supposed to improve the...