Arquillian Cube Extension 1.0.0.Alpha2 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.Alpha2 release of the Arquillian Cube Extension component!

What’s included in the Alpha2 release?

Configurable Polling sleep time

You can now configure the timeout for Cube to wait for a Docker container to start when using the polling await strategy using the following configuration:

await:
  strategy: polling
  sleepPollingTime: 200 s
  iterations: 3

See the documentation for more information

New port binding configuration parameters

In Alpha1 we used the following portBinding syntax:

portBindings:
  - exposedPort: 8089/tcp
    port: 8089
  - exposedPort: 8080/tcp
    port: 8080

We felt this was a bit verbose, so in Alpha2 we updated the syntax to:

portBindings: [8089->8089/tcp, 8080->8080/tcp]

If you have any questions, problems or request: please drop us a note on the community forums.

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.Alpha2 view tag
Release date 2014-12-10
Released by Aslak Knutsen
Compiled against

Published artifacts org.arquillian.cube

Release notes and resolved issues 4

Enhancement
Bug

Thanks to the following list of contributors: Alex Soto, Aslak Knutsen