Andy Gumbrecht

Results 8 issues of Andy Gumbrecht

Given the following upstream URL: http://WINDOMAIN\MYUSER:[email protected]:8080 HoverFly fails with this response: Could not parse upstream proxy: %!(EXTRA string=parse http://WINDOMAIN\MYUSER:[email protected]:8080: net/url: invalid userinfo) Escaping the backslash has the same issue. An...

bug

In a CI environment the DockerUri and DockerServer may not be interchangeable if the CI is not the actual DinD server, rather it has started and mapped a DinD runner....

Enhancement - Allow override of selenium containers. Currently, they're added after the cubeSpecificProperties are evaluated and applied. And also determine the real container hostname/IP for a cube. I am working...

##### Issue Overview The @HostIp should be the docker host IP, and not localhost. @HostIp private String ipHost; ##### Expected Behaviour Return the docker host IP, ie. 172.17.0.1 ##### Current...

com.github.dockerjava.api.model.PullResponseItem#isPullSuccessIndicated checks for several success states, but misses "Exists" and treats this status as a failure. Caused by: com.github.dockerjava.api.exception.DockerClientException: Could not pull image: Exists If would be great if the...

resolution/stale

Maybe just one line on how to get Atom to use this?

I have been unable to generate any Java code that will compile or is usable (type safe) on Java 19 - I haven't tried any earlier version, so really this...

OkHttp is deprecated in Spring 6.1 https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/http/client/OkHttp3ClientHttpRequestFactory.html Is there any intention to replace it in this library with something that will be better supported in the future, like https://hc.apache.org/ or...