Releases: OpenLiberty/liberty-arquillian
Releases · OpenLiberty/liberty-arquillian
Arquillian Liberty Containers v2.1.3
This minor fix release contains the following changes:
- #131 Update
jackson-databind
from2.13.4.1
to2.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 Plugin3.8.1
and Liberty Gradle Plugin3.6.1
, use23.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
Arquillian Liberty Containers v2.1.1
This minor fix release contains the following changes:
- #122 Only accept files that have the exact name of
web.xml
andweb-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 version2.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
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 theservlet-jakarta
orrest-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
Arquillian Liberty Containers v2.0.1
This minor fix release contains the following change:
#110 Fixes a class loader error when detecting servlet names
Arquillian Liberty Containers v1.0.8
Arquillian Liberty Containers v1.0.7
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
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
This release contains the following changes:
- #54: Fixes a configuration issue with the
standardFileDeleteRetryInterval
property.