code.quarkus.io
code.quarkus.io copied to clipboard
Incomplete and Outdated JNoSQL Options in Quarkus Code Generator
When using the Quarkus project's code generator at code.quarkus.io, the search filter for JNoSQL only displays the MongoDB option, rather than all available NoSQL options listed at quarkiverse/quarkus-jnosql. Additionally, the MongoDB option is outdated, using version 1.0.5 instead of the latest version 3.3.0, which is available on Sonatype Central.
Expected Behavior:
The Quarkus code generator should display all available NoSQL integrations supported under the Quarkiverse JNoSQL project, allowing users to select any supported databases. Furthermore, the versions of these integrations should be up-to-date.
Current Behavior:
- Only the MongoDB option is available when filtering for JNoSQL.
- The MongoDB option is an older version (1.0.5) instead of the latest release (3.3.0).
Steps to Reproduce:
- Go to code.quarkus.io.
- In the search bar, type "JNoSQL".
- Notice that only MongoDB is available as an option.
- Select MongoDB and download the project.
- Check the included version in the
pom.xml, which indicates version 1.0.5.
This should be fixed in the extensions metadata, code.quarkus.io is just consuming those apis