Marc Nuri
Marc Nuri
> I'm seeing similar issues and I do use the BOM so I don't think this is a dependency problem. If the library @bearpaws is using is Quarkus, then it...
I released [v6.13.3](https://github.com/fabric8io/kubernetes-client/releases/tag/v6.13.3). Hopefully this should cover the issue regardless of the project setup and any convergence problem with 6.13.x dependencies.
Requires Java 9 https://github.com/samskivert/jmustache/commit/1ff4a2acf3710de9cb370577336bf53b68520bc6
@dependabot recreate
https://github.com/quarkusio/quarkus/issues/42656#issuecomment-2299277899 We might consider adding an intermediate ConfigFluent class to fix the binary compatibility issue. @mjurc do you have an easy way to reproduce the issue (maybe a simple reproducer...
> @manusa I've created a very simple reproducer: Hi @mjurc Awesome, thanks :heart:! After discussion in Quarkus Zulip (https://quarkusio.zulipchat.com/#narrow/stream/187038-dev/topic/quickstarts/near/465419435), my understanding that a "fix" is no longer needed. As far...
> However, I'm unable to reproduce this issue on JDK11 and JDK17. Are you sure these tests are running on those JDKs?
Just making sure that the test(s) is not ignored in other JDKs besides 8 and is actually executed. It's weird (probably a mistake) that they made the library require Java...
Awesome, thanks @LarsEckart I created #6349 for the manual update
Hi @shawkins, Let's continue the discussion about https://github.com/sundrio/sundrio/pull/482#issuecomment-2340564628 here. Do you think we should revert to using `private KubernetesResource` for untyped/raw fields. I don't dislike using `Object` but maybe it...