Arquillian OSGi 2.1.0.CR5 Released

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

The Arquillian team is proud to announce the 2.1.0.CR5 release of the Arquillian OSGi component!

What is Arquillian 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 Arquillian OSGi
Modules
Version 2.1.0.CR5 view tag
Release date 2014-01-04
Released by Thomas Diesler
Compiled against

Published artifacts org.jboss.arquillian.protocol

  • org.jboss.arquillian.protocol » arquillian-protocol-osgi jar javadoc pom
  • org.jboss.arquillian.testenricher » arquillian-testenricher-osgi jar javadoc pom
  • org.jboss.arquillian.container » arquillian-container-osgi jar javadoc pom
  • org.jboss.arquillian.container » arquillian-container-jbosgi-embedded jar javadoc pom
  • org.jboss.arquillian.container » arquillian-container-felix-embedded jar javadoc pom
  • org.jboss.arquillian.container » arquillian-container-karaf-embedded jar javadoc pom
  • org.jboss.arquillian.container » arquillian-container-karaf-managed jar javadoc pom

Thanks to the following list of contributors: Thomas Diesler

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

ShrinkWrap 1.2.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.2.1 release of the ShrinkWrap component!

What is ShrinkWrap?

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
Version 1.2.1 view tag
Release date 2013-12-05
Released by Andrew Lee Rubinger
Compiled against
  • JUnit – 4.8.2

Published artifacts org.jboss.shrinkwrap

  • org.jboss.shrinkwrap » shrinkwrap-api jar javadoc pom
  • org.jboss.shrinkwrap » shrinkwrap-api-nio2 jar javadoc pom
  • org.jboss.shrinkwrap » shrinkwrap-bom pom
  • org.jboss.shrinkwrap » shrinkwrap-depchain pom
  • org.jboss.shrinkwrap » shrinkwrap-depchain-java7 pom
  • org.jboss.shrinkwrap » shrinkwrap-impl-base jar javadoc pom
  • org.jboss.shrinkwrap » shrinkwrap-impl-nio2 jar javadoc pom
  • org.jboss.shrinkwrap » shrinkwrap-spi jar javadoc pom

Release notes and resolved issues 5

Feature Request
Bug
  • SHRINKWRAP-467 - ShrinkWrapFileSystemProvider NPE
  • SHRINKWRAP-468 - Archive.move() on a directory does not move the files in that directory
  • SHRINKWRAP-469 - ShrinkWrapDirectoryStream.iterator missing IllegalStateException cases
  • SHRINKWRAP-470 - SeekableInMemoryByteChannel.truncate misimplements the contract

Thanks to the following list of contributors: Andrew Lee Rubinger, Michal Matloka, Aslak Knutsen