Arquillian Cube Extension 1.0.0 Released

Since we wrote this post we didn't laze around. Check our latest announcement.

The Arquillian team is proud to announce the 1.0.0 release of the Arquillian Cube Extension component!

Finally we stopped long lasting series of Alpha releases and we are proud of bringing version of Arquillian Cube 1.0.0 to you. Obviously Alpha versions where totally usable but now we feel confident that internal API is mature and stable. It’s unlikely new versions will cause backward compatibilty issues.

We have also started using Semantic Versioning in Arquillian Cube. For this reason there is no Arquillian Cube 1.0.0.Final but simply Arquillian Cube 1.0.0.

What’s new

OpenShift Client Resource Provider

OpenShift test can be enriched with OpenShiftClient instance.

public class HelloWorldTest {

    @ArquillianResource
    OpenShiftClient client;

}

What is Arquillian Cube Extension?

With Arquillian Cube you can control the lifecycle of Docker images as part of the test lifecyle, either automatically or manually. This gives you the chance to scale up from a integration/functional test level all the way up to the system test level.

Release details

Component Arquillian Cube Extension
Version 1.0.0 view tag
Release date 2017-03-24
Released by Alex Soto
Compiled against

Published artifacts org.arquillian.cube

  • org.arquillian.cube » arquillian-cube-api jar javadoc pom
  • org.arquillian.cube » arquillian-cube-spi jar javadoc pom
  • org.arquillian.cube » arquillian-cube-core jar javadoc pom
  • org.arquillian.cube » arquillian-cube-containerless jar javadoc pom
  • org.arquillian.cube » assertj-docker-java jar javadoc pom
  • org.arquillian.cube » arquillian-cube-docker jar javadoc pom
  • org.arquillian.cube » arquillian-cube-docker-drone jar javadoc pom
  • org.arquillian.cube » arquillian-cube-docker-reporter jar javadoc pom
  • org.arquillian.cube » arquillian-cube-docker-restassured jar javadoc pom
  • org.arquillian.cube » arquillian-cube-openshift jar javadoc pom
  • org.arquillian.cube » arquillian-cube-kubernetes-fabric8 jar javadoc pom
  • org.arquillian.cube » arquillian-cube-kubernetes jar javadoc pom
  • org.arquillian.cube » arquillian-cube-kubernetes-reporter jar javadoc pom
  • org.arquillian.cube » arquillian-cube-requirement jar javadoc pom
  • org.arquillian.cube » arquillian-cube-bom pom

Release notes and resolved issues 3

Bug

Thanks to the following list of contributors: Bartosz Majsak, Ioannis Canellos, Alex Soto