Jonas Konrad

Results 308 comments of Jonas Konrad

This bug is preventing the native build from working out-of-the-box when using IntelliJ and an SDKMAN graal installation on linux.

It expects `Allow` and does not accept `allow`. The startsWith I linked to causes this issue because it's not case-insensitive. I think method is case sensitive so the matching logic...

When did this work? micronaut-oraclecloud-httpclient-netty has always required DefaultHttpClient. Maybe in the past you didn't use micronaut-oraclecloud-httpclient-netty?

This is not enough to go on. Maybe you're blocking on the event loop?

CLA passes now, the first version of this PR had the wrong e-mail address.

I've managed to work around #14151 and this change seems to work fine. Coverage in my project still fails but for what looks like an unrelated reason.