Arquillian Spacelift 1.0.0.Alpha4 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.Alpha4 release of the Arquillian Spacelift component!

What is Arquillian?

Arquillian is open source software that empowers you to test JVM-based applications more effectively. Created to defend the software galaxy from bugs, Arquillian brings your test to the runtime so you can focus on testing your application's behavior rather than managing the runtime. Using Arquillian, you can develop a comprehensive suite of tests from the convenience of your IDE and run them in any IDE, build tool or continuous integration environment.

Release details

Component Arquillian Spacelift
Version 1.0.0.Alpha4 view tag
Release date 2015-01-19
Released by Karel Piwko
Compiled against

Published artifacts org.arquillian.spacelift

  • org.arquillian.spacelift » arquillian-spacelift-api jar javadoc pom
  • org.arquillian.spacelift » arquillian-spacelift jar javadoc pom
  • org.arquillian.spacelift » arquillian-spacelift-spi jar javadoc pom

Release notes and resolved issues 2

Feature Request
  • ARQ-1898 - Provide ExecutionServiceFactory instance by default
Bug
  • ARQ-1897 - Converting to time unit from miliseconds for CountDownWatch#timeLeft() is not necessary

Thanks to the following list of contributors: Karel Piwko, Stefan Miklosovic

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

What’s included in the Alpha3 release?

New Containerless DeployableContainer

When we’ve previously been talking about Containers we have been referring to Containers where the application is deployed inside a container. For example in the case of a Tomcat application, resources are deployed inside a Servlet container or in case of Apache TomEE you can deploy EJBs inside an EJB container.

But nowadays there are applications that contains the container (if they have one) embedded inside them. Typically these applications uses an embedded server and they are run directly from the commandline. Some examples can be Spring Boot, Netty, SparkJava or Undertow.

Arquillian Cube now has a ContainerLess DeployableContainer that combined with Docker can ‘deploy’ any application. This is not restricted to only Java applications, but can just as well be a Node or Ruby on Rails app.
For more information and examples see the documentation

Infer exposedPorts from portBindings

To simplify the configuration, Arquillian Cube will now auto export all ports
defined in the portBindings option. No need to specify them twice. In the case where
you want to remap the ports or only expose some of them, you can still define that
using the exposedPorts option.

For more information see the documentation

Allow connecting to a running container

With the configuration option shouldAllowToConnectToRunningContainers you can bypass
the Create/Start Cube commands if the a Docker Container with the same name is already
running on the target system. If so, Cube will reuse that Container moving forward.

This allow you to prestart the containers manually during development and just
connect to them to avoid the extra cost of starting the Docker Containers for each test
run. This assumes you are not changing the actual definition of the Docker Container itself.

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.Alpha3 view tag
Release date 2015-01-15
Released by Aslak Knutsen
Compiled against

Published artifacts org.arquillian.cube

Release notes and resolved issues 6

Bug
Enhancement

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

Arquillian Recorder 1.0.0.Beta1 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.Beta1 release of the Arquillian Recorder component!

What is Arquillian?

Arquillian is open source software that empowers you to test JVM-based applications more effectively. Created to defend the software galaxy from bugs, Arquillian brings your test to the runtime so you can focus on testing your application's behavior rather than managing the runtime. Using Arquillian, you can develop a comprehensive suite of tests from the convenience of your IDE and run them in any IDE, build tool or continuous integration environment.

Release details

Component Arquillian Recorder
Version 1.0.0.Beta1 view tag
Release date 2015-01-14
Released by Stefan Miklosovic
Compiled against

