-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Add feature to inverse read/write access logic #4761
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
Conversation
Did u mean to PR against master(version3) branch? |
the target branch of this PR is |
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.
Looks clean
Looks clean! One quick question @ggrebert: have we asked for (and received) a CLA earlier?
If not, we'd need it before merging (just once; good for any and all future contributions). Thank you again for contributing this feature; looking forward to merging it. |
CA signed and sended |
@ggrebert Almost there -- I asked for 2 minor changes for CLA and then we should be good. Apologies for the hassle, looking forward to getting this merged! |
done |
CLA good! |
@@ -946,6 +946,20 @@ public JsonProperty.Access removeNonVisible(boolean inferMutators, | |||
if (acc == null) { | |||
acc = JsonProperty.Access.AUTO; | |||
} | |||
|
|||
// [databind#2951] add feature to inverse access logic |
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 should actually be moved to occur within "findAccess()" -- I can change that
Merged in 2.19 for 2.19.0. Thank you again @ggrebert ! |
@cowtowncoder replacement of #2966
fix #2951