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

Dspace 2024/1 compatible serialization #4577

Open
wolf4ood opened this issue Oct 23, 2024 · 0 comments · May be fixed by #4581
Open

Dspace 2024/1 compatible serialization #4577

wolf4ood opened this issue Oct 23, 2024 · 0 comments · May be fixed by #4581
Labels
bug Something isn't working

Comments

@wolf4ood
Copy link
Contributor

wolf4ood commented Oct 23, 2024

Feature Request

Currently the Dspace v08 and 2024/1 serialization uses the same transformers just applying a different namespace.

Some fields are serialized wrongly but the fixes will be applied only in 2024/1 with custom transformers:

Here's the list of the current issues:

  • consumerPid and providerPid should be serialized as @id
  • participantId in catalog should be serialized as @id
  • assigner and assignee in ContractAgreementMessage should be an @id
  • state should be an @id in ContractNegotiation and TransferProcess
  • endpointType in data address should be an @id
  • format and agreementId in TransferRequestMessage should be an @id
  • eventType in ContractNegotiationEventMessage should be an @id
  • state in JsonObjectFromTransferProcessTransformer should be transformed like the JsonObjectFromContractNegotiationTransformer
@wolf4ood wolf4ood added the bug Something isn't working label Oct 23, 2024
@github-actions github-actions bot added the triage all new issues awaiting classification label Oct 23, 2024
@wolf4ood wolf4ood removed the triage all new issues awaiting classification label Oct 23, 2024
@wolf4ood wolf4ood linked a pull request Oct 24, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant