-
Notifications
You must be signed in to change notification settings - Fork 18
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
refactor: Replace spray json with zio json for list endpoints #3226
Conversation
6e3fe2f
to
67d437e
Compare
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.
Overall looks good. There are still some code duplications and improvements which can be done on moved code, but this is I guess for later. Thanks!
...knora/webapi/messages/admin/responder/listsmessages/IntegrationTestListADMJsonProtocol.scala
Outdated
Show resolved
Hide resolved
...knora/webapi/messages/admin/responder/listsmessages/IntegrationTestListADMJsonProtocol.scala
Outdated
Show resolved
Hide resolved
…ponder/listsmessages/IntegrationTestListADMJsonProtocol.scala Co-authored-by: Marcin Procyk <[email protected]>
…ponder/listsmessages/IntegrationTestListADMJsonProtocol.scala Co-authored-by: Marcin Procyk <[email protected]>
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.
Why is it necessary to move to zio json?
Two reasons:
|
NodePathElementADM
Contains changes from #3221 (merge first)
Pull Request Checklist
Task Description/Number
Issue Number: DEV-
PR Type
Basic requirements for bug fixes and features
Does this PR introduce a breaking change?
Does this PR change client-test-data?