Marc Nuri
Marc Nuri
> I'm not setting anything as a String, so if that's the likely cause, then something else must be going on. I know, but the original Kubernetes Mock Server implementation...
Hi @Steve973, Could you please check if this is still going on with the latest v7.0.1 release of the Mock Server?
Currently (and unfortunately), the time handling is quite messy in the client. Depending on the module, we handle timestamps as Strings, MicroTime, Duration, and more. It's very inconsistent and probably...
Marked as never stale.
Thx for the contribution, Keith. > Seems like there is some issues with the CI, @manusa this is ready to merge IMO. I'm not sure if I'll be releasnig a...
I can reproduce the issue with the provided example. @andreaTP, have we tried the Java Generator with Quarkus before? do you know if there's an integration test somewhere? Also, maybe...
> Should we report the bug in the Quarkus repo? > We can likely minimize it further to avoid using the java generator at all. This does seem like a...
> This issue should not be marked as closed / completed, facing same issue in `6.11.0` Could you please provide some sort of reproducer project? (@SahibYar)
Hi @shawkins I'm not sure why we used reflection instead of SPI to build the `KubernetesClient` instance. Was there anything specific? Would changing this to use SPI or other alternatives...
It looks more like you might have conflicting versions of the client, can you provide more details about the library you're using (_"This is a third-party library"_). Can you try...