Alex Soto
Alex Soto
I am trying to use a private key generated with OpenSSH, but I always get an invalid private key exception. I am using Java8 and jcabi-ssh 1.5. The private key...
I'd like to be able to generate a Watcher in my kubernetes operator as a functional interface/Method reference instead of having to use an inner class. ``` crClient.watch(new Watcher() {...
Fix #937 Still no tests or applied to all enrichers because I am not sure about the approach. I think this is the cleanest way of doing it, but waiting...
In some situations it may be useful to run pre or post operations on test phase. I am thinking in next scenario. Project A has a Project A-AT which contains...
If you take a look at https://github.com/arquillian/arquillian-core/blob/master/test/impl-base/src/main/java/org/jboss/arquillian/test/impl/enricher/resource/ArquillianResourceTestEnricher.java#L131 you see that if a `ResourceProvider` returns a null, then an exception is thrown. I think that it should log as warning/info and...
Add support for JaCoCo in Cube standalone mode so when executing client test, the code run in the container can also be counted in coverage.
Fix transitive deps with jaxrs issues. Several users has found some issues when they were using RestEasy and docker cube, this is because docker-java uses Jersey as jaxrs provider and...
##### Issue Overview Add support for Openwhisk so you can install a function/s, run the tests and delete the function/s. Two modes should be supported by the assistant one (programmatic)...