-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Define a notion of a beta/experimental extension in the tooling #4771
Comments
these really just need to go into k8s style metadata - then we don't have to care. |
How about setting this as a Maven |
the plugin to generate the metadata already take values from pom.xml - that part is really secondary; the key is how we store and manage this at the API level between extensions and our platform/registry. |
I believe this information (after read from the pom.xml) will be stored in the generated |
This is possible today via On call today we said that for v1 its basically just about identifying wether a feature is stable or not - no grading yet. My suggestion is to use a key named "grading" and for now only recognized value will be "preview" |
@maxandersen I used "status" as a key already (we can change it): Line 36 in 1c8ed9b
|
status is equally neutral to grading so i'm fine with that. lets keep it simple ;) so "status" = "preview" is the key/value pair we'll use for v1 to mark things non-stable, ok ? |
- status (stable or not) - keywords (http and spring especially) - add categories when missing
- status (stable or not) - keywords (http and spring especially) - add categories when missing
issue #4771 - Update extension metadata
fixed in core, outstanding issue in code.quarkus.io quarkusio/code.quarkus.io#196 |
- status (stable or not) - keywords (http and spring especially) - add categories when missing
- status (stable or not) - keywords (http and spring especially) - add categories when missing
Extension authors (or extension catalog authors) should be able to indicate in the metadata that the state/quality of certain extensions is beta or experimental.
The text was updated successfully, but these errors were encountered: