Skip to content

Releases: OpenLiberty/ci.gradle

Liberty Gradle Plugin 2.6.1

19 Dec 20:31
Compare
Choose a tag to compare

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

08 Nov 22:29
Compare
Choose a tag to compare

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

03 Aug 20:20
Compare
Choose a tag to compare

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

13 Jun 17:32
Compare
Choose a tag to compare

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

07 Jun 15:24
Compare
Choose a tag to compare

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

30 May 18:31
Compare
Choose a tag to compare

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

01 May 21:39
Compare
Choose a tag to compare

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

27 Mar 14:48
Compare
Choose a tag to compare

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.

Liberty Gradle Plugin 2.1

05 Jan 20:53
Compare
Choose a tag to compare

This release provides better integration with the WebSphere Developer Tools for Liberty. Using the latest WDT and Liberty Gradle plugin, you can use WDT to manage your Liberty servers created by the Liberty Gradle plugin. This allows you to easily debug Gradle web projects and have the WDT server and runtime interactions you are accustom to.

This release also includes improvements in task dependencies and ordering as well as bug fixes.

Liberty Gradle Plugin 2.0.1

30 Nov 19:58
Compare
Choose a tag to compare

The 2.0.1 maintenance release of the Liberty Gradle Plugin fixes issues found in the 2.0 release. See the commit log for the full set of changes.

The Liberty Gradle Plugin 2.0.1 release is available in the Maven central repository.