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

Changes required for XDS MU / RMU #153

Merged
merged 3 commits into from
Jul 11, 2024
Merged

Changes required for XDS MU / RMU #153

merged 3 commits into from
Jul 11, 2024

Conversation

unixoid
Copy link
Contributor

@unixoid unixoid commented Jul 1, 2024

As discussed in the call on 11-Jun-2024.

@staffoleo: FYI

@unixoid unixoid mentioned this pull request Jul 1, 2024
@oliveregger oliveregger requested a review from qligier July 3, 2024 07:03
@@ -70,7 +70,8 @@ public QueryRegistry searchParameterIti67ToFindDocumentsQuery(@Body Iti67SearchP
query.setUuids(Collections.singletonList(val.substring("urn:uuid:".length())));
}
} else {
query.setUuids(Collections.singletonList(searchParameter.get_id().getValue()));
//query.setUuids(Collections.singletonList(searchParameter.get_id().getValue()));
query.getLogicalUuid().add(searchParameter.get_id().getValue());
Copy link
Collaborator

Choose a reason for hiding this comment

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

The DocumentEntry.logicalID is mapped to DocumentReference.id?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, because DocumentReference.id SHALL NOT change on each metadata update (as entryUUID would).

@unixoid
Copy link
Contributor Author

unixoid commented Jul 9, 2024

Hello @qligier, thank you for approving our pull request. Could you please merge it?

@qligier qligier merged commit c6ea4cd into i4mi:master Jul 11, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants