-
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
Include minimum/recommended JDK version in the platform stream descriptor #28497
Comments
@gastaldi we need both minimum and recommended versions, why "or"? |
@ia3andy when I created the issue I thought it would not be necessary, but now that you mention, I think both makes sense (eg. because GraalVM might not work with the latest JDK) |
@gastaldi any update on this as it will need it to flow all the way down to the tooling? |
We'll need to include this in the stream metadata. @aloubyansky any thoughts? |
We don't deploy stream metadata as part of platform releases. It's true though that we could add a Java version preference directly to https://github.com/quarkusio/quarkus/blob/main/devtools/bom-descriptor-json/src/main/resources/catalog-overrides.json under |
@aloubyansky Now that you mention I think it makes sense to have this in the platform release metadata. That would give us finer control over the recommended/minimum JDK per platform release. I'll submit a PR |
@ia3andy would that work for you? |
- Fixes quarkusio#28497 (cherry picked from commit 55edc25)
- Fixes quarkusio#28497 (cherry picked from commit 55edc25)
- Fixes quarkusio#28497 (cherry picked from commit 55edc25)
Description
From @rsvoboda:
Implementation ideas
Include the minimum and recommended JDK version in the platform stream (extension catalog) descriptor
The text was updated successfully, but these errors were encountered: