-
-
Notifications
You must be signed in to change notification settings - Fork 0
Loading schema from file system doesn't work on Windows #4
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
Comments
Thanks for reporting. I'll look into it. |
I've identified the problem to be in |
This should be fixed now. I also took the opportunity to add automation for running test on windows, so hopefully going forward windows-specific bugs will be caught earlier. Please update your dependencies and let me know if you have any more problems. The version of |
@jdesrosiers Works like a charm now, thanks! |
Problem
Trying to load a schema from a relative location in the file system fails on Windows:
results in
How to reproduce
Workaround
Fetching the schema from the file system and registering it works:
This is rather clumsy and not the documented preferred way to work with file-based schemas on the server.
The text was updated successfully, but these errors were encountered: