-
Notifications
You must be signed in to change notification settings - Fork 380
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
Some Quarkiverse extensions descriptions using parent description #1993
Comments
@xstefank, do you have a screenshot? It's expected that quarkiverse extensions which don't provide an extension in the pom inherit the parent description (which is annoying), but last time I checked, most extensions had unique descriptions. If you're seeing big swathes of identical descriptions, that's unexpected. The fact that we show stupid-looking parent descriptions is a known problem (see quarkusio/quarkus#31634). We also discussed this at https://quarkusio.zulipchat.com/#narrow/stream/187038-dev/topic/quarkiverse.20parents/near/375241089. Options to fix it include:
|
@holly-cummins thanks for the info. If I just search for "quarkiverse" I can see this Personally, I think we should enforce it. It's not so much work and it would look way better on the site. |
Thanks, @xstefank. I'm relieved we haven't had a huge regression :) I'll update the issue title to reflect that. I think enforcing it may be ok, but we need to make sure to do it early enough in the process that it doesn't contribute to what can already be a rather long "I'd like to publish," "ah, but you did something wrong!", "ok, fixed that, I'd like to publish," "ah, but you did another thing wrong!" feedback cycle. It also can't be so early in the cycle that people who've just created an extension from the template get harassed to fill in all sorts of information. In the worse case, that makes them fill in dummy data, so it doesn't help. We should also be aware that even if we implement enforcing, there will be some extensions that have the parent description. The Jdbi extension has an unfixed issue open against it for the missing description. Some of the other extensions which are missing descriptions haven't had a release for a year or two, so blocking publication won't actually affect them. |
Describe the bug
In https://quarkus.io/extensions/ any Quarkiverse extension uses the same description that is inherited from the parent:
I'm not sure if individual extensions override this, but if they don't we should ask them to.
Which pages
https://quarkus.io/extensions/
I'm not sure where I should raise this, so point me to the correct place if this is not it, please.
The text was updated successfully, but these errors were encountered: