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

feat: update to the latest IATP changes #3805

Merged
merged 2 commits into from Jan 29, 2024

Conversation

wolf4ood
Copy link
Contributor

@wolf4ood wolf4ood commented Jan 25, 2024

What this PR changes/adds

Align with the latest changes in the resolution api protocol

  • Rename PresentationQuery to PresentationQueryMessage
  • Rename PresentationResponse to PresentationResponseMessage
  • JSON-LD fy PresentationResponseMessage with transformers from/to JsonObject
  • DefaultCredentialServiceClient now parses the JSON-LD response for PresentationResponseMessage
  • Registered the iatp context

Linked Issue(s)

Closes #3803

Please be sure to take a look at the contributing guidelines and our etiquette for pull requests.

@wolf4ood wolf4ood force-pushed the feat/3803_iatp_changes branch 2 times, most recently from 2a1c8b2 to b8cf15d Compare January 25, 2024 16:38
@wolf4ood wolf4ood self-assigned this Jan 25, 2024
@wolf4ood wolf4ood added the enhancement New feature or request label Jan 25, 2024
@wolf4ood wolf4ood force-pushed the feat/3803_iatp_changes branch 5 times, most recently from 4d82cd5 to 6b2f148 Compare January 26, 2024 14:06
@wolf4ood wolf4ood marked this pull request as ready for review January 26, 2024 14:37
public static final String PRESENTATION_RESPONSE_MESSAGE_PRESENTATION_SUBMISSION_PROPERTY = IATP_PREFIX + "presentationSubmission";
public static final String PRESENTATION_RESPONSE_MESSAGE_TYPE_PROPERTY = IATP_PREFIX + "PresentationResponseMessage";

private Object[] presentation = new Object[0];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we change this to a List?

@wolf4ood wolf4ood merged commit f7224e9 into eclipse-edc:main Jan 29, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Align with the latest IATP changes
2 participants