Marc Nuri

Results 701 comments of Marc Nuri

Could you please create a GitHub repository with some sort of reproducer (or whatever **public** code you already have). Maybe this way we can provide better suggestions. Otherwise it's hard...

Besides this, remember that you can also use the official CRDs published by Volcano in conjunction with the Java generator Maven Plugin: https://github.com/fabric8io/kubernetes-client/blob/main/doc/java-generation-from-CRD.md

The Volcano extension was completely refactored and updated for v7.0.0 which is now available: - https://repo1.maven.org/maven2/io/fabric8/kubernetes-client/7.0.0/ - https://github.com/fabric8io/kubernetes-client/releases/tag/v7.0.0 Every type should be now available as part of the extension model.

As reviewed internally: - Current state of Kubernetes Mock Server (CRUD) doesn't allow to reliably infer the list type from the path. This is required for the following cases: -...

This is known problem with [com.marcnuri.plugins:gradle-api-maven-plugin](https://github.com/manusa/gradle-api-maven-plugin). Originally tracked in https://quarkusio.zulipchat.com/#narrow/stream/187038-dev/topic/package.20org.2Egradle.2Ewrapper.20does.20not.20exist/ It happens because the content of one of the Gradle distribution jars is different if downloaded from Maven Central or...

I'm not sure that client-wise we can do anything here. Maybe you can set those default values yourself so that Kubernetes doesn't do it for you, but this is just...

https://github.com/fabric8io/kubernetes-client/blob/main/doc/FAQ.md#ive-tried-adding-a-dependency-to-kubernetes-client-but-im-still-getting-weird-class-loading-issues-what-gives The version of the Kubernetes Client you're using is not compatible with the version of Spring Cloud Kubernetes defined in its BOM. See the [linked](https://github.com/fabric8io/kubernetes-client/blob/main/doc/FAQ.md#ive-tried-adding-a-dependency-to-kubernetes-client-but-im-still-getting-weird-class-loading-issues-what-gives) FAQ entry to see...

> Thanks for the quick response @manusa . I think I am doing something wrong. I have tried the configuration below but it still gives same error. Am I using...

> Now that we are at it: https://www.oracle.com/java/technologies/java-se-support-roadmap.html > > Java 11 is almost out of the support phase, would it make sense to bump directly to Java 17? Refer...

> there are more advantages of upgrading past 11 Such as? (I'm referring specifically for this code-base and those advantages that would be impactful from a user's perspective)