zowe / zss

Zowe System Services Server for enabling low-level microservices
Eclipse Public License 2.0
13 stars 45 forks source link

Dynamic version check #532

Closed ifakhrutdinov closed 1 year ago

ifakhrutdinov commented 1 year ago

Proposed changes

This pull-request add the ability to check the ZIS version dynamically. It is useful to ensure the right ZIS version in a ZIS plugin. Additionally, the stub vector has been updated to include the new respective common functions.

This PR addresses Issue: [Link to Github issue within https://github.com/zowe/zlux/issues if any]

This PR depends upon the following PRs:

Type of change

Please delete options that are not relevant.

PR Checklist

Please delete options that are not relevant.

Testing

Manual testing is needed. QA can try running the dynamic linkage plugin with an incompatible version of ZIS (a different major version, smaller minor version or revision).

Further comments