-
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
CodeResource "missing context in handler" fixme #160
Comments
I got it to work by commenting out the context/collector parts of it. |
I added support for |
|
Sure. Demonstrate that it could work if it is needed. I haven't looked at the feature. Is it important to support this? Any idea why it isn't supported? |
I don't know, maybe there were some more plans for schemata to have generated codes depend on each other?
No idea what this means.
That method doesn't exist anymore, maybe this is just old. |
@Florian-Schoenherr Please make the adjustments to the code so that it can access that Context and close this issue. Then create a new issue to figure out for what use this was intended. It may be that we decide to remove the code rather than allow it to push us to something we don't need, or worse yet, someone later assumes that it works and exposes it to the UI and CLI. |
Fixed by this |
Problem: We don't have
context()
anymore when usingDynamicResourceHandler
.See: https://github.com/vlingo/vlingo-schemata/blob/a6e682f64e636214b3e1636318c5b047cf58b92e/src/main/java/io/vlingo/schemata/resource/CodeResource.java#L76
This is also marked with "FIXME", so maybe now is the time to fix it. As far as I know,
context()
shouldn't be used directly, right?I also don't really know why we mock auth here.
Maybe this had to do with some already resolved stuff, let me know.
related: #55 #60
The text was updated successfully, but these errors were encountered: