diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fb19b16..593411b 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 13b7343..1d54742 100644 --- a/finish/inventory/pom.xml +++ b/finish/inventory/pom.xml @@ -42,7 +42,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 0f868f0..a4363fa 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 - mpConfig-3.1 - jsonp-2.1 - mpHealth-4.0 + jakartaee-10.0 + microprofile-7.0 + restfulWS + jsonb + cdi + mpConfig + jsonp + mpHealth 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 bacee49..4b05408 100755 --- a/finish/inventory/src/main/webapp/index.html +++ b/finish/inventory/src/main/webapp/index.html @@ -30,12 +30,12 @@

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 91b447d..a63cb37 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 0d3a515..6523fd5 100755 --- a/finish/system/src/main/liberty/config/server.xml +++ b/finish/system/src/main/liberty/config/server.xml @@ -1,11 +1,13 @@ - restfulWS-3.1 - jsonb-3.0 - cdi-4.0 - jsonp-2.1 - mpHealth-4.0 + jakartaee-10.0 + microprofile-7.0 + restfulWS + jsonb + cdi + jsonp + mpHealth 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 c775eea..96ea572 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 d8d2036..ba744b6 100644 --- a/start/inventory/pom.xml +++ b/start/inventory/pom.xml @@ -37,7 +37,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 0f868f0..a4363fa 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 - mpConfig-3.1 - jsonp-2.1 - mpHealth-4.0 + jakartaee-10.0 + microprofile-7.0 + restfulWS + jsonb + cdi + mpConfig + jsonp + mpHealth 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 bacee49..4b05408 100755 --- a/start/inventory/src/main/webapp/index.html +++ b/start/inventory/src/main/webapp/index.html @@ -30,12 +30,12 @@

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 2e21e9d..705b26b 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 0d3a515..6523fd5 100755 --- a/start/system/src/main/liberty/config/server.xml +++ b/start/system/src/main/liberty/config/server.xml @@ -1,11 +1,13 @@ - restfulWS-3.1 - jsonb-3.0 - cdi-4.0 - jsonp-2.1 - mpHealth-4.0 + jakartaee-10.0 + microprofile-7.0 + restfulWS + jsonb + cdi + jsonp + mpHealth 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 c775eea..96ea572 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: