Arquillian OpenShift Container 1.0.0.Beta1 Released

The Arquillian team is proud to announce the 1.0.0.Beta1 release of the Arquillian OpenShift Container component!

Some of the highlights in this release

Better integration for usage in continous integration servers. You can now specify the path to the SSH identity file and disable SSH Strict host checking if needed:

arquillian.xml
<arquillian xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xmlns="http://jboss.org/schema/arquillian"
  xsi:schemaLocation="
      http://jboss.org/schema/arquillian
      http://jboss.org/schema/arquillian/arquillian_1_0.xsd">

  <container qualifier="openshift">
    <configuration>
      <!-- CAN BE SET VIA SSH_IDENTITYFILE environment variable as well -->
      <property name="identityFile">/absolute/path/to/identity/file</property>
      <property name="disableStrictHostChecking">true</true>
    </configuration>
  </container>

</arquillian>

Archive scanning now does not fail in case of linkage errors.

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 OpenShift Container
Version 1.0.0.Beta1 view tag
Release date 2012-03-26
Released by Aslak Knutsen
Compiled against

Published artifacts org.jboss.arquillian.container

  • org.jboss.arquillian.container » arquillian-openshift-express jar javadoc pom

Release notes and resolved issues 3

Feature Request
  • ARQ-823 - Allow OpenShift Container to specify path to ssh keys
Bug
  • ARQ-822 - ByteAssetLoader does not ignore all LinkageError subtypes

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

Arquillian OpenShift Container 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 OpenShift Container component!

Some of the highlights in this release

Application deployment timeout can be set up by user:

arquillian.xml
<arquillian xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xmlns="http://jboss.org/schema/arquillian"
  xsi:schemaLocation="
      http://jboss.org/schema/arquillian
      http://jboss.org/schema/arquillian/arquillian_1_0.xsd">

  <container qualifier="openshift">
    <configuration>
      <property name="deploymentTimeoutInSeconds">150</property>
    </configuration>
  </container>

</arquillian>

Improved archive scanning now honors application.xml and jboss-web.xml for figuring out
deployment context root.

Support for deployment of ZipImport’ed archives.

Arquillian OpenShift Express Container no longer requires JBoss Maven Repository.

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 OpenShift Container
Version 1.0.0.Alpha2 view tag
Release date 2012-02-27
Released by Aslak Knutsen
Compiled against

Published artifacts org.jboss.arquillian.container

  • org.jboss.arquillian.container » arquillian-openshift-express jar javadoc pom

Release notes and resolved issues 7

Component Upgrade
  • ARQ-787 - Update Arquillian Core and Ajocado dependencies dependencies
  • ARQ-788 - Update JGit and EJB3 API dependencies
Feature Request
  • ARQ-786 - Enable deploymentTimeout for OpenShift containers
Bug
  • ARQ-621 - openshift container - unable to deploy zip assets
  • ARQ-781 - openshift container - improve deployment url detection
  • ARQ-789 - Deployment scanning for JAR archives is broken

Thanks to the following list of contributors: Karel Piwko, Aslak Knutsen, Jan PapouĊĦek, Jozef Hartinger

Arquillian Container OpenWebBeans 1.0.0.CR2 Released

The Arquillian team is proud to announce the 1.0.0.CR2 release of the Arquillian Container OpenWebBeans component!

Highlight in this release

Support for OpenWebBeans 1.1

Support for WebArchive deployments

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.CR2 view tag
Release date 2011-11-29
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 3

WebArchive deployment support

Feature Request
  • ARQ-403 - OpenWebBeans container should support WebArchive deployments
  • ARQ-526 - Support OpenWebBeans 1.1 Container

Thanks to the following list of contributors: Aslak Knutsen, Mark Struberg

Arquillian OpenShift Container 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 Arquillian OpenShift Container 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 OpenShift Container
Version 1.0.0.Alpha1 view tag
Release date 2011-08-14
Released by Aslak Knutsen
Compiled against

Published artifacts org.jboss.arquillian.container

  • org.jboss.arquillian.container » arquillian-openshift-express jar javadoc pom

Release notes and resolved issues 2

Containers OpenShift - Express support

Task
  • ARQ-515 - Implement OpenShift Express container for Arquillian

Thanks to the following list of contributors: Karel Piwko, 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