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.
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Change in a documentation
[ ] Refactor the code
[ ] Chore, repository cleanup, updates the dependencies.
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
PR Checklist
Please delete options that are not relevant.
[x] If the changes in this PR are meant for the next release / mainline, this PR targets the "staging" branch.
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 inzowe-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