-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Plugin broker should be able to send warning about plugins configuration to WS master #13020
Comments
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
I believe this will be resolved in a different way in eclipse-che/che-plugin-registry#228 Leaving open as we should decide if this is sufficient of if the broker should do additional work |
/remove-lifecycle stale |
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
/remove-lifecycle stale |
Description
Plugin registry notation changes will introduce field
deprecated
into meta.yaml:See explanation here eclipse-che/che-plugin-registry#55 (comment)
Plugin broker should send a warning when plugin with deprecated section is being processed to WS master.
WS master than should add it to the workspace runtime warnings.
And UD will be able to show it to the user.
Apart from that, broker should send brokering log about that, so user would be able to see it when workspace is starting.
Implementation details:
At the moment broker sends JSON list to WS master with Che plugins descriptions.
warnings
. And add above described warning to this field.The text was updated successfully, but these errors were encountered: