From edb64db1899a4b59a5a1d1630c6f5155db89454b Mon Sep 17 00:00:00 2001 From: 1000TurquoisePogs Date: Tue, 21 Jul 2026 12:06:11 +0200 Subject: [PATCH 1/6] Update App.tsx Signed-off-by: 1000TurquoisePogs --- webClient/src/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webClient/src/App.tsx b/webClient/src/App.tsx index bda96ab..fb297a5 100644 --- a/webClient/src/App.tsx +++ b/webClient/src/App.tsx @@ -36,13 +36,13 @@ class App extends React.Component { `{ "type":"connect", "connectionSettings":{ "host":"localhost", - "port":23, + "port":992, "deviceType":5, "alternateHeight":60, "alternateWidth":132, "oiaEnabled": true, "security": { - "type":0 + "type":"tls" } } }`, From f53a2c616fd6035d66ddbf7f9a9fca1899e5bf02 Mon Sep 17 00:00:00 2001 From: 1000TurquoisePogs Date: Tue, 21 Jul 2026 12:22:56 +0200 Subject: [PATCH 2/6] Delete sample-react-app.ppf Signed-off-by: 1000TurquoisePogs --- sample-react-app.ppf | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 sample-react-app.ppf diff --git a/sample-react-app.ppf b/sample-react-app.ppf deleted file mode 100644 index 8e041a8..0000000 --- a/sample-react-app.ppf +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - From 6aa3c82c4b3c70af076754b3ffa4f27223cb64f0 Mon Sep 17 00:00:00 2001 From: 1000TurquoisePogs Date: Tue, 21 Jul 2026 12:23:07 +0200 Subject: [PATCH 3/6] Update manifest.yaml Signed-off-by: 1000TurquoisePogs --- manifest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.yaml b/manifest.yaml index 79e8692..3d4e802 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -2,7 +2,7 @@ name: react-sample id: org.zowe.zlux.sample.react # Without the v -version: 3.0.0 +version: 3.6.0 # Human readable component name title: React Sample # Human readable component description From ec7bcef778f1f0d9cffe17d41f7d2aa9a3970bfd Mon Sep 17 00:00:00 2001 From: 1000TurquoisePogs Date: Tue, 21 Jul 2026 12:23:21 +0200 Subject: [PATCH 4/6] Update pluginDefinition.json Signed-off-by: 1000TurquoisePogs --- pluginDefinition.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pluginDefinition.json b/pluginDefinition.json index b3bd15a..422368e 100644 --- a/pluginDefinition.json +++ b/pluginDefinition.json @@ -1,7 +1,7 @@ { "identifier": "org.zowe.zlux.sample.react", "apiVersion": "2.0.0", - "pluginVersion": "3.0.0", + "pluginVersion": "3.6.0", "pluginType": "application", "license": "EPL-2.0", "author": "Zowe", From ca89a7eb4d3c5d85cb2b16fa6e3c4d1d33da99e8 Mon Sep 17 00:00:00 2001 From: 1000TurquoisePogs Date: Tue, 21 Jul 2026 12:24:24 +0200 Subject: [PATCH 5/6] Update CHANGELOG.md Signed-off-by: 1000TurquoisePogs --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82c98b5..ec3b928 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the sample react app will be documented in this file. +## 3.6.0 + +- Bugfix: Change app2app example to tn3270 with a TLS connection to foster responsible use ([#119](https://github.com/zowe/sample-react-app/pull/119) + ## 2.0.1 - Bugfix: Schema file was not included, preventing installation as a component From e2bf198a6b5fdaf96b6af637b8ce264c3a13f995 Mon Sep 17 00:00:00 2001 From: 1000TurquoisePogs Date: Mon, 27 Jul 2026 17:28:07 +0200 Subject: [PATCH 6/6] Update build_test.yml Signed-off-by: 1000TurquoisePogs --- .github/workflows/build_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 4beb4d4..499648b 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -139,7 +139,7 @@ jobs: - name: '[Prep 3] Setup Node' uses: actions/setup-node@v2 with: - node-version: 16.20.2 + node-version: 18 - name: '[Prep 4] Setup jFrog CLI' uses: jfrog/setup-jfrog-cli@v2