Published artifacts org.arquillian.extension

  • org.arquillian.extension » arquillian-recorder-api jar javadoc pom
  • org.arquillian.extension » arquillian-recorder-spi jar javadoc pom
  • org.arquillian.extension » arquillian-recorder-reporter-api jar javadoc pom
  • org.arquillian.extension » arquillian-recorder-reporter-spi jar javadoc pom
  • org.arquillian.extension » arquillian-recorder-reporter-impl jar javadoc pom
  • org.arquillian.extension » arquillian-recorder-screenshooter-api jar javadoc pom
  • org.arquillian.extension » arquillian-recorder-screenshooter-spi jar javadoc pom
  • org.arquillian.extension » arquillian-recorder-screenshooter-impl-base jar javadoc pom
  • org.arquillian.extension » arquillian-recorder-video-api jar javadoc pom
  • org.arquillian.extension » arquillian-recorder-video-spi jar javadoc pom
  • org.arquillian.extension » arquillian-recorder-video-impl-base jar javadoc pom
  • org.arquillian.extension » arquillian-desktop-video-recorder jar javadoc pom

Release notes and resolved issues 8

Enhancement
  • ARQ-1831 - Make reported exception stack-traces more concise
  • ARQ-1878 - Introduce TableEntry
Feature Request
  • ARQ-1838 - Add message to taken screenshot and video for documentation purposes
  • ARQ-1876 - Investigate collapsable entries
Bug
  • ARQ-1829 - Reporting ScreenshotEntry with phase == onEveryAction is not possible
  • ARQ-1839 - Reporter: if test does not have screenshots then next test report has wrong indentation
  • ARQ-1877 - PropertyEntry.getProperties doesn't seem to be rendered recursivly
  • ARQ-1894 - Deleted videos appear in resulting report

Thanks to the following list of contributors: Stefan Miklosovic, Juraj Huska

Arquillian Container - WebLogic Project 1.0.0.Alpha3 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.Alpha3 release of the Arquillian Container - WebLogic Project component!

What is Arquillian?

Arquillian is open source software that empowers you to test JVM-based applications more effectively. Created to defend the software galaxy from bugs, Arquillian brings your test to the runtime so you can focus on testing your application's behavior rather than managing the runtime. Using Arquillian, you can develop a comprehensive suite of tests from the convenience of your IDE and run them in any IDE, build tool or continuous integration environment.

Release details

Component Arquillian Container - WebLogic Project
Modules
Version 1.0.0.Alpha3 view tag
Release date 2015-01-09
Released by Aslak Knutsen
Compiled against

Published artifacts org.jboss.arquillian.container

  • org.jboss.arquillian.container » arquillian-wls-common jar javadoc pom
  • org.jboss.arquillian.container » arquillian-wls-remote-10.3 jar javadoc pom
  • org.jboss.arquillian.container » arquillian-wls-remote-12.1 jar javadoc pom
  • org.jboss.arquillian.container » arquillian-wls-remote-12.1.2 jar javadoc pom
  • org.jboss.arquillian.container » arquillian-wls-managed-10.3 jar javadoc pom
  • org.jboss.arquillian.container » arquillian-wls-managed-12.1 jar javadoc pom
  • org.jboss.arquillian.container » arquillian-wls-managed-12.1.2 jar javadoc pom
  • org.jboss.arquillian.container » arquillian-wls-embedded-12.1 jar javadoc pom

Release notes and resolved issues 9

Component Upgrade
  • ARQ-1133 - Upgrade to Arquillian core 1.0.2.Final for WebLogic Containers
Enhancement
  • ARQ-784 - The wlsHome property of the WebLogic containers should default to a pre-defined environment variable
  • ARQ-1122 - ServletRuntime lookup only returns servlets of first web application found
  • ARQ-1173 - Remove the javaHome configuration property for the WLS containers
  • ARQ-1183 - Allow the use of non-blocking random number generators for deployments against WebLogic Servers
  • ARQ-1184 - Use wljmxclient.jar instead of weblogic.jar in the searchpath of the WebLogic JMX client
Feature Request
  • ARQ-785 - Implement a managed WebLogic Server container
  • ARQ-1172 - Implement an embedded WebLogic Server container
  • ARQ-1760 - Replace the WebLogic.Deployer deployment mechanism with JMX for WLS 12.1.2 and higher

Thanks to the following list of contributors: Vineet Reynolds, Aslak Knutsen, Arjan Tijms, Joseph Snyder

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