-
Notifications
You must be signed in to change notification settings - Fork 1.4k
#2779 CrdGenerator validate @JsonPropertyOrder
#9831
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
#2779 CrdGenerator validate @JsonPropertyOrder
#9831
Conversation
ae8b9df to
34024bf
Compare
069620b to
9cbc7e1
Compare
Signed-off-by: Steffen Karlsson <[email protected]>
…m happening while compiling Signed-off-by: Steffen Karlsson <[email protected]>
Signed-off-by: Steffen Karlsson <[email protected]>
Signed-off-by: Steffen Karlsson <[email protected]>
Signed-off-by: Steffen Karlsson <[email protected]>
Signed-off-by: Steffen Karlsson <[email protected]>
Signed-off-by: Steffen Karlsson <[email protected]>
Signed-off-by: Steffen Karlsson <[email protected]>
Signed-off-by: Steffen Karlsson <[email protected]>
Signed-off-by: Steffen Karlsson <[email protected]>
Signed-off-by: Steffen Karlsson <[email protected]>
0502e5c to
e3f98ee
Compare
scholzj
left a comment
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.
Thanks for the PR. I think this looks good - I didn't realized we were missing it on so many classes. I will run the regression tests on this as well.
Was also surprised when I started adjusting the classes :D |
|
/azp run regression |
|
Azure Pipelines successfully started running 1 pipeline(s). |
scholzj
left a comment
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.
LGTM. Thanks for the PR.
ppatierno
left a comment
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.
Thanks for the PR!
Type of change
Description
Validating existence of
@JsonPropertyOrderand that all relevant fields in class are present in the@JsonPropertyOrderChecklist