From 9fd18d52e6df95101d7db43cbc5e99733cc3b43a Mon Sep 17 00:00:00 2001 From: Gilbert Kwan Date: Thu, 14 Nov 2024 11:13:04 -0500 Subject: [PATCH 1/3] use versionless feature Signed-off-by: Gilbert Kwan --- .github/workflows/test.yml | 9 +++++---- finish/src/main/liberty/config/server.xml | 7 ++++--- start/src/main/liberty/config/server.xml | 7 ++++--- 3 files changed, 13 insertions(+), 10 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8d9995c..27f402f 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 @@ -48,10 +48,11 @@ jobs: 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 diff --git a/finish/src/main/liberty/config/server.xml b/finish/src/main/liberty/config/server.xml index b6f6541..d01a9d0 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/start/src/main/liberty/config/server.xml b/start/src/main/liberty/config/server.xml index b6f6541..d01a9d0 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 From 59a0b8a03efa6b2cbd0677d97ef9c8790cac30ba Mon Sep 17 00:00:00 2001 From: Gilbert Kwan Date: Thu, 28 Nov 2024 16:38:53 -0500 Subject: [PATCH 2/3] use versionless feature Signed-off-by: Gilbert Kwan --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 23b566b..f53a878 100644 --- a/README.adoc +++ b/README.adoc @@ -1,4 +1,4 @@ -// Copyright (c) 2019, 2023 IBM Corporation and others. +// Copyright (c) 2019, 2024 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/ @@ -333,7 +333,7 @@ endif::[] When you are done checking the application root, exit dev mode by pressing `CTRL+C` in the command-line session where you ran the Liberty. -Although the Angular application that this guide shows you how to build is simple, when you build more complex Angular applications, testing becomes a crucial part of your development lifecycle. If you need to write test cases, follow the official unit testing and end-to-end testing documentation on the https://angular.io/guide/testing[official Angular page^]. +Although the Angular application that this guide shows you how to build is simple, when you build more complex Angular applications, testing becomes a crucial part of your development lifecycle. If you need to write test cases, follow the official unit testing and end-to-end testing documentation on the https://angular.dev/guide/testing[official Angular page^]. == Great work! You're done! From 43e934d56b4781bb395b74062c75c44d279efef7 Mon Sep 17 00:00:00 2001 From: Gilbert Kwan Date: Tue, 7 Jan 2025 15:31:19 -0500 Subject: [PATCH 3/3] Update README.adoc --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index f53a878..b180d3d 100644 --- a/README.adoc +++ b/README.adoc @@ -1,4 +1,4 @@ -// Copyright (c) 2019, 2024 IBM Corporation and others. +// Copyright (c) 2019, 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/