Arquillian Container GlassFish 1.0.2 Released

The Arquillian team is proud to announce the 1.0.2 release of the Arquillian Container GlassFish 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 GlassFish
Modules
Version 1.0.2 view tag
Release date 2017-11-28
Released by Bartosz Majsak
Compiled against

Published artifacts org.jboss.arquillian.container

  • org.jboss.arquillian.container » arquillian-glassfish-common jar javadoc pom
  • org.jboss.arquillian.container » arquillian-glassfish-managed-3.1 jar javadoc pom
  • org.jboss.arquillian.container » arquillian-glassfish-remote-3.1 jar javadoc pom
  • org.jboss.arquillian.container » arquillian-glassfish-embedded-3.1 jar javadoc pom

Release notes and resolved issues 1

Enhancement

Thanks to the following list of contributors: Bartosz Majsak

Arquillian Container GlassFish 1.0.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.0.1 release of the Arquillian Container GlassFish component!

Some of the highlights in this release

Ability to define wait time before connecting to the container

In some cases you might want to define wait time before trying to connect to the GlassFish container. For this purpose we have introduce simple configuration. Thanks Ankur Kathuria for helping out.

arquillian.xml
 <container qualifier="glassfish" default="true">
  <configuration>
    <property name="waitTimeMs">200</property>
    <property name="retries">5</property>
  </configuration>
</container>

  • waitTimeMs defines how many miliseconds Arquillian will wait before trying to connect to the container
  • retries defines how many attempts should be made with waitTimeMs intervals

Minor bug fixes

Thanks to Mirko Lelansky we have improved usage of GlassFish CLI.

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 GlassFish
Modules
Version 1.0.1 view tag
Release date 2017-07-06
Released by Bartosz Majsak
Compiled against

Published artifacts org.jboss.arquillian.container

  • org.jboss.arquillian.container » arquillian-glassfish-common jar javadoc pom
  • org.jboss.arquillian.container » arquillian-glassfish-managed-3.1 jar javadoc pom
  • org.jboss.arquillian.container » arquillian-glassfish-remote-3.1 jar javadoc pom
  • org.jboss.arquillian.container » arquillian-glassfish-embedded-3.1 jar javadoc pom

Release notes and resolved issues 2

Bug
  • ARQ-2124 - Proper way of passing arguments to glassfish cli
  • ARQ-2125 - Adding wait option for Glassfish container

Thanks to the following list of contributors: Bartosz Majsak, Mirko Lelansky, Ankur Kathuria

Arquillian Container GlassFish 1.0.0.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.0.0.Final release of the Arquillian Container GlassFish component!

Big day! After several rounds of hardening through Candidate releases we have reached final version of GlassFish container adapter, which works with both older GlassFish versions as well as Payara.

Some of the highlights in this release

  • Support for Payara 4.1.x containers
    With this release, we enhanced our tests to cover Payara containers as a part of the test suite.
  • Ability to control startup of the Derby database
    By simply adding startDerby property to your arquillian.xml you start embedded database for your tests running against managed container.
  • Adds https ports binding configuration for embedded container
    Simply define bindHttpsPort in your arquillian.xml and you are ready to go.

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 GlassFish
Modules
Version 1.0.0.Final view tag
Release date 2016-08-05
Released by Bartosz Majsak
Compiled against

Published artifacts org.jboss.arquillian.container

  • org.jboss.arquillian.container » arquillian-glassfish-common jar javadoc pom
  • org.jboss.arquillian.container » arquillian-glassfish-managed-3.1 jar javadoc pom
  • org.jboss.arquillian.container » arquillian-glassfish-remote-3.1 jar javadoc pom
  • org.jboss.arquillian.container » arquillian-glassfish-embedded-3.1 jar javadoc pom

Release notes and resolved issues 3

Containers GlassFish - Final

Enhancement
  • ARQ-2123 - Support for starting derby database automatically
