Daniel Arteaga
Daniel Arteaga
Hi I think I've found the root of this issue and it is around the following piece of code https://github.com/kubernetes-client/java/blob/6d39601da33cc64ee20a5d6e7500451b3278a6e7/util/src/main/java/io/kubernetes/client/util/WebSocketStreamHandler.java#L263-L274 My hypothesis is that. Despite the data being buffered to...
Hi @brendandburns, thanks for answering! do you mean to replace it with the following? ``` @Override public void failure(Throwable ex) { super.failure(ex); unhandledExceptionHandler.accept(ex); synchronized (ExecProcess.this) { // Try for a...
Ok that sounds reasonable, let's move the conversation to the PR https://github.com/kubernetes-client/java/pull/2366 Thanks!
Hi @brendandburns, great to see it has been merged into master, would you have an estimation on when it could be released? Thanks!
Ok, that's fine, I'll subscribe to the releases feed so I can't get notified when it happens. Thanks so much!
Hi @brendandburns, any news on this? It would be great to have this released. Could I help with something? Thanks!
Would it be possible to include on this version the commits related to those PRs, please? * https://github.com/kubernetes-client/java/pull/2366 * https://github.com/kubernetes-client/java/pull/2387 * https://github.com/kubernetes-client/java/pull/2388 @brendandburns I was waiting for a long time...
Great to see the CVE has gone. 👏 @rjeberhard I've already done a PR with those commits https://github.com/kubernetes-client/java/pull/2429, @brendandburns do we need an issue to perform the new version cut?...
Hi 👋🏼 @jennifer-shehane, @chrisbreiding, can anyone take a look at this issue? This `hosts` feature is critical for us when testing complex authentication workflows like OAuth. We have developed a...
> If/when https://github.com/cypress-io/cypress/issues/22676 is implemented, this should be kept in mind as well. @funktionalsystems you are right, we should keep it However, this case is a bit special because we...