-
Notifications
You must be signed in to change notification settings - Fork 9
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
[Compiler] Requesting Schema Source Code #55
Comments
Can be reproduced using the api calls in 3ba58f2#diff-aaf154ff3102258e75795d80b37a74c6R111 Preliminary analysis:
What am I missing here? Trying to temporarily work around the missing context shows that the To reproduce in a unit/integration test, would it be good to spin up a server and run the api calls against it, or is there a smarter way? |
Closed as of #60 |
The following
GET
will crash in the compiler.curl -i -X GET -H "Accept: application/json" http://localhost:9019/code/{reference}/{language}
Concrete example:
Org:Unit:Context:Schema:Version
E.g.
/code/vlingo:PlatformDevelopment:io.vlingo.schemata:SchemaDefined:1.0.0/java
This is due to two problems:
SchemaVersion
has a dependency on another namedSchemaVersion
there is no way to resolve that dependency type.CacheTypeResolver
The text was updated successfully, but these errors were encountered: