Otávio Santana
Otávio Santana
### Database name DynamoDB ### Database details We currently have DynamoDB in our repository but with a massive leak of documentation and test. We need to check if we want...
# Context TCK is an acronym for Technology Compatibility Kit, which comprises a series of tests that ensure a particular technology implementation is consistent with the corresponding specification. We aim...
### Which JNoSQL project the issue refers to? JNoSQL Databases ### Use case ## Objective: This issue aims to significantly enhance Eclipse JNoSQL's capabilities in handling graph databases by introducing...
### Which JNoSQL project the issue refers to? JNoSQL Extensions ### Use case Eclipse JNoSQL Lite, which currently requires entities to have a default non-argument constructor and supports Java bean...
### Which JNoSQL project the issue refers to? JNoSQL (Core) ### Use case Currently, the project has separate classes for DocumentQuery and ColumnQuery, as well as DocumentDeleteQuery and ColumnDeleteQuery, which...
It is a minor enhancement at the readme about the minimum requirement of Java 8.
When using the Quarkus project's code generator at [code.quarkus.io](https://code.quarkus.io/), the search filter for JNoSQL only displays the MongoDB option, rather than all available NoSQL options listed at [quarkiverse/quarkus-jnosql](https://github.com/quarkiverse/quarkus-jnosql). Additionally, the...
To enhance the flexibility and functionality of Eclipse JNoSQL, we need to enable the creation and use of custom repositories. **Tasks**: - [ ] Review the current repository implementation in...
Our goal is to have the TCK run 100% successfully. This means passing all tests without any failures or errors. **Tasks:** - [ ] Run the TCK and identify any...
We must ensure that the TCK can run against a NoSQL document database like MongoDB. This will validate the compatibility and functionality of Jakarta Data with NoSQL databases. ### Tasks:...