Skip to content

Releases: OpenLiberty/liberty-arquillian

Arquillian Liberty Containers v2.1.3

12 Jun 13:39
Compare
Choose a tag to compare

This minor fix release contains the following changes:

  • #131 Update jackson-databind from 2.13.4.1 to 2.13.4.2
  • #132 Fix REST protocol when no servlets are defined, update to use Arquillian 1.7.0.Final, update to use Liberty Maven Plugin 3.8.1 and Liberty Gradle Plugin 3.6.1, use 23.0.0.3 version of Liberty to test Jakarta EE 10 functionality, and update to test both Jakarta EE 9 and EE 10 with WebSphere Liberty.
  • #133 Fix version references in documentation

Arquillian Liberty Containers v2.1.2

15 Feb 19:20
Compare
Choose a tag to compare

This minor fix release contains the following changes:

  • #129 Update to use the Arquillian 1.7.0.Alpha14 dependency.
  • #130 Fix some javadoc errors.

Arquillian Liberty Containers v2.1.1

26 Oct 14:33
Compare
Choose a tag to compare

This minor fix release contains the following changes:

  • #122 Only accept files that have the exact name of web.xml and web-fragment.xml to be treated as web XML descriptors.
  • #123 Update to use the Arquillian 1.7.0.Alpha13 dependency, which fixes a problem for an application that is augmented with the Arquillian plugin and has an ApplicationPath of /.
  • #125 Update jackson-databind dependency to version 2.13.4.1.
  • #126 Test with Java 17 and more recent versions of Liberty. Update some dependencies to later versions for use with Java 17.

Arquillian Liberty Containers v2.1.0

08 Aug 16:13
Compare
Choose a tag to compare

This release contains the following changes:

  • #116 Changed to later version of jackson-databind dependency
  • #117 Updated Arquillian support feature to not depend on servlet feature
  • #118 Added testProtocol option to be able to use either the servlet-jakarta or rest-jakarta Arquillian protocol. Added a test to run with Jakarta EE 10 function currently in the Open Liberty beta.
  • #121 Run tests with Open Liberty. Open Liberty beta and WebSphere Liberty runtimes.

Arquillian Liberty Containers v2.0.2

02 Mar 20:36
Compare
Choose a tag to compare

This minor fix release contains the following changes:

#114 Adds toleration of servlet-6.0 feature. This should help enable EE10 development.
#115 Update version.arquillian_core to 1.7.0.Alpha10.

Arquillian Liberty Containers v2.0.1

21 Oct 14:50
Compare
Choose a tag to compare

This minor fix release contains the following change:

#110 Fixes a class loader error when detecting servlet names

Arquillian Liberty Containers v1.0.8

29 Apr 13:00
Compare
Choose a tag to compare

This release contains the following changes:

  • #108 Set WLP_USER_DIR for all process builders. Fix for #107.

Arquillian Liberty Containers v1.0.7

23 Apr 18:05
Compare
Choose a tag to compare

This release contains the following changes:

  • #61 Upgrade jackson databind to resolve security vulnerability
  • #70 Add new usrDir configuration parameter
  • #98 Configuration serverName provided is not valid
  • #99 liberty-remote's README.md references unavailable feature
  • #101 Create 1.x maintenance branch for Java EE 8 projects and fix build
  • #104 Use java.io.File to concatenate path components
  • #106 Handle rename of default branch

Arquillian Liberty Containers v2.0.0

14 Apr 17:47
Compare
Choose a tag to compare

This release provides support for Jakarta EE 9 projects. For Java EE 8 projects, the latest v1.x release should be used. The v2.x releases are only compatible with Jakarta EE 9 projects.

For details on the Jakarta EE 9 support, see the following documentation:

  • Arquillian Liberty Managed container documentation with Jakarta EE 9, click here.
  • Arquillian Liberty Remote container documentation with Jakarta EE 9, click here.

Note that a recent Open Liberty beta release (21.0.0.1-beta or later) is required to utilize this support.

Arquillian Liberty Containers v1.0.6

01 May 19:09
Compare
Choose a tag to compare

This release contains the following changes:

  • #54: Fixes a configuration issue with the standardFileDeleteRetryInterval property.