Marc Nuri

Results 189 issues of Marc Nuri

## Description deps: bump OkHttp to 3.14.9 ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] Feature (non-breaking change which adds...

wip

### Describe the bug Dependabot has reported a few alerts on our internal go module tooling https://github.com/fabric8io/kubernetes-client/security/dependabot ### Fabric8 Kubernetes Client version SNAPSHOT ### Steps to reproduce n/a ### Expected...

bug

### Is your enhancement related to a problem? Please describe Currently, the [`JettyHttpClient#sendAsync`](https://github.com/fabric8io/kubernetes-client/blob/27d1eafaa3f64088eb9d317aad3a5567f8586ab2/httpclient-jetty/src/main/java/io/fabric8/kubernetes/client/jetty/JettyHttpClient.java#L78-L96) method reads the response completely in-memory before completing the future, even for streaming return types (`Readable` or...

Mirror issue for https://github.com/kubernetes/kubernetes/issues/47862 https://kubernetes.io/docs/tasks/access-application-cluster/port-forward-access-application-cluster/

enhancement
status/never-stale

## Description ci: Update pipelines to verify compilation on Java 17 ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] Feature...

### Description Currently, we have different _validations_ scattered around the methods that accept a single String argument such as inNamespace, withName, and so on. We should be consistent and perform...

status/never-stale

### Is your task related to a problem? Please describe Missing tests ### Describe the solution you'd like Tests should verify the features provided by the interceptor. - Token reload...

test
status/never-stale
component/kubernetes-client

### Tasks - [x] Review milestone - [x] Release 6.0.0-RC1 https://github.com/fabric8io/kubernetes-client/releases/tag/v6.0.0-RC1 - [x] Blog post about Release Candidate https://blog.marcnuri.com/fabric8-kubernetes-client-6-0-0-rc1 - [x] Quarkus draft PR https://github.com/quarkusio/quarkus/pull/26107 - [x] Eclipse JKube draft...

### Is your task related to a problem? Please describe Remove any inappropriate language from our repo**s** (white, black, master, slave...) ### Describe the solution you'd like `master` branch should...

### Description Currently MockWebServer has partial support for HTTP/2 but provides incomplete handshakes. This seems to work for OkHttp, but not for other client implementations. Provide an MockWebServer alternative with...

status/never-stale
component/openshift-server-mock
component/kubernetes-server-mock