Arquillian Core 1.0.0.CR2 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.CR2 release of the Arquillian Core 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 Core
Version 1.0.0.CR2 view tag
Release date 2011-07-12
Released by Aslak Knutsen
Compiled against

Published artifacts org.jboss.arquillian.core

  • org.jboss.arquillian.core » arquillian-core-api jar javadoc pom
  • org.jboss.arquillian.core » arquillian-core-spi jar javadoc pom
  • org.jboss.arquillian.core » arquillian-core-impl-base jar javadoc pom
  • org.jboss.arquillian.config » arquillian-config-api jar javadoc pom
  • org.jboss.arquillian.config » arquillian-config-spi jar javadoc pom
  • org.jboss.arquillian.config » arquillian-config-impl-base jar javadoc pom
  • org.jboss.arquillian.test » arquillian-test-api jar javadoc pom
  • org.jboss.arquillian.test » arquillian-test-spi jar javadoc pom
  • org.jboss.arquillian.test » arquillian-test-impl-base jar javadoc pom
  • org.jboss.arquillian.container » arquillian-container-spi jar javadoc pom
  • org.jboss.arquillian.container » arquillian-container-impl-base jar javadoc pom
  • org.jboss.arquillian.container » arquillian-container-test-api jar javadoc pom
  • org.jboss.arquillian.container » arquillian-container-test-spi jar javadoc pom
  • org.jboss.arquillian.container » arquillian-container-test-impl-base jar javadoc pom
  • org.jboss.arquillian.junit » arquillian-junit-core jar javadoc pom
  • org.jboss.arquillian.junit » arquillian-junit-standalone jar javadoc pom
  • org.jboss.arquillian.junit » arquillian-junit-container jar javadoc pom
  • org.jboss.arquillian.testng » arquillian-testng-core jar javadoc pom
  • org.jboss.arquillian.testng » arquillian-testng-standalone jar javadoc pom
  • org.jboss.arquillian.testng » arquillian-testng-container jar javadoc pom
  • org.jboss.arquillian.testenricher » arquillian-testenricher-cdi jar javadoc pom
  • org.jboss.arquillian.testenricher » arquillian-testenricher-ejb jar javadoc pom
  • org.jboss.arquillian.testenricher » arquillian-testenricher-resource jar javadoc pom
  • org.jboss.arquillian.testenricher » arquillian-testenricher-initialcontext jar javadoc pom
  • org.jboss.arquillian.protocol » arquillian-protocol-servlet jar javadoc pom
  • org.jboss.arquillian.protocol » arquillian-protocol-jmx jar javadoc pom
  • org.jboss.arquillian » arquillian-bom pom

Release notes and resolved issues 11

Quick fix CR2 release

Bug
  • ARQ-56 - @Before/@After should only be executed on the server side
  • ARQ-282 - DeployableContainer.stop(Context) never called
  • ARQ-391 - Before/After Methods are not executed on tests
  • ARQ-458 - @Before not called with @RunAsClient
  • ARQ-470 - Remove Dependency on ShrinkWrap Resolver Maven from Arq Container Core
  • ARQ-482 - ExceptionProxy does not handle constructors of type (Throwable)
  • ARQ-488 - Arquillian-testng-container does not specify shrinkwrap-impl-base dependency
  • ARQ-495 - ServletProtocol does not use RemoteLoadableExtension so CommandService is not registered
  • ARQ-499 - NPE when undeploying when nothing was deployed
  • ARQ-500 - TestEnrichers are executed on Client even when @Test is incontainer

Thanks to the following list of contributors: Aslak Knutsen, Karel Piwko

Arquillian Container Weld Root POM 1.0.0.CR2 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.CR2 release of the Arquillian Container Weld Root POM 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 Container Weld Root POM
Modules
Version 1.0.0.CR2 view tag
Release date 2011-07-12
Released by Aslak Knutsen
Compiled against

Published artifacts org.jboss.arquillian.container

  • org.jboss.arquillian.container » arquillian-weld-ee-embedded-1.1 jar javadoc pom
  • org.jboss.arquillian.container » arquillian-weld-se-embedded-1 jar javadoc pom
  • org.jboss.arquillian.container » arquillian-weld-se-embedded-1.1 jar javadoc pom

Thanks to the following list of contributors: Aslak Knutsen

Arquillian Container OpenWebBeans 1.0.0.CR1 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.CR1 release of the Arquillian Container OpenWebBeans 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 Container OpenWebBeans
Version 1.0.0.CR1 view tag
Release date 2011-07-06
Released by Aslak Knutsen
Compiled against

Published artifacts org.jboss.arquillian.container

  • org.jboss.arquillian.container » arquillian-openwebbeans-embedded-1 jar javadoc pom

Release notes and resolved issues 1

Containers OpenWebBeans - CR1

Thanks to the following list of contributors: Aslak Knutsen

