You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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:
Steps to Reproduce:
pom.xml
, which indicates version 1.0.5.The text was updated successfully, but these errors were encountered: