Arquillian Undertow Embedded Container Adapter

Arquillian Undertow Embedded Container Adapter

Embedded Undertow container integration for the Arquillian project

Type

Container Adapter

Family

undertow

Source repository

VCS
git
Host
github.com
Organization
arquillian
Web URL
arquillian-container-undertow
Clone URL
arquillian-container-undertow.git

6 commits since the last release.

Last commit to the master branch:

Adds .editorconfig
Authored by Bartosz Majsak, committed on 2017-03-30

Build dependency artifacts

Add the appropriate stanza to the <dependencies> element in your pom.xml:

Arquillian Undertow Embedded Container Adapter

<dependency>
  <groupId>org.jboss.arquillian.container</groupId>
  <artifactId>undertow-embedded</artifactId>
  <version>1.0.0.Alpha2</version>
  <scope>test</scope>
</dependency>
Warning: You'll also need to add the Arquillian core platform and possibly additional dependencies. Please refer to the guides for more details.

Latest published artifacts

  • org.jboss.arquillian.container:shrinkwrap-container-undertow:jar:1.0.0.Alpha2 jar javadoc pom
  • org.jboss.arquillian.container:undertow-embedded:jar:1.0.0.Alpha2 jar javadoc pom
Note: Most released artifacts are published to the Maven Central repository. Those that cannot are published to the JBoss Community repository.
# Version Release date Released by Compiled against
2 1.0.0.Alpha2 view blog   view tag 2016-04-07 Aslak Knutsen
1 1.0.0.Alpha1 view blog   view tag 2014-02-13 Aslak Knutsen
Aslak Knutsen Aslak Knutsen
Alex Soto Alex Soto
Bartosz Majsak Bartosz Majsak