Skip to content
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

Incomplete and Outdated JNoSQL Options in Quarkus Code Generator #1372

Open
otaviojava opened this issue Apr 20, 2024 · 1 comment
Open

Incomplete and Outdated JNoSQL Options in Quarkus Code Generator #1372

otaviojava opened this issue Apr 20, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@otaviojava
Copy link

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:

  1. Go to code.quarkus.io.
  2. In the search bar, type "JNoSQL".
  3. Notice that only MongoDB is available as an option.
  4. Select MongoDB and download the project.
  5. Check the included version in the pom.xml, which indicates version 1.0.5.
@otaviojava otaviojava added the bug Something isn't working label Apr 20, 2024
@ia3andy
Copy link
Collaborator

ia3andy commented Jun 26, 2024

This should be fixed in the extensions metadata, code.quarkus.io is just consuming those apis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants