-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Serialize/deseialize list of DTO using same mechanism as single DTO object #14792
Conversation
Signed-off-by: Max Shaposhnik <mshaposh@redhat.com>
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has been successful:
|
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has been successful:
|
E2E tests of Eclipse Che Multiuser on OCP has been successful:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please wait for at least one more review
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can not say that I reviewed very precisely but LGTM in general
What does this PR do?
Different ways of serialization/deserialization of the single and list of
DTO
may provide erroneous effects, when, for example, Gson type adapters is applied when single DTO is requested, and not applied when list is requested, so the same objects have different representation. This PR corrects situation for DTO lists.What issues does this PR fix or reference?
#14739
Release Notes
N/A
Docs PR
N/A