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

Arquillian Droidium 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 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.Alpha4 view tag
Release date 2014-01-07
Released by Karel Piwko
Compiled against

Published artifacts org.arquillian.container

  • 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.extension » arquillian-droidium-web-spi jar javadoc pom
  • org.arquillian.extension » arquillian-droidium-web jar javadoc pom
  • org.arquillian.droidium.archetype » arquillian-droidium-archetype-native-test jar javadoc pom
  • org.arquillian.droidium.archetype » arquillian-droidium-archetype-web-test jar javadoc pom

Release notes and resolved issues 5

Windows related fixes

Enhancement
  • ARQ-1603 - tmpDir specification should allow to be without trailing slash
Bug
  • ARQ-1600 - ProcessExecutor might get stuck on Windows
  • ARQ-1601 - adb is not found on Windows
  • ARQ-1602 - Emulator process returns immediately on Windows
  • ARQ-1605 - APK export/import does not work correcty on Windows

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

Arquillian Drone Extension 1.2.1.Final Released

Since we wrote this post we didn't laze around. Check our latest announcement.

The Arquillian team is proud to announce the 1.2.1.Final release of the Arquillian Drone Extension component!

This release brings Safari support, inheritance bugfixes and minor improvements for reusable browsers. Additionally, Selenium version was updated to 2.37.1, so you can enjoy latest browsers out of the box. Don’t forget to check our documentation.


What’s new in Drone since 1.2.0.Final?

Safari support

Drone is now able to inject Safari browser. Kudos for implementing this feature goes to Jiří Locker! Usage is as easy as you would expect.

arquillian.xml
<extension qualifier=“webdriver”>
<property name=“browser”>safari</property>
</extension>

I’d like to thank everybody involved in this release. You guys make testing a breeze!

We hope that you’ll enjoy new stuff and look forward to hear your feedback in the community forums.

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 Drone Extension
Version 1.2.1.Final view tag
Release date 2013-12-03
Released by Karel Piwko
Compiled against

Published artifacts org.jboss.arquillian.extension

  • org.jboss.arquillian.extension » arquillian-drone-bom pom
  • org.jboss.arquillian.extension » arquillian-drone-selenium-depchain pom
  • org.jboss.arquillian.extension » arquillian-drone-webdriver-depchain pom
  • org.jboss.arquillian.extension » arquillian-drone-api jar javadoc pom
  • org.jboss.arquillian.extension » arquillian-drone-spi jar javadoc pom
  • org.jboss.arquillian.extension » arquillian-drone-configuration jar javadoc pom
  • org.jboss.arquillian.extension » arquillian-drone-impl jar javadoc pom
  • org.jboss.arquillian.extension » arquillian-drone-selenium-server jar javadoc pom
  • org.jboss.arquillian.extension » arquillian-drone-selenium jar javadoc pom
  • org.jboss.arquillian.extension » arquillian-drone-webdriver jar javadoc pom

Release notes and resolved issues 9

Bugfix release with Safari support

Component Upgrade
Feature Request
  • ARQ-951 - Drone: Setup Matrix jobs for browser support
  • ARQ-1537 - Support for Safari browser
  • ARQ-1575 - Fix Eclipse/JBDS missing console configuration warning
Bug
  • ARQ-1543 - Unexpected ISE "Unexpected callable present in Drone Context, should be already instantiated at this moment."
  • ARQ-1593 - Missing Desired Capabilities for PhantomJS
  • ARQ-1594 - InitializationParameter does not check for non-serializable fields

Thanks to the following list of contributors: Karel Piwko, Jiří Locker

Arquillian REST 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 REST Extension 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 REST Extension
Version 1.0.0.Alpha2 view tag
Release date 2013-12-10
Released by Aslak Knutsen
Compiled against

Published artifacts org.jboss.arquillian.extension

  • org.jboss.arquillian.extension » arquillian-rest-client-api jar javadoc pom
  • org.jboss.arquillian.extension » arquillian-rest-client-impl-base jar javadoc pom
  • org.jboss.arquillian.extension » arquillian-rest-client-impl-2x jar javadoc pom
  • org.jboss.arquillian.extension » arquillian-rest-client-impl-3x jar javadoc pom
  • org.jboss.arquillian.extension » arquillian-rest-client-impl-jaxrs-2 jar javadoc pom
  • org.jboss.arquillian.extension » arquillian-rest-warp-api jar javadoc pom
  • org.jboss.arquillian.extension » arquillian-rest-warp-spi jar javadoc pom
  • org.jboss.arquillian.extension » arquillian-rest-warp-impl-base jar javadoc pom
  • org.jboss.arquillian.extension » arquillian-rest-warp-impl-resteasy jar javadoc pom
  • org.jboss.arquillian.extension » arquillian-rest-warp-impl-jersey jar javadoc pom
  • org.jboss.arquillian.extension » arquillian-rest-warp-impl-cxf jar javadoc pom
  • org.jboss.arquillian.extension » arquillian-rest-warp-impl-jaxrs-2.0 jar javadoc pom
  • org.jboss.arquillian.extension » arquillian-rest-warp-bom pom

Release notes and resolved issues 2

JAX-RS 2 Client

Feature Request
  • ARQ-1563 - Add support for JAX-RS 2.0 Client APIs

Thanks to the following list of contributors: John D. Ament, Aslak Knutsen, Bernard Labno

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

While this release is available, it has some serious problems for Windows users. A new release should be available soon.

Known issues

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.Alpha3 view tag
Release date 2013-12-03
Released by Karel Piwko
Compiled against

Published artifacts org.arquillian.container

  • 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.extension » arquillian-droidium-web-spi jar javadoc pom
  • org.arquillian.extension » arquillian-droidium-web jar javadoc pom
  • org.arquillian.droidium.archetype » arquillian-droidium-archetype-native-test jar javadoc pom
  • org.arquillian.droidium.archetype » arquillian-droidium-archetype-web-test jar javadoc pom

Release notes and resolved issues 16

Better integration with Android SDK

Component Upgrade
  • ARQ-1590 - Update JBoss parent to the latest one
Enhancement
  • ARQ-1567 - Explain validation errors in more depth
  • ARQ-1568 - Droidium fails if emulator is about to start and there is not API level 10 and apiLevel is not in config
  • ARQ-1570 - Provide better parsing of ABI in connection with API level for Droidium
  • ARQ-1577 - Do not start Android container when there is not android browser in webdriver extension specified
Feature Request
  • ARQ-1533 - Uninstall packages from device before test when they are already installed
  • ARQ-1547 - Improve the parsing of activities from AndroidManifest.xml of AUT
  • ARQ-1571 - Remove API 10 from default platform
  • ARQ-1580 - Provide better AVD logging information
  • ARQ-1582 - Honor ANDROID_SDK_HOME, deprecate generatedAvdPath
  • ARQ-1584 - Remove duplication from Droidium modules
  • ARQ-1587 - Droidium has to fail when there is already started emulator on the same ports
Bug
  • ARQ-1509 - Arquillian Droidium Multiple Container does not work correctly when used standalone
  • ARQ-1583 - Emulator does not figure out process had died
  • ARQ-1585 - Droidium does not figure out AVD is broken

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