diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index d5a11f4..17d6abe 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 17
- uses: actions/setup-java@v1
+ uses: actions/setup-java@v4
with:
+ distribution: 'semeru'
java-version: 17
- run: unset _JAVA_OPTIONS
- name: Run tests
diff --git a/README.adoc b/README.adoc
index 39454b1..296d660 100644
--- a/README.adoc
+++ b/README.adoc
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, 2024 IBM Corporation and others.
+// Copyright (c) 2022, 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/
@@ -73,8 +73,9 @@ docker-compose -f "pact-broker/docker-compose.yml" up -d --build
When the Pact Broker is running, you'll see the following output:
[role="no_copy"]
```
-Creating pact-broker_postgres_1 ... done
-Creating pact-broker_pact-broker_1 ... done
+...
+Container pact-broker-postgres-1 Started
+Container pact-broker-pact-broker-1 Started
```
// Static guide instruction
@@ -436,7 +437,7 @@ endif::[]
[role='command']
```
docker-compose -f "pact-broker/docker-compose.yml" down
-docker rmi postgres:16.2
+docker rmi postgres:17.2
docker rmi pactfoundation/pact-broker:latest
docker volume rm pact-broker_postgres-volume
```
diff --git a/finish/inventory/pom.xml b/finish/inventory/pom.xml
index d2ac06a..1c88e64 100644
--- a/finish/inventory/pom.xml
+++ b/finish/inventory/pom.xml
@@ -22,7 +22,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 92c552e..e558dba 100644
--- a/finish/inventory/src/main/liberty/config/server.xml
+++ b/finish/inventory/src/main/liberty/config/server.xml
@@ -1,8 +1,9 @@
- restfulWS-3.1
- jsonb-3.0
+ jakartaee-10.0
+ restfulWS
+ jsonb
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 b87c91b..9e20463 100644
--- a/finish/inventory/src/main/webapp/index.html
+++ b/finish/inventory/src/main/webapp/index.html
@@ -1,5 +1,5 @@
- restfulWS-3.1
- jsonb-3.0
+ jakartaee-10.0
+ restfulWS
+ jsonb
diff --git a/pact-broker/docker-compose.yml b/pact-broker/docker-compose.yml
index ae3c979..363e4a3 100644
--- a/pact-broker/docker-compose.yml
+++ b/pact-broker/docker-compose.yml
@@ -1,7 +1,6 @@
-version: "3"
services:
postgres:
- image: postgres:16.2
+ image: postgres:17.2
healthcheck:
test: psql postgres --command "select 1" -U postgres
ports:
diff --git a/scripts/testApp.sh b/scripts/testApp.sh
index f8330ba..c68b5a9 100755
--- a/scripts/testApp.sh
+++ b/scripts/testApp.sh
@@ -43,6 +43,6 @@ mvn -ntp failsafe:integration-test liberty:stop
## Remove the pact-broker application
cd ../..
docker compose -f "pact-broker/docker-compose.yml" down
-docker rmi postgres:16.2
+docker rmi postgres:17.2
docker rmi pactfoundation/pact-broker:latest
docker volume rm pact-broker_postgres-volume
diff --git a/start/inventory/pom.xml b/start/inventory/pom.xml
index 8bf1967..5164dcf 100644
--- a/start/inventory/pom.xml
+++ b/start/inventory/pom.xml
@@ -22,7 +22,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 92c552e..e558dba 100644
--- a/start/inventory/src/main/liberty/config/server.xml
+++ b/start/inventory/src/main/liberty/config/server.xml
@@ -1,8 +1,9 @@
- restfulWS-3.1
- jsonb-3.0
+ jakartaee-10.0
+ restfulWS
+ jsonb
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 b87c91b..9e20463 100644
--- a/start/inventory/src/main/webapp/index.html
+++ b/start/inventory/src/main/webapp/index.html
@@ -1,5 +1,5 @@
- restfulWS-3.1
- jsonb-3.0
+ jakartaee-10.0
+ restfulWS
+ jsonb