Bug
  • ARQ-613 - GlassFish - succesful deployment with warning considered failed
Task
  • ARQ-808 - Apply the formatter for the GlassFish container adapters

Thanks to the following list of contributors: Bartosz Majsak, Thomas-mc-work, Phillip Ross, Aslak Knutsen

Arquillian Container GlassFish 1.0.0.CR4 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.CR4 release of the Arquillian Container GlassFish 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 GlassFish
Modules
Version 1.0.0.CR4 view tag
Release date 2013-04-29
Released by Aslak Knutsen
Compiled against

Published artifacts org.jboss.arquillian.container

  • org.jboss.arquillian.container » arquillian-glassfish-common jar javadoc pom
  • org.jboss.arquillian.container » arquillian-glassfish-managed-3.1 jar javadoc pom
  • org.jboss.arquillian.container » arquillian-glassfish-remote-3.1 jar javadoc pom
  • org.jboss.arquillian.container » arquillian-glassfish-embedded-3.1 jar javadoc pom

Release notes and resolved issues 8

GlassFish 4

Enhancement
  • ARQ-796 - Remove the GlassFishRestDeploymentAppender from the GlassFish container adapter
  • ARQ-923 - Delete temporary instance root for Embedded GlassFish on exit
  • ARQ-1211 - Revisit the allowConnectToRunningServer flag for managed containers
Feature Request
  • ARQ-1293 - Add Support for GlassFish 4.x series
Bug
  • ARQ-837 - Managed GlassFish container does not shutdown correctly in a Maven build
  • ARQ-856 - Embedded GlassFish adapter may use an incorrect HTTP port when a custom domain configuration XML file is used
  • ARQ-1232 - Random "contextRoot must not be null" failures thrown by Arquillian on deployment to GlassFish

Thanks to the following list of contributors: Vineet Reynolds, Dan Allen, Aslak Knutsen, Joseph Snyder

Arquillian Container GlassFish 1.0.0.CR3 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.CR3 release of the Arquillian Container GlassFish component!

Some of the highlights in this release

  • Support for a managed GlassFish container.
    With this release, you can have Arquillian manage the lifecycle of the GlassFish container.
  • Support for GlassFish 3.1.2.
    The release enables you to use Arquillian against a remote or a managed GlassFish 3.1.2 container.
  • The sunResourcesXml property for the embedded GlassFish container, is now deprecated. It is preserved for backward compatibility. You are encouraged to use the resourcesXml property instead.

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 GlassFish
Modules
Version 1.0.0.CR3 view tag
Release date 2012-03-15
Released by Aslak Knutsen
Compiled against

Published artifacts org.jboss.arquillian.container

  • org.jboss.arquillian.container » arquillian-glassfish-common jar javadoc pom
  • org.jboss.arquillian.container » arquillian-glassfish-managed-3.1 jar javadoc pom
  • org.jboss.arquillian.container » arquillian-glassfish-remote-3.1 jar javadoc pom
  • org.jboss.arquillian.container » arquillian-glassfish-embedded-3.1 jar javadoc pom

Release notes and resolved issues 7

GlassFish Managed Container

Enhancement
  • ARQ-780 - Change configuration property sunResourcesXml to glassfishResourcesXml
Feature Request
  • ARQ-322 - Implement a GlassFish 3.1 managed container adapter
Bug
  • ARQ-569 - Archive for remote GF-3.1 should not be saved to disk prior to deployment
  • ARQ-624 - Initialization of the extension for remote Glassfish fails when the remote domain configuration does not match the expected configuration
  • ARQ-643 - Arquillian fails to execute in-container tests when the serverHttps property is enabled for remote Glassfish containers
  • ARQ-658 - Deployment of an EnterpriseArchive onto remote GlassFish fails, when the contextRoot recorded in GlassFish, does not start with a slash

Thanks to the following list of contributors: Vineet Reynolds, Aslak Knutsen, Dan Allen, Pedro Kowalski