Graphene 1.0.0.Alpha1 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.Alpha1 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.Alpha1 view tag
Release date 2011-02-22
Released by Lukas Fryc

Published artifacts org.jboss.arquillian.ajocado

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

Release notes and resolved issues 7

Enhancement
  • ARQGRA-26 - Refactor AjaxSeleniumProxy class to AjaxSeleniumContext
Bug
  • ARQGRA-8 - Include remote repository inside the bom file
  • ARQGRA-14 - Move TestNG dependency to TestNG module
Task
  • ARQGRA-103 - Integration with Arquillian Selenium Extension
  • ARQGRA-107 - Move initial version from 1.5.3 to 1.0.0
  • ARQGRA-112 - Provide context of selenium and system properties to Selenium Extension
  • ARQGRA-116 - Ajocado 1.0.0.Alpha1 Release

Thanks to the following list of contributors: Lukas Fryc, Pavol Pitonak

ShrinkWrap Descriptors 0.1.0 Released

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

The Arquillian team is proud to announce the 0.1.0 release of the ShrinkWrap Descriptors component!

What is ShrinkWrap Descriptors?

The Shrinkwrap Descriptor project provides an uniformed fluent API for creating and modifying Java EE deployment descriptors on the fly. Starting from the very early JEE 1.3 to the brand new Java EE 7 version, the descriptor project includes almost all official deployment descriptors. Several vendor specific deployment descriptors, mostly JBoss related, are covered as well.

Release details

Component ShrinkWrap Descriptors
Version 0.1.0 view tag
Release date 2011-02-16
Released by Andrew Lee Rubinger
Compiled against
  • JUnit – 4.8.1

Published artifacts org.jboss.shrinkwrap.descriptors

  • org.jboss.shrinkwrap.descriptors » shrinkwrap-descriptors-api jar javadoc pom

Release notes and resolved issues 11

Internal Release for JBoss.org Projects

Feature Request
  • SHRINKDESC-1 - Create a Descriptors Project
  • SHRINKDESC-2 - Should be able to dynamically load Defintions
  • SHRINKDESC-3 - Descriptors should provide API for importing and exporting
  • SHRINKDESC-5 - ShrinkWrap Descriptors should not depend on ShrinkWrap API
  • SHRINKDESC-8 - Create Unit tests for persistence, bean and web descriptors
  • SHRINKDESC-10 - Unify the package names between the Descriptors
  • SHRINKDESC-25 - Import / Export should be able to handle unmapped entries
Bug
  • SHRINKDESC-22 - WebAppDescriptor does not expose version() in API
  • SHRINKDESC-23 - Web app descriptor tests fail because of carriage return
  • SHRINKDESC-24 - Fix version problems in the persistence descriptor
Task

Thanks to the following list of contributors: Andrew Lee Rubinger, Aslak Knutsen, Dan Allen, Andy Gibson