Skip to content
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

Use recommended stream instead of alpha in code.quarkus links #177

Conversation

holly-cummins
Copy link
Collaborator

@holly-cummins holly-cummins commented Mar 15, 2023

Resolves #161. We assume most platform extensions we list were in the last recommended stream of the platform, and so we omit the platform when creating code.quarkus links. This means we don't push people onto creating alphas.

Example good case:

https://extensions-quarkus-pr-177-preview.surge.sh/io.quarkus/quarkus-agroal gives a link https://code.quarkus.io/?e=agroal

image

The downside is for some extensions, the code.quarkus.io links no longer work correctly. Example bad case:

https://extensions-quarkus-pr-177-preview.surge.sh/io.quarkus/quarkus-azure-functions
image

@holly-cummins holly-cummins force-pushed the use-recommended-stream-instead-of-alpha branch from 3e6780e to 0cf9da5 Compare March 15, 2023 14:40
@github-actions
Copy link

github-actions bot commented Mar 15, 2023

🙈 The PR is closed and the preview is expired.

@holly-cummins holly-cummins merged commit 86de4f6 into quarkusio:main Mar 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

code.quarkus links should use latest preferred platform, not latest platform
2 participants