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

Improvements to patch implementation. #25153

Open
1 task
mshima opened this issue Feb 9, 2024 · 0 comments
Open
1 task

Improvements to patch implementation. #25153

mshima opened this issue Feb 9, 2024 · 0 comments

Comments

@mshima
Copy link
Member

mshima commented Feb 9, 2024

Overview of the feature request

We currently have 6 open issues due to complexity in sonar related to patch operations.
Like this one https://sonarcloud.io/project/issues?resolved=false&types=CODE_SMELL&id=jhipster-sample-application&open=AXTEzEUhZS_E0IG9RODA.

We can implement patch using Jackson features.
Benefits:

  • simplified implementation
  • permits removal of fields.
  • permits relationships updates.

Implementation details:

  • since it uses Jackson we probably should implement in the Controller exclusively.
Motivation for or Use Case
Related issues or PR
  • Checking this box is mandatory (this is just to show you read everything)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant