-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Add documentation about the secure serialization feature of RESTEasy Reactive #20741
Conversation
a33a193
to
060c4fe
Compare
This comment has been minimized.
This comment has been minimized.
@geoand Hi Georgios, can you please add a mini section to |
060c4fe
to
bd1b9e2
Compare
Good idea, done! |
Is the PR now good for you @sberyozkin? |
Sorry @geoand I signed off yesterday probably immediately after this comment :-), 100% is good now :-) |
Thanks! |
|
||
public class Person { | ||
|
||
@SecureField("id") |
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 think this is supposed to read:
@SecuredField(rolesAllowed = "admin")
I can supply a PR.
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.
Indeed! A PR would be welcome
No description provided.