Releases: OpenLiberty/ci.gradle
Liberty Gradle Plugin 2.6.3
Version 2.6.3 of the Liberty Gradle Plugin contains a bug fix for a missing build directory when the Liberty installation directory was located outside of the project's build directory.
Liberty Gradle Plugin 2.6.2
Version 2.6.2 of the Liberty Gradle Plugin adds support for Gradle versions 5.x
Liberty Gradle Plugin 2.6.1
Version 2.6 of the Liberty Gradle Plugin provides the following key bugfix:
- Fixed an issue with loose application structure that was affecting JSP applications. See #286 for more information.
See the commit log for the full set of the changes.
The Liberty Gradle Plugin 2.6.1 release is available on the Maven Central repository.
Liberty Gradle Plugin 2.6
Version 2.6 of the Liberty Gradle Plugin provides the following key changes:
- Support for Java 9 and WebSphere/Open Liberty 18.0.0.2/18.0.0.3 runtimes
- Support for Spring Boot Uber JAR installation via the installApps task
- Default runtime changed from WebSphere Liberty to Open Liberty
- Automatically accept feature license when using Open Liberty
See the commit log for the full set of the changes.
The Liberty Gradle Plugin 2.6 release is available on the Maven Central repository.
Liberty Gradle Plugin 2.5
Version 2.5 of the Liberty Gradle Plugin changes the implementation of the installFeature
task by pulling in Liberty features from Maven Central rather than the Liberty repository.
See the commit log for the full set of the changes.
The Liberty Gradle Plugin 2.5 release is available on the Maven Central repository.
Liberty Gradle Plugin 2.4.1
Version 2.4.1 of the Liberty Maven Plugin fixes a bug with the configureArquillian
task failing when a bootstrap.properties
file is not specified.
The Liberty Gradle Plugin 2.4.1 release is available on the Maven Central repository.
Liberty Gradle Plugin 2.4
Version 2.4 of the Liberty Gradle Plugin adds automatic detection of the new Arquillian Liberty Container Maven coordinates in the configureArquillian task:
- io.openliberty.arquillian:arquillian-liberty-managed
- io.openliberty.arquillian:arquillian-liberty-remote
The Liberty Gradle Plugin 2.4 release is available in the Maven Central repository.
Liberty Gradle Plugin 2.3.1
Version 2.3.1 of the Liberty Gradle plugin includes a bug fix for missing task actions.
The Liberty Gradle Plugin 2.3.1 release is available in the Maven central repository.
Liberty Gradle Plugin 2.3
Version 2.3 of the Liberty Gradle plugin includes bug fixes and introduces multiple server support. You can now configure multiple Liberty servers within the same Gradle build file. Documentation on how to use this feature can be found here.
The Liberty Gradle Plugin 2.3 release is available in the Maven central repository.
Liberty Gradle Plugin 2.2
Version 2.2 of the Liberty Gradle Plugin provides defect fixes and introduces the configure-arquillian task to improve integration with the Arquillian WLP Managed and Remote containers. Documentation for the goal is available here.
Loose application for ear support was also introduced in version 2.2. Loose applications will now be generated by default for ear applications that are configured in the installApps extension. An example can be seen here.
The Liberty Gradle Plugin 2.2 release is available in the Maven central repository.