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

Resolve Main Schema URI used for Validation #1358

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Nov 2, 2024

  1. Resolve Main Schema URI used for Validation

    - currently we pass it in directly without trying to resolve it, which was ok in  3.8.0 because the URI got resolved before we ever got to validation, so we call resolveSchemaLocation on the uriForLoading so that Xerces Validation can use that.
    - added tests to verify
    
    DAFFODIL-2950
    olabusayoT committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    578a204 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. fixup! Resolve Main Schema URI used for Validation

    - fix * in import for java tests
    - refactor test code and add comments to make purpose more clear
    - rename Scala test that had Java in the name
    
    DAFFODIL-2950
    olabusayoT committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    b37316d View commit details
    Browse the repository at this point in the history