We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The current implementation depends on the behavior of Aether resolving the special RELEASE version, e.g.
RELEASE
[boot/core "RELEASE"]
This is problematic for a number of reasons:
The solution: use the GitHub API to search for new versions of Boot, don't cache, and implement filtering of incompatible versions.
The text was updated successfully, but these errors were encountered:
superseded and fixed by #300
Sorry, something went wrong.
No branches or pull requests
The current implementation depends on the behavior of Aether resolving the special
RELEASE
version, e.g.[boot/core "RELEASE"]
This is problematic for a number of reasons:
RELEASE
version doesn't allow restricting upgrades to a specific major version, which results in incompatible upgrades.The solution: use the GitHub API to search for new versions of Boot, don't cache, and implement filtering of incompatible versions.
The text was updated successfully, but these errors were encountered: