-
Notifications
You must be signed in to change notification settings - Fork 220
fix: null values deleted - using edit #1219
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
// don't do optimistic locking on patch | ||
originalResource.getMetadata().setResourceVersion(null); | ||
resource.getMetadata().setResourceVersion(null); | ||
try (var bis = new ByteArrayInputStream( |
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.
Maybe put a todo/comment that this is currently needed until 6.0?
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.
yep, will add comment. Actually rather create an issue (todo -s should be just temporal until PR is merged in my definition :) )
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
Kudos, SonarCloud Quality Gate passed! |
No description provided.