Graphene 1.0.0.CR1 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.CR1 release of the Graphene 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 Graphene
Version 1.0.0.CR1 view tag
Release date 2011-06-29
Released by Lukas Fryc
Compiled against

Published artifacts org.jboss.arquillian.ajocado

  • org.jboss.arquillian.ajocado » arquillian-ajocado-api jar javadoc pom
  • org.jboss.arquillian.ajocado » arquillian-ajocado-impl jar javadoc pom
  • org.jboss.arquillian.ajocado » arquillian-ajocado-drone jar javadoc pom

Release notes and resolved issues 33

Enhancement
  • ARQGRA-30 - Provides default values in SystemPropertiesConfiguration
  • ARQGRA-34 - Replace selenium.keyDown(String) with selenium.keyDown(KeyCode)
Feature Request
  • ARQGRA-39 - Provide ref locator in locator factory
  • ARQGRA-43 - Remove Deprecated methods and classes
  • ARQGRA-50 - implement wait condition elementNotPresent
  • ARQGRA-55 - Wrong call to JS function getRequestDone
  • ARQGRA-58 - Set Selenium speed after Ajocado resources are fetched
  • ARQGRA-63 - Replace selenium.keyDownNative(String) with selenium.keyDownNative(java.awt.event.KeyEvent)
  • ARQGRA-80 - Update Ajocado to depend on updated Arquillian Drone BOM
Bug
  • ARQGRA-4 - WaitTimeoutException is wrapped with InvocationTargetException
  • ARQGRA-5 - keyPressNative, keyDownNative, keyUpNative took as parameter KeyEvent instance
  • ARQGRA-9 - Fix functional test configuration
  • ARQGRA-10 - guardXHR use richfaces-selenium specific javascript code, tests also does not control proper timing of guardXHR
  • ARQGRA-13 - rename conditions isVisible and isNotVisible to elementVisible and elementNotVisible respectively
  • ARQGRA-15 - Investigate purpose conflicting methods isDisplayed and isVisible
  • ARQGRA-16 - Reduce overusage of static imports
Task
  • ARQGRA-95 - Expose new interface providing access to initialization and finalization of Ajocado
  • ARQGRA-99 - Discontinue functionality in TestNG module, delegating to Arquillian Drone
  • ARQGRA-100 - Introduce changes discussed during API Review
  • ARQGRA-101 - Release Ajocado CR1
  • ARQGRA-104 - Remove getContextRoot() and getContextPath() from AjocadoConfiguration
  • ARQGRA-105 - Turn on checkstyle on ftest module
  • ARQGRA-109 - Move Arquillian Ajocado Drone extension from Drone to Ajocado
  • ARQGRA-110 - Employ maven-checkstyle-plugin
  • ARQGRA-111 - Design type safe return values of CssProperty
  • ARQGRA-113 - Format source according to JBoss Community settings
  • ARQGRA-118 - Employ maven-license-plugin
  • ARQGRA-119 - Remove getBuildDirectory() and getResourcesDir() from AjocadoConfiguration
  • ARQGRA-121 - Provide a fix for ARQ-488
Sub-task
  • ARQGRA-124 - Remove TestNG module
  • ARQGRA-125 - Rewrite ftest to use Arquillian Drone
  • ARQGRA-126 - Create Drone JIRAs for all features which will be missing when discontinuing TestNG module
  • ARQGRA-127 - Review API Code, Style and JavaDoc

Thanks to the following list of contributors: Juraj Huska, Lukas Fryc, Karel Piwko

Arquillian Drone Extension 1.0.0.CR1 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.CR1 release of the Arquillian Drone 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 Drone Extension
Version 1.0.0.CR1 view tag
Release date 2011-06-29
Released by Aslak Knutsen
Compiled against

Published artifacts org.jboss.arquillian.extension

  • 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
  • org.jboss.arquillian.extension » arquillian-drone-bom pom

Release notes and resolved issues 11

Extension Drone - CR1

Feature Request
  • ARQ-436 - Logging selenium tests progress to console
Bug
  • ARQ-492 - Selenium Server configuration enable flag is ignored
Task
  • ARQ-369 - Selenium and ContextPath injection should be done via ArquillianResource
  • ARQ-440 - Stabilize Drone API/SPI
  • ARQ-441 - Update Selenium version to 2.0b3
  • ARQ-443 - Remove Arquillian Ajocado Binding from Arquillian Drone for release decoupling
  • ARQ-446 - Arquillian Selenium Server should be enabled by default
  • ARQ-471 - Prepare Drone CR1 release
Sub-task
  • ARQ-478 - Reformat code using JBoss AS formatter, use Maven checkstyle plugin
  • ARQ-481 - Extract dependencies to arquillian-drone-bom
  • ARQ-487 - Update Selenium version to 2.0rc3

Thanks to the following list of contributors: Karel Piwko, Aslak Knutsen