Arquillian Warp 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 Warp component!

We have decided to release another Alpha release since it takes longer than expected to get through the issues schedule for Beta.

This release is not heavy in terms of number of fixes, but it still contain some important ones:

Highlighted Changes

EAR Deployments Support

Thanks to for the great contribution from Robert Panzer, Warp now supports EAR Deployments!

Critical Bug Fix

With this release, we’ve fixed the The response payload with serialId 4065404507533364875 was never registered issue. Not only did it cause some requests to fail, but it also made some tests non-deterministic and intermittently failing.

Road to Beta…

Since the road to the Beta is still a long walk, we are going to do more Alpha releases in timely manner. So you won’t lose touch with the latest bug fixes! (especially if you have contributed them!)

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 Warp
Version 1.0.0.Alpha4 view tag
Release date 2013-09-10
Released by Lukas Fryc
Compiled against

Published artifacts org.jboss.arquillian.extension

  • org.jboss.arquillian.extension » arquillian-warp-bom pom
  • org.jboss.arquillian.extension » arquillian-warp-api jar javadoc pom
  • org.jboss.arquillian.extension » arquillian-warp-spi jar javadoc pom
  • org.jboss.arquillian.extension » arquillian-warp-impl jar javadoc pom
  • org.jboss.arquillian.extension » arquillian-warp-jsf jar javadoc pom

Release notes and resolved issues 4

Stabilization

Feature Request
  • ARQ-1422 - Add support for using Warp with ear deployments
  • ARQ-1457 - Upgrade to Arquillian Core 1.1 and Drone 1.2
Bug
  • ARQ-1420 - The PayloadRegistry#registerResponsePayload() is being called after the #retrieveResponsePayload() which ends up with ResponsePayloadWasNeverRegistered exception.
  • ARQ-1430 - Warp does not take superclass into account when scanning for @WarpTest

Thanks to the following list of contributors: Lukas Fryc, Robert.panzer