Skip to content

#162 Change warning to error in metadata validation #163

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

Merged
merged 3 commits into from
Jun 22, 2023

Conversation

darnjo
Copy link
Member

@darnjo darnjo commented Jun 22, 2023

Fixes #162.

There was an issue where OData metadata wasn't really valid, but not handled by the Olingo validation portion and only caught during serialization. Previously, there was a warning in this case but the change is to make it fast fail and leave an error in the log since metadata isn't valid if its EDM elements cannot be resolved.

@darnjo darnjo linked an issue Jun 22, 2023 that may be closed by this pull request
@darnjo darnjo merged commit 0eaecc2 into main Jun 22, 2023
@darnjo darnjo deleted the 162-change-warning-to-error-in-metadata-validation branch June 22, 2023 03:58
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.

Change Warning to Error in Metadata Validation
1 participant