Skip to content
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

fix: SerializationException: Type 'org.ovirt.engine.core.common.utils.SecretValue' was not included in the set of types... #900 #956

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sermakov-orion
Copy link
Contributor

@sermakov-orion sermakov-orion commented Aug 2, 2024

Fixes issue

This PR fixes the #900 issue.

Changes introduced with this PR

Since the SecretValue structure is used in GWT, it should implement Serializable interface. Also couple null checks were added to avoid NPE in the scenario explained in the #900 issue.

Are you the owner of the code you are sending in, or do you have permission of the owner?

Yes

##Fixes issue
This PR fixes the oVirt#900 issue.

##Changes introduced with this PR
Since the SecretValue structure is used in GWT, it should implement Serializable interface.
Also couple null checks were added to avoid NPE in the scenario explained in the oVirt#900 issue.

##Are you the owner of the code you are sending in, or do you have permission of the owner?
Yes
@sermakov-orion
Copy link
Contributor Author

Requesting Reviews.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants