Marc Nuri
Marc Nuri
I see your point. I'd say that from a client-go/kubernetes-api/openshift-api parity standing point `Object` is probably better suited because it fits most of the model types I've seen (that are...
Fabric8 Kubernetes Client 7.0.0 will no longer depend on OkHttp 3.x: https://github.com/fabric8io/kubernetes-client/issues/5778 For previous versions, you should be able to override the OkHttp client version dependency in your pom.xml: https://github.com/fabric8io/kubernetes-client/blob/main/doc/KubernetesClientWithIPv6Clusters.md...
Version 7.x is now available with no OkHttp mandatory dependencies. Optional OkHttp dependencies now point to version 4 which doesn't have vulnerabilities. https://github.com/fabric8io/kubernetes-client/releases/tag/v7.0.1
### Eclipse JKube [CI Report](https://github.com/eclipse-jkube/ci) Started new GH workflow run for https://github.com/eclipse-jkube/jkube/pull/3576 (_2025-01-08T10:21:53Z_) :gear: [JKube E2E Tests (12668311947)](https://github.com/eclipse-jkube/ci/actions/runs/12668311947) - :heavy_check_mark: [Bootstrap CI test run (#3576)](https://github.com/eclipse-jkube/ci/actions/runs/12668311947/job/35303470002) - :heavy_check_mark: [K8S v1.25.13 dockerfile...
Maybe encoding the parameter at this point fixes the issue: https://github.com/fabric8io/kubernetes-client/blob/25ecf8460eb132ae2945342b33f64a4240a2b91c/kubernetes-client/src/main/java/io/fabric8/kubernetes/client/dsl/internal/PodOperationContext.java#L146 That whole method should be refactored to treat the URL correctly. For the moment, could you try to see...
> So I do like the general direction. Sorry, it's unclear to me if the suggested change does fix the issue, from your comments my understanding is that it would...
> Right, I'll go figure out how to do the whole "build a snapshot version of fabric8 and run my project with that". It's like back in my younger days,...
> It goes from `2024-10-16T14:36:58+02:00` to `2024-10-16T14%3A36%3A58%2B02%3A00`, which is correct, but it's encoding even characters that don't need to be encoded. Not encoding `:` is fine, and if it is...
Requires Java 17. This issue requires setting up again the dual release mode where some modules are released with Java17 support while the main modules are released using Java11. Then,...
Not implemented yet, but it might be worth considering.