Rui Rodrigues
Rui Rodrigues
Hi! I will try to reproduce in a smaller project. The project is large and have ,a lot of submodules. OkHttp is being used in the project. Can this have...
I'm not able to reproduce it in a simple project until now :(
Thanks @lucacavazzana It's exactly the same issue. My project is stuck in netty 4.1.77. It would be nice to document this somewhere since it is a silent error and goes...
@manusa I'm trying to force the usage of okhttp client based on [this](https://github.com/fabric8io/kubernetes-client/blob/main/doc/MIGRATION-v7.md#vertx-as-default-httpclient-implementation-) but it still doesn't work. It seems the io.fabric8:kubernetes-server-mock is also using vertx. Is there a version...
I forced the usage of the correct version of Netty for the tests and it works. @manusa can this be documented somewhere in the migration guide? just a note about...