From ea96539fe39b1706225db397bf2d162a4910f5e8 Mon Sep 17 00:00:00 2001 From: j2joi Date: Mon, 21 Apr 2025 16:57:17 +0000 Subject: [PATCH 1/6] fix: broken links in deploy/petclinic fix: broken links in migrate/petclinic 15.1.1 Signed-off-by: j2joi --- tutorials/deploy/petclinic-in-container-14.1.2/README.md | 2 +- tutorials/migrate/spring-framework-petclinic-15.1.1/README.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/tutorials/deploy/petclinic-in-container-14.1.2/README.md b/tutorials/deploy/petclinic-in-container-14.1.2/README.md index 2476a91..279fab7 100644 --- a/tutorials/deploy/petclinic-in-container-14.1.2/README.md +++ b/tutorials/deploy/petclinic-in-container-14.1.2/README.md @@ -196,7 +196,7 @@ Deploy the Spring Framework PetClinic example to the WebLogic Server 14.1.2 cont 1. If not already installed, download and install the WebLogic Server Remote Console (WRC) from [`github.com/oracle/weblogic-remote-console`](https://github.com/oracle/weblogic-remote-console/releases). -1. [Deploy](https://docs-uat.us.oracle.com/en/middleware/fusion-middleware/weblogic-remote-console/administer/deploying-applications.html#GUID-6148F650-4FB8-4F4E-A578-C733D275C0A2) and start the Spring Framework PetClinic example application. +1. [Deploy](https://docs.oracle.com/en/middleware/fusion-middleware/weblogic-remote-console/administer/deploying-applications.html) and start the Spring Framework PetClinic example application. ### Step 7: Access the Spring Framework PetClinic example diff --git a/tutorials/migrate/spring-framework-petclinic-15.1.1/README.md b/tutorials/migrate/spring-framework-petclinic-15.1.1/README.md index 70dfe4a..590faca 100644 --- a/tutorials/migrate/spring-framework-petclinic-15.1.1/README.md +++ b/tutorials/migrate/spring-framework-petclinic-15.1.1/README.md @@ -4,7 +4,7 @@ Oracle provides OpenRewrite recipes to help you upgrade your applications to new ## Spring Framework PetClinic example -We'll step through this tutorial using the Spring Framework Pet Clinic example that is available in this GitHub repo: [`spring-framework-petclinic-12.2.1.4` sample](../../../samples/spring-framework-petclinic-12.2.1.4/). This is a fork of the approved [fork](https://github.com/spring-petclinic/spring-framework-petclinic/tree/5.3.x) from the Spring Team, a PetClinic version with a plain old Spring Framework 5.3.x configuration and with a 3-layer architecture (i.e. presentation --> service --> repository) and was modified to run on WebLogic 12.2.1.4. We will run the `rewrite-weblogic` recipes locally, so we'll need a copy of the code locally, too. +We'll step through this tutorial using the [Spring Framework Pet Clinic](https://github.com/spring-petclinic/spring-framework-petclinic/tree/5.3.x) example that is available from the Spring Team, a PetClinic version with a plain old Spring Framework 5.3.x configuration and with a 3-layer architecture (i.e. presentation --> service --> repository). We will run the `rewrite-weblogic` recipes locally, so we'll need a copy of the code locally, too. ![Spring Framework PetClinic](https://cloud.githubusercontent.com/assets/838318/19727082/2aee6d6c-9b8e-11e6-81fe-e889a5ddfded.png) @@ -79,7 +79,6 @@ For this example, we will upgrade the Spring Framework PetClinic application to Preferably, you should open a terminal within your IDE so that you can easily review changes to the source files after running the recipes. - ![VSCode - open an integrated terminal](../../images/integ-terminal-vscode.png) 1. Run the following command to run OpenRewrite: From 52766ff0e0c405a13340b814169cbd67001350a2 Mon Sep 17 00:00:00 2001 From: j2joi Date: Mon, 21 Apr 2025 17:04:32 +0000 Subject: [PATCH 2/6] fix: Updated links after deploy petclinic to container folder was renamed Signed-off-by: j2joi --- tutorials/deploy/deploy-petclinic-weblogic-12.2.1.4/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/deploy/deploy-petclinic-weblogic-12.2.1.4/README.md b/tutorials/deploy/deploy-petclinic-weblogic-12.2.1.4/README.md index bdad5bf..2b8a7d5 100644 --- a/tutorials/deploy/deploy-petclinic-weblogic-12.2.1.4/README.md +++ b/tutorials/deploy/deploy-petclinic-weblogic-12.2.1.4/README.md @@ -1,5 +1,5 @@ # Deploy Spring Framework PetClinic to WebLogic Server 12.2.1.4 -This tutorial demonstrates how to deploy the [Spring Framework PetClinic](https://github.com/spring-petclinic/spring-framework-petclinic/tree/5.3.x) example application to WebLogic Server 12.2.1.4 running on an Oracle Linux host. For a containerized deployment, see [Deploy Spring Framework PetClinic to WLS 14.1.2 running in a container](../../deploy/deploy-petclinic-container-14.1.2/README.md). +This tutorial demonstrates how to deploy the [Spring Framework PetClinic](https://github.com/spring-petclinic/spring-framework-petclinic/tree/5.3.x) example application to WebLogic Server 12.2.1.4 running on an Oracle Linux host. For a containerized deployment, see [Deploy Spring Framework PetClinic to WLS 14.1.2 running in a container](../../deploy/petclinic-container-14.1.2/README.md). > [!TIP] > If you want to deploy the example application to WebLogic Server 15.1.1 (BETA), first follow the [Migrate Spring Framework PetClinic to WLS 15.1.1(BETA)](../../migrate/spring-framework-petclinic-15.1.1/README.md) tutorial, then follow the procedure here. From a90f7c86615b04052a9a14ae7de02ca03100bef5 Mon Sep 17 00:00:00 2001 From: j2joi Date: Mon, 21 Apr 2025 17:07:03 +0000 Subject: [PATCH 3/6] fix: Links broken after deploy petclinic to container folder was renamed Signed-off-by: j2joi --- tutorials/deploy/deploy-petclinic-weblogic-12.2.1.4/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/deploy/deploy-petclinic-weblogic-12.2.1.4/README.md b/tutorials/deploy/deploy-petclinic-weblogic-12.2.1.4/README.md index 2b8a7d5..c55e217 100644 --- a/tutorials/deploy/deploy-petclinic-weblogic-12.2.1.4/README.md +++ b/tutorials/deploy/deploy-petclinic-weblogic-12.2.1.4/README.md @@ -1,5 +1,5 @@ # Deploy Spring Framework PetClinic to WebLogic Server 12.2.1.4 -This tutorial demonstrates how to deploy the [Spring Framework PetClinic](https://github.com/spring-petclinic/spring-framework-petclinic/tree/5.3.x) example application to WebLogic Server 12.2.1.4 running on an Oracle Linux host. For a containerized deployment, see [Deploy Spring Framework PetClinic to WLS 14.1.2 running in a container](../../deploy/petclinic-container-14.1.2/README.md). +This tutorial demonstrates how to deploy the [Spring Framework PetClinic](https://github.com/spring-petclinic/spring-framework-petclinic/tree/5.3.x) example application to WebLogic Server 12.2.1.4 running on an Oracle Linux host. For a containerized deployment, see [Deploy Spring Framework PetClinic to WLS 14.1.2 running in a container](../../deploy/petclinic-in-container-14.1.2/README.md). > [!TIP] > If you want to deploy the example application to WebLogic Server 15.1.1 (BETA), first follow the [Migrate Spring Framework PetClinic to WLS 15.1.1(BETA)](../../migrate/spring-framework-petclinic-15.1.1/README.md) tutorial, then follow the procedure here. From da5b0bdd7980c740636fa7289353751846426e19 Mon Sep 17 00:00:00 2001 From: j2joi Date: Mon, 21 Apr 2025 17:26:21 +0000 Subject: [PATCH 4/6] fix: broken links after petclinic in container tutorial was renamed Signed-off-by: j2joi --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6950779..e4baebc 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ cd weblogic-examples [^1]: To deploy WebLogic Cafe to WebLogic 15.1.1 (BETA), follow this [tutorial](https://github.com/oracle-samples/weblogic-examples/blob/main/tutorials/migrate/weblogic-cafe-15.1.1/README.md) to upgrade the application to use Jakarta EE 9.1 and Java 21 on WebLogic. -[^2]: To deploy Spring Framework PetClinic to WebLogic 15.1.1 (BETA), **first** follow the app migration [tutorial](https://github.com/oracle-samples/weblogic-examples/blob/main/tutorials/migrate/spring-framework-petclinic-15.1.1/README.md), then follow the deploy tutorial [here](https://github.com/oracle-samples/weblogic-examples/blob/main/tutorials/deploy/deploy-petclinic-container-14.1.2/README.md). +[^2]: To deploy Spring Framework PetClinic to WebLogic 15.1.1 (BETA), **first** follow the app migration [tutorial](https://github.com/oracle-samples/weblogic-examples/blob/main/tutorials/migrate/spring-framework-petclinic-15.1.1/README.md), then follow either deploy to [containerized](/tutorials/deploy/petclinic-in-container-14.1.2/README.md) or [traditional-weblogic](/tutorials/deploy/deploy-petclinic-weblogic-12.2.1.4/README.md) tutorial. From 267037ceb20b1ca4cb376cbaa74744e24b1da1f5 Mon Sep 17 00:00:00 2001 From: j2joi Date: Mon, 21 Apr 2025 17:29:36 +0000 Subject: [PATCH 5/6] fix: broken links after petclinic in container tutorial was renamed Signed-off-by: j2joi --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4baebc..6162c6b 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ cd weblogic-examples [^1]: To deploy WebLogic Cafe to WebLogic 15.1.1 (BETA), follow this [tutorial](https://github.com/oracle-samples/weblogic-examples/blob/main/tutorials/migrate/weblogic-cafe-15.1.1/README.md) to upgrade the application to use Jakarta EE 9.1 and Java 21 on WebLogic. -[^2]: To deploy Spring Framework PetClinic to WebLogic 15.1.1 (BETA), **first** follow the app migration [tutorial](https://github.com/oracle-samples/weblogic-examples/blob/main/tutorials/migrate/spring-framework-petclinic-15.1.1/README.md), then follow either deploy to [containerized](/tutorials/deploy/petclinic-in-container-14.1.2/README.md) or [traditional-weblogic](/tutorials/deploy/deploy-petclinic-weblogic-12.2.1.4/README.md) tutorial. +[^2]: To deploy Spring Framework PetClinic to WebLogic 15.1.1 (BETA), **first** follow the app migration [tutorial](https://github.com/oracle-samples/weblogic-examples/blob/main/tutorials/migrate/spring-framework-petclinic-15.1.1/README.md), then follow either [deploy-in-container](/tutorials/deploy/petclinic-in-container-14.1.2/README.md) or [deploy-traditional](/tutorials/deploy/deploy-petclinic-weblogic-12.2.1.4/README.md) tutorial. From 52759131f233038e7cc3747d3a8a4b351daaaee1 Mon Sep 17 00:00:00 2001 From: j2joi Date: Mon, 21 Apr 2025 17:33:25 +0000 Subject: [PATCH 6/6] fx: broken links after petclinic in container tutorial was renamed Signed-off-by: j2joi --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 6162c6b..c1befe4 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,7 @@ cd weblogic-examples [^1]: To deploy WebLogic Cafe to WebLogic 15.1.1 (BETA), follow this [tutorial](https://github.com/oracle-samples/weblogic-examples/blob/main/tutorials/migrate/weblogic-cafe-15.1.1/README.md) to upgrade the application to use Jakarta EE 9.1 and Java 21 on WebLogic. -[^2]: To deploy Spring Framework PetClinic to WebLogic 15.1.1 (BETA), **first** follow the app migration [tutorial](https://github.com/oracle-samples/weblogic-examples/blob/main/tutorials/migrate/spring-framework-petclinic-15.1.1/README.md), then follow either [deploy-in-container](/tutorials/deploy/petclinic-in-container-14.1.2/README.md) or [deploy-traditional](/tutorials/deploy/deploy-petclinic-weblogic-12.2.1.4/README.md) tutorial. - +[^2]: To deploy Spring Framework PetClinic to WebLogic 15.1.1 (BETA), **first** follow the app migration [tutorial](https://github.com/oracle-samples/weblogic-examples/blob/main/tutorials/migrate/spring-framework-petclinic-15.1.1/README.md), then follow either [deploy-in-container](https://github.com/oracle-samples/weblogic-examples/blob/main/tutorials/deploy/petclinic-in-container-14.1.2/README.md) or [deploy-traditional](https://github.com/oracle-samples/weblogic-examples/blob/main/tutorials/deploy/deploy-petclinic-weblogic-12.2.1.4/README.md) tutorial. ### Tutorials