From e9ee8fe4cde182d587450462731017dbcd024a63 Mon Sep 17 00:00:00 2001 From: arooshlele Date: Thu, 16 Apr 2026 19:37:04 +0530 Subject: [PATCH 1/2] Updated install-nodejs-zos.md Signed-off-by: arooshlele --- versioned_docs/version-v3.3.x/user-guide/install-nodejs-zos.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/versioned_docs/version-v3.3.x/user-guide/install-nodejs-zos.md b/versioned_docs/version-v3.3.x/user-guide/install-nodejs-zos.md index 8082d4920a..9ecaa7afda 100644 --- a/versioned_docs/version-v3.3.x/user-guide/install-nodejs-zos.md +++ b/versioned_docs/version-v3.3.x/user-guide/install-nodejs-zos.md @@ -168,6 +168,8 @@ When z/OSMF is present and configured, Zowe automatically detects and leverages ::: :::note +Before you run Zowe on z/OS 2.5 with Java 21, ensure that you apply PTF 'z/OS 2.5 PTF UI95696'. For more information, see [Java 21 users receiving CEE3728S under z/OS 2.5](https://www.ibm.com/support/pages/java-21-users-receiving-cee3728s-under-zos-25) + For specific z/OS security configuration options pertaining to the Zowe server-side components in your setup, consult [Security customization of your z/OS system](./configure-zos-system.md). ::: From 7c8c750fe08d77e672bb213797ea50196198e0bb Mon Sep 17 00:00:00 2001 From: ArooshLele Date: Mon, 11 May 2026 20:51:12 +0530 Subject: [PATCH 2/2] Clarify software update requirement for Zowe on z/OS Updated the note regarding the software update requirement for running Zowe on z/OS 2.5 with Java 21. Signed-off-by: ArooshLele --- versioned_docs/version-v3.3.x/user-guide/install-nodejs-zos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versioned_docs/version-v3.3.x/user-guide/install-nodejs-zos.md b/versioned_docs/version-v3.3.x/user-guide/install-nodejs-zos.md index 9ecaa7afda..fa07620b14 100644 --- a/versioned_docs/version-v3.3.x/user-guide/install-nodejs-zos.md +++ b/versioned_docs/version-v3.3.x/user-guide/install-nodejs-zos.md @@ -168,7 +168,7 @@ When z/OSMF is present and configured, Zowe automatically detects and leverages ::: :::note -Before you run Zowe on z/OS 2.5 with Java 21, ensure that you apply PTF 'z/OS 2.5 PTF UI95696'. For more information, see [Java 21 users receiving CEE3728S under z/OS 2.5](https://www.ibm.com/support/pages/java-21-users-receiving-cee3728s-under-zos-25) +Before you run Zowe on z/OS 2.5 with Java 21, ensure that you install the software update, PTF 'z/OS 2.5 PTF UI95696'. For more information, see [Java 21 users receiving CEE3728S under z/OS 2.5](https://www.ibm.com/support/pages/java-21-users-receiving-cee3728s-under-zos-25) For specific z/OS security configuration options pertaining to the Zowe server-side components in your setup, consult [Security customization of your z/OS system](./configure-zos-system.md). :::