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
Description
The text was updated successfully, but these errors were encountered:
What does "read only" mean ? Greyed out/disabled or ?
Sorry, something went wrong.
Both (Greyed out & Disabled)
While looking into #1266, I found that some extensions have a minimum required java version, e.g. the Camel ones. Accessing https://code.quarkus.io/d?j=11&e=org.apache.camel.quarkus%3Acamel-quarkus-core&cn=code.quarkus.io yields:
Quarkus Command error > Some extensions are not compatible with the selected Java version (11): org.apache.camel.quarkus:camel-quarkus-core (min: 17)
Quarkus Command error > Some extensions are not compatible with the selected Java version (11):
However this restriction is not available when querying https://code.quarkus.io/api/extensions/stream/io.quarkus.platform:3.6?platformOnly=false
It'd be useful to have the min required Java version in that json payload, so that IDEs can also filter out incompatible extensions.
ia3andy
No branches or pull requests
Description
The text was updated successfully, but these errors were encountered: