Skip to content

Incomplete and Outdated JNoSQL Options in Quarkus Code Generator #1372

@otaviojava

Description

@otaviojava

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions