Alex Soto

Results 151 comments of Alex Soto

Perfect thank you so much, have you fixed? One guy has found similar problem and he has fixed by adding docker-java explicitly as first dependency.

Could we add this information to documentation?

It is something related to docker-java, we provided a PR to them that didn't use any jaxrs implementation, just plain java, but they discarded

don't know, I would say wait until Java 9 modules comes. It is a classloader problem because of transitive dependency of docker-java cc/ @bartoszmajsak

@iocanel should we do some to undertow the same we did for kubernetes client?

This guide should cover two use cases (incontainer test) which means having a @Deployment static method and `junit-container` dependency and also standalone case which means no @Deployment and `junit-standalone` dependency.

@aahmed-se I would do it differently. I am not an expert of TestNg but maybe you can get the idea from https://github.com/arquillian/arquillian-cube/tree/master/docker/junit-rule/src/main/java/org/arquillian/cube/docker/junit/rule

In this concrete example and if you are only planning to integrate with this part, then I suggest using the Rule approach in TestNg. If you plan to use more...

This comes from a uber version of fabric8 kubernetes version,

You mean for OpenShift/Kubernetes right?