Jonas Konrad

Results 241 comments of Jonas Konrad

please try `io.micronaut.core.convert.format.Format`

#2156 does not apply here, TestPojo contains a PathVariable so it can't be parsed from json (i.e. through jackson) The test case is a bit problematic in this regard, it...

no i'm an idiot and commented on the wrong issue. sorry.

ok ive looked at this, it's caused by a missing `--initialize-at-build-time=io.micronaut`. this is configured by micronaut-runtime, so when that dependency is present, it works fine. I'm confused by why this...

i can reproduce the issue, but it might take a bit to find the root cause.

Caused by https://github.com/netty/netty/issues/12627 I can fix this in micronaut, but it's ugly, so I'd prefer to wait on a netty fix. Easy workaround is to not use mixed mode for...

there's some issues in the micronaut HTTP client as well but I don't see OOM with the apache client

@sdelamo what's the current timeline for 3.6? I think the netty issue will take a while still, we could implement my workaround for 3.6. it involves copying the relevant classes...