-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix #3135 adding support for patchStatus and detection of patch type #3138
Conversation
Can one of the admins verify this patch? |
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
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, thx!
Kudos, SonarCloud Quality Gate passed! |
Hi @victornoel |
@manusa actually, no reason no, I think we can safely ignore my earlier request, I will be using 5.5.0! Thx again :) |
🚀 cool! |
Description
Fix for #3135 - adding mock support for a json patch of status, and rejecting other patch types.
I could not find existing json merge or strategic merge logic in the existing dependencies. It looks like jakarta.json-api provides a json merge patch utility - but it seems easier for now to just return an unsupported status.
Type of change
test, version modification, documentation, etc.)
Checklist