diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index f73f4a8..007c67f 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
@@ -46,10 +46,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/finish/inventory/pom.xml b/finish/inventory/pom.xml
index ee7125e..18951a3 100644
--- a/finish/inventory/pom.xml
+++ b/finish/inventory/pom.xml
@@ -36,7 +36,7 @@
org.eclipse.microprofile
microprofile
- 6.1
+ 7.0
pom
provided
diff --git a/finish/inventory/src/main/liberty/config/server.xml b/finish/inventory/src/main/liberty/config/server.xml
index ffc8f1b..6f1645f 100755
--- a/finish/inventory/src/main/liberty/config/server.xml
+++ b/finish/inventory/src/main/liberty/config/server.xml
@@ -1,12 +1,14 @@
- restfulWS-3.1
- jsonb-3.0
- cdi-4.0
- mpRestClient-3.0
- mpConfig-3.1
- jsonp-2.1
+ jakartaee-10.0
+ microprofile-7.0
+ restfulWS
+ jsonb
+ cdi
+ mpRestClient
+ mpConfig
+ jsonp
diff --git a/finish/inventory/src/main/webapp/favicon.ico b/finish/inventory/src/main/webapp/favicon.ico
new file mode 100644
index 0000000..c8652f3
Binary files /dev/null and b/finish/inventory/src/main/webapp/favicon.ico differ
diff --git a/finish/inventory/src/main/webapp/index.html b/finish/inventory/src/main/webapp/index.html
index f31e249..5addc9c 100755
--- a/finish/inventory/src/main/webapp/index.html
+++ b/finish/inventory/src/main/webapp/index.html
@@ -30,13 +30,13 @@ Eclipse MicroProfile
For more information about the features used in this application, see the Open Liberty documentation:
diff --git a/finish/system/pom.xml b/finish/system/pom.xml
index f4c1265..3d572ca 100644
--- a/finish/system/pom.xml
+++ b/finish/system/pom.xml
@@ -34,7 +34,7 @@
org.eclipse.microprofile
microprofile
- 6.1
+ 7.0
pom
provided
diff --git a/finish/system/src/main/liberty/config/server.xml b/finish/system/src/main/liberty/config/server.xml
index d592560..43af23c 100755
--- a/finish/system/src/main/liberty/config/server.xml
+++ b/finish/system/src/main/liberty/config/server.xml
@@ -1,10 +1,11 @@
- restfulWS-3.1
- jsonb-3.0
- cdi-4.0
- jsonp-2.1
+ jakartaee-10.0
+ restfulWS
+ jsonb
+ cdi
+ jsonp
diff --git a/finish/system/src/main/webapp/favicon.ico b/finish/system/src/main/webapp/favicon.ico
new file mode 100644
index 0000000..c8652f3
Binary files /dev/null and b/finish/system/src/main/webapp/favicon.ico differ
diff --git a/finish/system/src/main/webapp/index.html b/finish/system/src/main/webapp/index.html
index 1101c10..1453bd4 100755
--- a/finish/system/src/main/webapp/index.html
+++ b/finish/system/src/main/webapp/index.html
@@ -30,11 +30,11 @@ Eclipse MicroProfile
For more information about the features used in this application, see the Open Liberty documentation:
diff --git a/start/inventory/pom.xml b/start/inventory/pom.xml
index ee7125e..18951a3 100644
--- a/start/inventory/pom.xml
+++ b/start/inventory/pom.xml
@@ -36,7 +36,7 @@
org.eclipse.microprofile
microprofile
- 6.1
+ 7.0
pom
provided
diff --git a/start/inventory/src/main/liberty/config/server.xml b/start/inventory/src/main/liberty/config/server.xml
index ffc8f1b..6f1645f 100755
--- a/start/inventory/src/main/liberty/config/server.xml
+++ b/start/inventory/src/main/liberty/config/server.xml
@@ -1,12 +1,14 @@
- restfulWS-3.1
- jsonb-3.0
- cdi-4.0
- mpRestClient-3.0
- mpConfig-3.1
- jsonp-2.1
+ jakartaee-10.0
+ microprofile-7.0
+ restfulWS
+ jsonb
+ cdi
+ mpRestClient
+ mpConfig
+ jsonp
diff --git a/start/inventory/src/main/webapp/favicon.ico b/start/inventory/src/main/webapp/favicon.ico
new file mode 100644
index 0000000..c8652f3
Binary files /dev/null and b/start/inventory/src/main/webapp/favicon.ico differ
diff --git a/start/inventory/src/main/webapp/index.html b/start/inventory/src/main/webapp/index.html
index f31e249..5addc9c 100755
--- a/start/inventory/src/main/webapp/index.html
+++ b/start/inventory/src/main/webapp/index.html
@@ -30,13 +30,13 @@ Eclipse MicroProfile
For more information about the features used in this application, see the Open Liberty documentation:
diff --git a/start/system/pom.xml b/start/system/pom.xml
index f4c1265..3d572ca 100644
--- a/start/system/pom.xml
+++ b/start/system/pom.xml
@@ -34,7 +34,7 @@
org.eclipse.microprofile
microprofile
- 6.1
+ 7.0
pom
provided
diff --git a/start/system/src/main/liberty/config/server.xml b/start/system/src/main/liberty/config/server.xml
index d592560..43af23c 100755
--- a/start/system/src/main/liberty/config/server.xml
+++ b/start/system/src/main/liberty/config/server.xml
@@ -1,10 +1,11 @@
- restfulWS-3.1
- jsonb-3.0
- cdi-4.0
- jsonp-2.1
+ jakartaee-10.0
+ restfulWS
+ jsonb
+ cdi
+ jsonp
diff --git a/start/system/src/main/webapp/favicon.ico b/start/system/src/main/webapp/favicon.ico
new file mode 100644
index 0000000..c8652f3
Binary files /dev/null and b/start/system/src/main/webapp/favicon.ico differ
diff --git a/start/system/src/main/webapp/index.html b/start/system/src/main/webapp/index.html
index 1101c10..1453bd4 100755
--- a/start/system/src/main/webapp/index.html
+++ b/start/system/src/main/webapp/index.html
@@ -30,11 +30,11 @@ Eclipse MicroProfile
For more information about the features used in this application, see the Open Liberty documentation: