ShrinkWrap OSGi 1.0.0-alpha-1 Released

The Arquillian team is proud to announce the 1.0.0-alpha-1 release of the ShrinkWrap OSGi component!

Shrinkwrap helpers for BND (OSGi)

This extension provides helper tools for creating Shrinkwrap archives using BND.

Currently provides the functionality needed by arquillian-deployment-generator-bnd.

How to use it?

BndProjectBuilder bndProjectBuilder = ShrinkWrap.create(BndProjectBuilder.class)
	    .setBndFile(bndFile)
	    .generateManifest(true)
	    .addProjectPropertiesFile(commonBndFile);
JavaArchive javaArchive = bndProjectBuilder.as(JavaArchive.class);

You can find examples of how to use it in BndDeploymentScenarioGenerator.

What is ShrinkWrap OSGi?

ShrinkWrap is the simplest way to create archives in Java. Using the fluent and intuitive ShrinkWrap API, developers may assemble JARs, WARs, and EARs to be deployed directly by Arquillian during testing.

Release details

Component ShrinkWrap OSGi
Version 1.0.0-alpha-1 view tag
Release date 2015-02-01
Released by Aslak Knutsen

Published artifacts org.jboss.shrinkwrap.osgi

Thanks to the following list of contributors: Carlos Sierra Andrés, Aslak Knutsen, Gregory Amerson

ShrinkWrap Descriptors Docker 1.0.0-alpha-1 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-alpha-1 release of the ShrinkWrap Descriptors Docker component!

Shrinkwrap helpers Dockers Dockerfile

This extension provide helpers for creating Dockerfiles via the ShrinkWrap Descriptors spis.

How to use it?

Add the following to your dependencies:

<!-- Docker Descriptors API -->
<dependency>
  <groupId>org.jboss.shrinkwrap.descriptors</groupId>
  <artifactId>shrinkwrap-descriptors-api-docker</artifactId>
  <version>1.0.0-alpha-1</version>
</dependency>

<!-- Docker Descriptors Implementation -->
<dependency>
  <groupId>org.jboss.shrinkwrap.descriptors</groupId>
  <artifactId>shrinkwrap-descriptors-impl-docker</artifactId>
  <version>1.0.0-alpha-1</version>
  <scope>runtime</scope>
</dependency>

Then you can use it by initializing it via the ShrinkWrap Descriptors factory:

DockerDescriptor descriptor = Descriptors.create(DockerDescriptor.class);
descriptor.from().name("jbossforge");
descriptor.user().name("George");
System.out.println(descriptor.exportAsString());

This will produce the following Dockerfile:

FROM jbossforge
USER George

Look out for support for @Deployment of Dockerfile in Arquillian Cube

What is ShrinkWrap Descriptors Docker?

The Shrinkwrap Descriptor project provides an uniformed fluent API for creating and modifying Java EE deployment descriptors on the fly. Starting from the very early JEE 1.3 to the brand new Java EE 7 version, the descriptor project includes almost all official deployment descriptors. Several vendor specific deployment descriptors, mostly JBoss related, are covered as well.

Release details

Component ShrinkWrap Descriptors Docker
Version 1.0.0-alpha-1 view tag
Release date 2015-02-03
Released by George Gastaldi
Compiled against

Published artifacts org.jboss.shrinkwrap.descriptors

  • org.jboss.shrinkwrap.descriptors » shrinkwrap-descriptors-api-docker jar javadoc pom
  • org.jboss.shrinkwrap.descriptors » shrinkwrap-descriptors-impl-docker jar javadoc pom

Thanks to the following list of contributors: George Gastaldi, Aslak Knutsen

Gradle Arquillian plugin 1.0.0-alpha-7 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-alpha-7 release of the Gradle Arquillian plugin 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 Gradle Arquillian plugin
Version 1.0.0-alpha-7 view tag
Release date 2015-02-01
Released by Karel Piwko

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

Arquillian Spacelift 1.0.0.Alpha5 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.Alpha5 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.Alpha5 view tag
Release date 2015-02-01
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

Release notes and resolved issues 0

Thanks to the following list of contributors: Karel Piwko

Arquillian Droidium 1.0.0.Alpha6 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.Alpha6 release of the Arquillian Droidium 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 Droidium
Version 1.0.0.Alpha6 view tag
Release date 2015-01-30
Released by Stefan Miklosovic
Compiled against

Published artifacts org.arquillian.extension

  • org.arquillian.extension » arquillian-droidium-platform-spi jar javadoc pom
  • org.arquillian.extension » arquillian-droidium-platform jar javadoc pom
  • org.arquillian.container » arquillian-droidium-container-api jar javadoc pom
  • org.arquillian.container » arquillian-droidium-container-spi jar javadoc pom
  • org.arquillian.container » arquillian-droidium-container jar javadoc pom
  • org.arquillian.extension » arquillian-droidium-multiple-containers jar javadoc pom
  • org.arquillian.protocol » arquillian-protocol-android jar javadoc pom
  • org.arquillian.extension » arquillian-droidium-native-api jar javadoc pom
  • org.arquillian.extension » arquillian-droidium-native-spi jar javadoc pom
  • org.arquillian.extension » arquillian-droidium-native jar javadoc pom
  • org.arquillian.droidium.archetype » arquillian-droidium-archetype-native-test jar javadoc pom
  • org.arquillian.extension » arquillian-droidium-screenshooter jar javadoc pom
  • org.arquillian.extension » arquillian-droidium-recorder jar javadoc pom

Release notes and resolved issues 11

Feature Request
  • ARQ-1528 - Be able to start multiple Android containers simultaneously in one test run
  • ARQ-1536 - Provide @StartActivity annotation put on test method to automatically start it or use @Location from Graphene to do so
  • ARQ-1557 - Align undeployment logic in a proper Arquillian way
  • ARQ-1613 - Allow Android Shell command timeouts
  • ARQ-1704 - Implement replacement for AndroidDriver dropped in Selenium 2.40
  • ARQ-1718 - Simple way to test on real device without the need to use serial id
  • ARQ-1763 - Download boilerplate APKs for Droidium by Spacelift
  • ARQ-1895 - Implement video recorder for Droidium
Bug
  • ARQ-1658 - Wrong isInstance check prevents usage of new/custom container
  • ARQ-1824 - Support Google Inc.:Google APIs (x86 System Image):19 format
  • ARQ-1885 - Droidium is not buildable with Java 8

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