Skip to content
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

Merged
merged 11 commits into from
Mar 14, 2024

Conversation

steffen-karlsson
Copy link
Contributor

@steffen-karlsson steffen-karlsson commented Mar 13, 2024

Type of change

Description

Validating existence of @JsonPropertyOrder and that all relevant fields in class are present in the @JsonPropertyOrder

Checklist

  • Write tests
  • Make sure all tests pass
  • Update documentation
  • Check RBAC rights for Kubernetes / OpenShift roles
  • Try your changes from Pod inside your Kubernetes and OpenShift cluster, not just locally
  • Reference relevant issue(s) and close them after merging
  • Update CHANGELOG.md
  • Supply screenshots for visual changes, such as Grafana dashboards

@steffen-karlsson steffen-karlsson force-pushed the 2779-validating-crdgenerator branch 2 times, most recently from ae8b9df to 34024bf Compare March 14, 2024 07:12
@steffen-karlsson steffen-karlsson marked this pull request as ready for review March 14, 2024 07:13
@steffen-karlsson steffen-karlsson force-pushed the 2779-validating-crdgenerator branch 2 times, most recently from 069620b to 9cbc7e1 Compare March 14, 2024 07:54
Signed-off-by: Steffen Karlsson <steffen.karlsson@maersk.com>
…m happening while compiling

Signed-off-by: Steffen Karlsson <steffen.karlsson@maersk.com>
Signed-off-by: Steffen Karlsson <steffen.karlsson@maersk.com>
Signed-off-by: Steffen Karlsson <steffen.karlsson@maersk.com>
Signed-off-by: Steffen Karlsson <steffen.karlsson@maersk.com>
Signed-off-by: Steffen Karlsson <steffen.karlsson@maersk.com>
Signed-off-by: Steffen Karlsson <steffen.karlsson@maersk.com>
Signed-off-by: Steffen Karlsson <steffen.karlsson@maersk.com>
Signed-off-by: Steffen Karlsson <steffen.karlsson@maersk.com>
Signed-off-by: Steffen Karlsson <steffen.karlsson@maersk.com>
Signed-off-by: Steffen Karlsson <steffen.karlsson@maersk.com>
@scholzj scholzj linked an issue Mar 14, 2024 that may be closed by this pull request
@scholzj scholzj added this to the 0.41.0 milestone Mar 14, 2024
@scholzj scholzj requested a review from ppatierno March 14, 2024 09:17
Copy link
Member

@scholzj scholzj left a 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.

@steffen-karlsson
Copy link
Contributor Author

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

@scholzj
Copy link
Member

scholzj commented Mar 14, 2024

/azp run regression

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Copy link
Member

@scholzj scholzj left a 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.

Copy link
Member

@ppatierno ppatierno left a 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!

@scholzj scholzj merged commit 3f9fe6f into strimzi:main Mar 14, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Enhancement] CrdGenerator validate @JsonPropertyOrder
3 participants