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

Commit 879561b

Browse files
authored
Move OL fixpack to 20.0.0.3 (#746)
Signed-off-by: Scott Kurz <skurz@us.ibm.com>
1 parent 2af0fb9 commit 879561b

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

incubator/java-openliberty/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The Open Liberty stack provides a consistent way of developing microservices bas
44

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

7-
This stack is based on OpenJDK with container-optimizations in OpenJ9 and `Open Liberty v19.0.0.12`. 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).
7+
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).
88

99
**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.
1010

incubator/java-openliberty/image/Dockerfile-stack

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ RUN /project/util/check_version build
1818
WORKDIR /project/
1919

2020
RUN mkdir -p /mvn/repository
21+
# Let's see the command we're hiding within the next line
22+
RUN mvn -e help:evaluate -Dexpression=maven.version -DforceStdout
2123
RUN mvn -B -Dmaven.repo.local=/mvn/repository -N io.takari:maven:wrapper -Dmaven=$(mvn help:evaluate -Dexpression=maven.version -q -DforceStdout)
2224
RUN mvn -B -Pstack-image-package -Dmaven.repo.local=/mvn/repository liberty:install-server install dependency:go-offline
2325
RUN chmod -R 777 /opt/ol

incubator/java-openliberty/stack.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Open Liberty
2-
version: 0.2.5
2+
version: 0.2.6
33
description: Open Liberty & OpenJ9 using Maven
44
license: Apache-2.0
55
language: java
@@ -21,7 +21,7 @@ requirements:
2121
docker-version: ">= 17.09.0"
2222
appsody-version: ">= 0.5.0"
2323
templating-data:
24-
libertyversion: '19.0.0.12'
24+
libertyversion: '20.0.0.3'
2525
parentpomgroup: 'dev.appsody'
2626
parentpomid: 'java-openliberty'
2727
parentpomrange: '[0.2, 0.3)'

0 commit comments

Comments
 (0)