Arquillian Container Tomcat 1.0.0.CR4 Released

The Arquillian team is proud to announce the 1.0.0.CR4 release of the Arquillian Container Tomcat component!

Some of the highlights in this release

Support for nice multiline/pretty formatting of JVM-argument configuration. Additionally, you can use quotes to provide values containing spaces.

<property name="javaVmArguments">
  -Xms512m -Xmx512m
  -XX:MaxPermSize=512m
  "-Djavax.net.ssl.keyStore=/path/to your/keystore"
</property>

Embedded Tomcat 7 is now capable of protected WAR deployment (this is usual in typical standalone server), thus some standard deployment features are now available even for embedded use, e.g.:

  • Deployment of an archive named “ROOT.war” to the default context “/”
  • Proper processing of “META-INF/context.xml” if present in the WAR.

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 Tomcat
Modules
Version 1.0.0.CR4 view tag
Release date 2012-09-24
Released by Aslak Knutsen
Compiled against
  • Arquillian Core – 1.0.0.Final

Published artifacts org.jboss.arquillian.container

  • org.jboss.arquillian.container » arquillian-tomcat-common jar pom
  • org.jboss.arquillian.container » arquillian-tomcat-embedded-6 jar pom
  • org.jboss.arquillian.container » arquillian-tomcat-embedded-7 jar pom
  • org.jboss.arquillian.container » arquillian-tomcat-managed-5.5 jar pom
  • org.jboss.arquillian.container » arquillian-tomcat-managed-6 jar pom
  • org.jboss.arquillian.container » arquillian-tomcat-managed-7 jar pom
  • org.jboss.arquillian.container » arquillian-tomcat-remote-6 jar pom

Release notes and resolved issues 4

Small bugfix release

Bug
  • ARQ-548 - Unable to set custom Loader for Tomcat 7 Embedded container
  • ARQ-1044 - The properties of tomcat container configuration in arquillian.xml are not parsed properly
  • ARQ-1051 - Arquillian Container Tomcat test dependency weld-servlet is not available in Maven Central

Thanks to the following list of contributors: Aslak Knutsen, Ian Brandt, Tomas Repel

Arquillian Container Tomcat 1.0.0.CR3 Released

The Arquillian team is proud to announce the 1.0.0.CR3 release of the Arquillian Container Tomcat component!

Some of the highlights in this release

JavaHome configuration option now default to the Arquillian running JVM

Changed to use ISO-8859-1 to encode the authentication request against the Tomcat Containers

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 Tomcat
Modules
Version 1.0.0.CR3 view tag
Release date 2012-02-23
Released by Aslak Knutsen
Compiled against
  • Arquillian Core – 1.0.0.CR7

Published artifacts org.jboss.arquillian.container

  • org.jboss.arquillian.container » arquillian-tomcat-common jar pom
  • org.jboss.arquillian.container » arquillian-tomcat-embedded-6 jar pom
  • org.jboss.arquillian.container » arquillian-tomcat-embedded-7 jar pom
  • org.jboss.arquillian.container » arquillian-tomcat-managed-5.5 jar pom
  • org.jboss.arquillian.container » arquillian-tomcat-managed-6 jar pom
  • org.jboss.arquillian.container » arquillian-tomcat-managed-7 jar pom
  • org.jboss.arquillian.container » arquillian-tomcat-remote-6 jar pom

Release notes and resolved issues 3

Small bug fix

Bug
  • ARQ-630 - The default charset is used to encode the HTTP BASIC AUTH credentials string into a sequence of bytes. ISO-8859-1 should be used for Tomcat
Feature Request
  • ARQ-744 - All Managed containers should be able to read JAVA_HOME from current JVM if not defined

Thanks to the following list of contributors: Aslak Knutsen, Vineet Reynolds

Arquillian Container Tomcat 1.0.0.CR2 Released

The Arquillian team is proud to announce the 1.0.0.CR2 release of the Arquillian Container Tomcat 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 Tomcat
Modules
Version 1.0.0.CR2 view tag
Release date 2011-09-20
Released by Aslak Knutsen
Compiled against
  • Arquillian Core – 1.0.0.CR5

Published artifacts org.jboss.arquillian.container

  • org.jboss.arquillian.container » arquillian-tomcat-common jar pom
  • org.jboss.arquillian.container » arquillian-tomcat-embedded-6 jar pom
  • org.jboss.arquillian.container » arquillian-tomcat-embedded-7 jar pom
  • org.jboss.arquillian.container » arquillian-tomcat-managed-5.5 jar pom
  • org.jboss.arquillian.container » arquillian-tomcat-managed-6 jar pom
  • org.jboss.arquillian.container » arquillian-tomcat-managed-7 jar pom
  • org.jboss.arquillian.container » arquillian-tomcat-remote-6 jar pom

Release notes and resolved issues 9

Tomcat Managed 5.5, 6, 7

Bug
  • ARQ-575 - Tomcat Managed container does not handle not authorized correctly
  • ARQ-604 - Tomcat containers does not handle multiline javaVmArguments
Enhancement
  • ARQ-552 - Clearer error message when connecting to a remote tomcat without user and pass.
  • ARQ-598 - Improve Tomcat codebase
Feature Request
  • ARQ-261 - Add a Tomcat managed container
  • ARQ-433 - Add a Tomcat 7 embedded container
  • ARQ-587 - Add a Tomcat managed 7 container
Task
  • ARQ-597 - Add a Tomcat managed 5.5 container

Thanks to the following list of contributors: Aslak Knutsen, Ian Brandt, Juraj Huska, Geoffrey De Smet, Karel Piwko

Arquillian Container Tomcat 1.0.0.CR1 Released

The Arquillian team is proud to announce the 1.0.0.CR1 release of the Arquillian Container Tomcat 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 Tomcat
Modules
Version 1.0.0.CR1 view tag
Release date 2011-06-28
Released by Aslak Knutsen
Compiled against
  • Arquillian Core – 1.0.0.CR1

Published artifacts org.jboss.arquillian.container

  • org.jboss.arquillian.container » arquillian-tomcat-embedded-6 jar pom
  • org.jboss.arquillian.container » arquillian-tomcat-remote-6 jar pom

Release notes and resolved issues 2

Containers Tomcat - CR1

Feature Request
  • ARQ-262 - Add a Tomcat remote container

Thanks to the following list of contributors: Aslak Knutsen, Ondrej Zizka

Arquillian Container Tomcat 1.0.0.Alpha5 Released

The Arquillian team is proud to announce the 1.0.0.Alpha5 release of the Arquillian Container Tomcat 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 Tomcat
Modules
Version 1.0.0.Alpha5 view tag
Release date 2011-03-17
Released by Aslak Knutsen

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