Description
Describe the problem
The latest web page shows link to the quickstarts maven repository (which is valid), however there is also ZIP link. This points to the URL https://github.com/keycloak/keycloak-quickstarts/archive/latest.zip . This allows to download keycloak-quickstart-latest.zip, which is very outdated version of quickstarts . It seems this is the last stuff from the quickstart latest
branch, which we removed few months ago. This content is not valid. Among other things, it has some snapshot dependencies in the pom.xml
and likely does not work at all.
We should either:
- Remove link to the ZIP entirely from the web page and keep just link to github repository
- Make link working with the latest
main
branch of the quickstarts . It looks this would need to be somehow build nightly .
My preference is likely the option 1 as it is easier
Expected behavior
Either not having outdated link (option 1) or fix the link to point to latest updated quickstarts from the latest main
branch (option 2).
How to Reproduce?
No response
Anything else?
No response