Skip to content

Commit

Permalink
Bugfix to remove duplicate node validation that caused misleading mes…
Browse files Browse the repository at this point in the history
…sages

Signed-off-by: 1000TurquoisePogs <[email protected]>
  • Loading branch information
1000TurquoisePogs committed Nov 5, 2024
1 parent 69a2100 commit 3ad6d81
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 24 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to the Zlux App Server package will be documented in this file.

## v2.18.1
- Bugfix: app-server no longer causes Zowe to print "FSUM7422 node is not found" and "Node found in NODE_HOME" upon startup. This avoids confusion about if node requirements are met. (#324)

## v2.17.0
- Enhancement: app-server can now use Zowe's standardized and simplified AT-TLS configuration simply by toggling `zowe.network.server.tls.attls: true` or `components.app-server.zowe.network.server.tls.attls: true`. If you wish to control client tls separately from server tls, you can also use `zowe.network.client.tls.attls` or `components.app-server.zowe.network.client.tls.attls`. (#300) (#303)
- Enhancement: The app-server configure stage performance increased due to combining two seperate processes in this stage (plugins-init.js and initInstance.js) into one. (#304)
Expand Down
5 changes: 2 additions & 3 deletions bin/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ if [ -n "${ZWE_zowe_runtimeDirectory}" ]; then
# used for relativeTo plugins
export ZLUX_ROOT_DIR=$COMPONENT_HOME/share
else
# dev env
. ./validate.sh
COMPONENT_HOME=$(cd ../..; pwd)
# dev env
COMPONENT_HOME=$(cd ../..; pwd)

# used for relativeTo plugins
export ZLUX_ROOT_DIR=$COMPONENT_HOME
Expand Down
20 changes: 0 additions & 20 deletions bin/validate.sh

This file was deleted.

1 change: 0 additions & 1 deletion manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ commands:
install: share/zlux-app-server/bin/internal-install.sh
start: bin/start.sh
configure: bin/configure.sh
validate: bin/validate.sh
# we do not specify encoding here because its already tagged ascii
apimlServices:
dynamic:
Expand Down

0 comments on commit 3ad6d81

Please sign in to comment.