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

This release was focused on fixing issues and setting up container interoperability tests.

I’m really proud for all the fixes which you submitted and, as I promised, we release this Alpha to allow you grab and test those changes on a monthly basis.

Container Compatibility

Thanks to the Arquillian Container adapters, it was pretty easy to setup container compatibility tests. You can see the results on Jenkins CloudBees instance

If you are missing support for your favorite container, speak up and we will add the desired configuration to the matrix!

As you can see from the results of compatibility tests, Warp and Warp JSF tests pass 100% on following containers:

  • WildFly 8.0.0.Beta1
  • JBoss AS 7.1.1.Final

Some tests have minor issues on TomEE 1.5.1 and unfortunately a number of tests fail on GlassFish 3.1. If any of these containers are of interest to you, please don’t hesitate to lend us a helping hand getting these up to 100% as well.

Warp Extensions – REST and Portlets

Warp REST extension was released in its Alpha1 version recently. Thanks Jakub Narloch and Bernard Labno for their hard work with extending Warp cross-framework coverage.

Ken Finnigan is also finalizing Warp Portlet support – his efforts helped to refine Warp core in this release significantly.

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.Alpha5 view tag
Release date 2013-10-30
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 6

Bug Fixes + Portlet Support

Enhancement
  • ARQ-1538 - Provide the ability for Inspection methods to have multiple qualifiers
  • ARQ-1552 - Rewrite any absolute urls in Warp response content with Proxy URL
Feature Request
  • ARQ-1261 - Warp: setup container-compatibility integration builds
Bug
  • ARQ-1478 - Warp JSF: Nonexistent facelet file causes IllegalArgumentException
  • ARQ-1494 - Warp: fails when ProxyURLProvider is called more than once per test
  • ARQ-1556 - Warp Inspection methods with multiple qualifiers are executed but incorrectly verified

Thanks to the following list of contributors: Lukas Fryc, Ken Finnigan, Jan Dosoudil