-
Notifications
You must be signed in to change notification settings - Fork 366
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
KeystoneAuth does not have a default constructor #838
Comments
Can you share more details? |
as we see above,there is no constructor with no parameters in the KeystoneAuth class. |
So far I'm not aware this caused problems and tests are passing. Did you experience any errors caused by this? |
Oh,sorry, I have forgot to say that it's OK to serialize it but faild when deserialize it if the Classs does not have a default empty params constructor,the exception occurs like the below:
|
Ah. Okay. Thanks for explaining. Would you like to submit a PR for that? |
see pr:848 |
KeystoneAuth does not have a default constructor #838
Just merged the PR. Cam we close this issue @whaon ? |
this may cause problems when using jackson to handle it
The text was updated successfully, but these errors were encountered: