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

This release fixes some regressions found in Alpha5.

WildFly Support

We had some problems with enriching the inspections with WildFly.

We’ve switched our integration tests to run with WildFly 8.0.0.CR1 by default.

Filtering Requests by GET/POST Parameter

As you may notice, Warp didn’t support filtering the requests. Moreover Alpha5 didn’t even have a way to get the relevant information from the HttpRequest interface. This is now fixed with Alpha6 and you can start using this new API:

Warp
   .activity(Activity)
   .observe(request().parameter().equal("id", "12345"))
   .inspect(Inspection);

You can find a better example in the functional test suite.

Upgrade to LittleProxy 1.0.0-beta-5 and Netty 4

Warp internally uses LittleProxy (that uses Netty) for request interception and enrichment.

Even though this shouldn’t affect you negatively, there might be some regressions.

But on a positive note, we are no longer seeing some intermittent issues (the test got occasionally stuck) after upgraded from LittleProxy 0.5.3.

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.Alpha6 view tag
Release date 2014-01-17
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 7

Bug Fixes

Component Upgrade
  • ARQ-1616 - Warp: upgrade WildFly to CR1
  • ARQ-1621 - Upgrade LittleProxy to 1.0.0-beta-5
Enhancement
  • ARQ-1562 - Warp: doesn't provide a built-in support for matching GET/POST requests by their parameters
Feature Request
  • ARQ-1620 - Switch integration tests to WildFly as a default container
  • ARQ-1622 - Warp: resolves wrong URL for communication with proxy
Bug
  • ARQ-1561 - Warp proxy tries to rewrite binary files
  • ARQ-1598 - Warp on WildFly: CDI fails to inject into inspection that is inner static class

Thanks to the following list of contributors: Lukas Fryc