-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support ZIS parameters longer than 128 chars #684
Comments
ifakhrutdinov
added
bug
Something isn't working
and removed
enhancement
New feature or request
labels
Feb 15, 2024
The issue is caused by some limitations in the |
ifakhrutdinov
added a commit
to zowe/zowe-common-c
that referenced
this issue
Jun 3, 2024
Fixes: zowe/zss#684 Signed-off-by: Irek Fakhrutdinov <ifakhrutdinov@rocketsoftware.com>
ifakhrutdinov
added a commit
to zowe/zowe-common-c
that referenced
this issue
Jun 3, 2024
Fixes: zowe/zss#684 Signed-off-by: Irek Fakhrutdinov <ifakhrutdinov@rocketsoftware.com>
ifakhrutdinov
added a commit
to zowe/zowe-common-c
that referenced
this issue
Jun 12, 2024
Fixes: zowe/zss#684 Signed-off-by: Irek Fakhrutdinov <ifakhrutdinov@rocketsoftware.com>
This was referenced Jun 12, 2024
ifakhrutdinov
added a commit
to zowe/zowe-common-c
that referenced
this issue
Jun 12, 2024
This commit extends the config cross-memory service and cross-memory server's structures responsible for storing parameters to support parameter names and values longer than 72 and 128 characters respectively. Backward compatibility is provided by introducing and using a version field in the config service's parameter list. Fixes: zowe/zss#684 Signed-off-by: Irek Fakhrutdinov <ifakhrutdinov@rocketsoftware.com>
ifakhrutdinov
added a commit
to zowe/zowe-common-c
that referenced
this issue
Aug 21, 2024
This commit extends the config cross-memory service and cross-memory server's structures responsible for storing parameters to support parameter names and values longer than 72 and 128 characters respectively. Backward compatibility is provided by introducing and using a version field in the config service's parameter list. Fixes: zowe/zss#684 Signed-off-by: Irek Fakhrutdinov <ifakhrutdinov@rocketsoftware.com>
ifakhrutdinov
added a commit
to zowe/zowe-common-c
that referenced
this issue
Aug 21, 2024
This commit extends the config cross-memory service and cross-memory server's structures responsible for storing parameters to support parameter names and values longer than 72 and 128 characters respectively. Backward compatibility is provided by introducing and using a version field in the config service's parameter list. Fixes: zowe/zss#684 Signed-off-by: Irek Fakhrutdinov <ifakhrutdinov@rocketsoftware.com>
ifakhrutdinov
added a commit
to zowe/zowe-common-c
that referenced
this issue
Aug 30, 2024
This commit extends the config cross-memory service and cross-memory server's structures responsible for storing parameters to support parameter names and values longer than 72 and 128 characters respectively. Backward compatibility is provided by introducing and using a version field in the config service's parameter list. Fixes: zowe/zss#684 Signed-off-by: Irek Fakhrutdinov <ifakhrutdinov@rocketsoftware.com>
ifakhrutdinov
added a commit
to zowe/zowe-common-c
that referenced
this issue
Sep 10, 2024
This commit extends the config cross-memory service and cross-memory server's structures responsible for storing parameters to support parameter names and values longer than 72 and 128 characters respectively. Backward compatibility is provided by introducing and using a version field in the config service's parameter list. Fixes: zowe/zss#684 Signed-off-by: Irek Fakhrutdinov <ifakhrutdinov@rocketsoftware.com>
ifakhrutdinov
added a commit
to zowe/zowe-common-c
that referenced
this issue
Sep 12, 2024
This commit extends the config cross-memory service and cross-memory server's structures responsible for storing parameters to support parameter names and values longer than 72 and 128 characters respectively. Backward compatibility is provided by introducing and using a version field in the config service's parameter list. Fixes: zowe/zss#684 Signed-off-by: Irek Fakhrutdinov <ifakhrutdinov@rocketsoftware.com>
ifakhrutdinov
added a commit
to zowe/zowe-common-c
that referenced
this issue
Sep 17, 2024
This commit extends the config cross-memory service and cross-memory server's structures responsible for storing parameters to support parameter names and values longer than 72 and 128 characters respectively. Backward compatibility is provided by introducing and using a version field in the config service's parameter list. Fixes: zowe/zss#684 Signed-off-by: Irek Fakhrutdinov <ifakhrutdinov@rocketsoftware.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature or enhancement request related to a problem or limitation? Please describe
Since ZIS support line breaks now, it would be useful to support loner parameter values; the current limit is 128 symbols.
Describe your enhancement idea
Describe alternatives you've considered
Provide any additional context
The text was updated successfully, but these errors were encountered: