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

Commits on Aug 2, 2024

  1. Signed-off-by: Stepan Ermakov <[email protected]>

    ##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 committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    0e9718f View commit details
    Browse the repository at this point in the history