diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index a4eda65..25ab662 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -12,9 +12,9 @@ jobs:
canSkip: ${{ steps.Checker.outputs.canSkip }}
steps:
- name: Get files
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
- name: Get tools
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
with:
path: tools/
repository: openliberty/guides-common
@@ -44,10 +44,11 @@ jobs:
run:
working-directory: finish
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
- name: Set up JDK 11
- uses: actions/setup-java@v1
+ uses: actions/setup-java@v4
with:
+ distribution: 'semeru'
java-version: 11
- run: unset _JAVA_OPTIONS
- name: Run tests
diff --git a/README.adoc b/README.adoc
index ab79867..d9b429f 100644
--- a/README.adoc
+++ b/README.adoc
@@ -1,4 +1,4 @@
-// Copyright (c) 2017, 2024 IBM Corporation and others.
+// Copyright (c) 2017, 2025 IBM Corporation and others.
// Licensed under Creative Commons Attribution-NoDerivatives
// 4.0 International (CC BY-ND 4.0)
// https://creativecommons.org/licenses/by-nd/4.0/
@@ -303,7 +303,7 @@ Another useful feature of dev mode with a container is the ability to pass addit
----
io.openliberty.tools
liberty-maven-plugin
-3.10
+3.11.2
-e ENV_VAR=exampleValue
diff --git a/finish/pom.xml b/finish/pom.xml
index 8e49c87..dc7cfc8 100644
--- a/finish/pom.xml
+++ b/finish/pom.xml
@@ -33,7 +33,7 @@ xsi:schemaLocation=
org.eclipse.microprofile
microprofile
- 6.1
+ 7.0
pom
provided
diff --git a/finish/src/main/liberty/config/server.xml b/finish/src/main/liberty/config/server.xml
index 19492a3..ed3ddf3 100644
--- a/finish/src/main/liberty/config/server.xml
+++ b/finish/src/main/liberty/config/server.xml
@@ -1,9 +1,10 @@
- restfulWS-3.1
- jsonb-3.0
- jsonp-2.1
+ jakartaee-10.0
+ restfulWS
+ jsonb
+ jsonp
diff --git a/finish/src/main/webapp/favicon.ico b/finish/src/main/webapp/favicon.ico
new file mode 100644
index 0000000..c8652f3
Binary files /dev/null and b/finish/src/main/webapp/favicon.ico differ
diff --git a/finish/src/main/webapp/index.html b/finish/src/main/webapp/index.html
index 9fcdd46..38266a8 100644
--- a/finish/src/main/webapp/index.html
+++ b/finish/src/main/webapp/index.html
@@ -30,10 +30,10 @@ Eclipse MicroProfile
For more information about the features used in this application, see the Open Liberty documentation:
diff --git a/start/pom.xml b/start/pom.xml
index dde017b..ef3ff8c 100644
--- a/start/pom.xml
+++ b/start/pom.xml
@@ -33,7 +33,7 @@ xsi:schemaLocation=
org.eclipse.microprofile
microprofile
- 6.1
+ 7.0
pom
provided
diff --git a/start/src/main/liberty/config/server.xml b/start/src/main/liberty/config/server.xml
index 19492a3..ed3ddf3 100644
--- a/start/src/main/liberty/config/server.xml
+++ b/start/src/main/liberty/config/server.xml
@@ -1,9 +1,10 @@
- restfulWS-3.1
- jsonb-3.0
- jsonp-2.1
+ jakartaee-10.0
+ restfulWS
+ jsonb
+ jsonp
diff --git a/start/src/main/webapp/favicon.ico b/start/src/main/webapp/favicon.ico
new file mode 100644
index 0000000..c8652f3
Binary files /dev/null and b/start/src/main/webapp/favicon.ico differ
diff --git a/start/src/main/webapp/index.html b/start/src/main/webapp/index.html
index 9fcdd46..38266a8 100644
--- a/start/src/main/webapp/index.html
+++ b/start/src/main/webapp/index.html
@@ -30,10 +30,10 @@ Eclipse MicroProfile
For more information about the features used in this application, see the Open Liberty documentation: