-
Notifications
You must be signed in to change notification settings - Fork 34
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
Changes to allow compilation against the latest 4.0.0 snapshot #460
Conversation
@@ -168,7 +167,7 @@ public boolean exists(@NonNull String viewName) { | |||
} | |||
} | |||
|
|||
@Introspected | |||
@Serdeable |
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.
I do not know why I had to use @Serdeable
in place of @Introspected
... Does 4.0.0 of security switch to serde?
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 use serde instead jackson
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
No description provided.