zowe / zss

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

Change conflicting message IDs #592

Closed ifakhrutdinov closed 1 year ago

ifakhrutdinov commented 1 year ago

Proposed changes

This commit changes the conflicting messages IDs in the range 200-214 to be 700-714. According to zowe-common-c/h/crossmemory.h 700-999 are for user service which are very unlikely to be implemented since ZIS is extended via plugins now, therefore we can use that range (that should be noted in zowe-common-c/h/crossmemory.h).

This PR addresses Issue: #590

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

Use the dynamic linkage plugin, its messages should be in range 700-714 now.

Further comments