Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Note

This page has been automatically generated by Cargo's build. Do not edit it directly as it'll be overwritten next time it's generated again.

Info

The Codehaus Cargo WebSphere Liberty container is also compatible with Open Liberty.

Note

WebSphere Liberty 22.x onwards comes with multiple versions, some tagged as Java EE and others as Jakarta EE. Users of the Jakarta EE 9 versions should be aware that, as a result of the move from Java EE to Jakarta EE as part of the transfer of Java EE to the Eclipse Foundation, the primary package for all implemented APIs has changed from javax.* to jakarta.*. This will almost certainly require code changes to enable applications to migrate to EE 9 and later.

Container Features

Feature name

Java API

Ant tasks

Maven 2 / Maven 3 plugin

Comment

Container Instantiation

(tick) ContainerFactory.createContainer("liberty"...)

(tick) <cargo containerId="liberty".../>

(tick) <containerId>liberty</containerId>

 

Local Container

(tick)

(tick)

(tick)

 

  Container Classpath

(tick)

(tick)

(tick)

 

  Container Start

(tick)

(tick)

(tick)

 

  Container Stop

(tick)

(tick)

(tick)

 

  Container Timeout

(tick)

(tick)

(tick)

 

  Embedded Container

(error)

(error)

(error)

 

  Installed Container

(tick) o.c.c.c.liberty.LibertyInstalledLocalContainer

(tick)

(tick)

 

   Passing system properties

(tick)

(tick)

(tick)

 

   Installer

(tick)

(tick)

(tick)

 

Remote Container

(error)

(error)

(error)

 

...

...

Feature name

Java API

Ant tasks

Maven 2 / Maven 3 plugin

Comment

Installed Deployer

(tick) o.c.c.c.liberty.LibertyInstalledLocalDeployer

(tick)

(tick)

 

Embedded Deployer

(error)

(error)

(error)

 

Remote Deployer

(error)

(error)

(error)

 

...

Feature name

Java API

Ant tasks

Maven 2 / Maven 3 plugin

Comment

Debugging

(tick)

(tick)

(tick)

 

...

...

This container is automatically tested by the Continous Integration system every time there is a code change.
The server used for tests is downloaded from: httphttps://repo1repo.maven.apache.org/maven2/com/ibm/websphere/appserver/runtime/wlp-javaee7javaee8/1624.0.0.34/wlp-javaee7javaee8-1624.0.0.34.zip