diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7b6d2db..6e86ef6 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 @@ -45,10 +45,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/system/src/main/liberty/config/server.xml b/finish/system/src/main/liberty/config/server.xml index 7cf2511..1c866a9 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-6.1 + restfulWS + jsonb + cdi + jsonp + mpHealth ssl-1.0 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 1639e4b..cc6141d 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/system/src/main/liberty/config/server.xml b/start/system/src/main/liberty/config/server.xml index 7cf2511..1c866a9 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-6.1 + restfulWS + jsonb + cdi + jsonp + mpHealth ssl-1.0 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 1639e4b..cc6141d 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: