Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
Upgrade java-openliberty stack to Open Liberty 20.0.0.6 (#847)
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Kurz <skurz@us.ibm.com>
  • Loading branch information
scottkurz committed Jul 21, 2020
1 parent 711d7e4 commit 02083c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion incubator/java-openliberty/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The Open Liberty stack provides a consistent way of developing microservices bas

The Open Liberty stack uses a parent Maven project object model (POM) to manage dependency versions and provide required capabilities and plugins.

This stack is based on OpenJDK with container-optimizations in OpenJ9 and `Open Liberty v20.0.0.3`. It provides live reloading during development by utilizing the "dev mode" capability in the liberty-maven-plugin. To see dev mode in action (though not in Appsody) check out this [shorter demo](https://openliberty.io/blog/2019/10/22/liberty-dev-mode.html) and this [a bit longer demo](https://blog.sebastian-daschner.com/entries/openliberty-plugin-dev-mode).
This stack is based on OpenJDK with container-optimizations in OpenJ9 and `Open Liberty v20.0.0.6`. It provides live reloading during development by utilizing the "dev mode" capability in the liberty-maven-plugin. To see dev mode in action (though not in Appsody) check out this [shorter demo](https://openliberty.io/blog/2019/10/22/liberty-dev-mode.html) and this [a bit longer demo](https://blog.sebastian-daschner.com/entries/openliberty-plugin-dev-mode).

**Note:** Maven is provided by the Appsody stack container, allowing you to build, test, and debug your Java application without installing Maven locally. However, we recommend installing Maven locally for the best IDE experience.

Expand Down
4 changes: 2 additions & 2 deletions incubator/java-openliberty/stack.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Open Liberty
version: 0.2.14
version: 0.2.15
description: Eclipse MicroProfile & Jakarta EE on Open Liberty & OpenJ9 using Maven
license: Apache-2.0
language: java
Expand All @@ -21,7 +21,7 @@ requirements:
docker-version: ">= 17.09.0"
appsody-version: ">= 0.5.0"
templating-data:
libertyversion: '20.0.0.3'
libertyversion: '20.0.0.6'
parentpomgroup: 'dev.appsody'
parentpomid: 'java-openliberty'
parentpomrange: '[0.2, 0.3)'

0 comments on commit 02083c8

Please sign in to comment.