-
This issue addresses the planned upgrade of the project structure for the Quarkus JNoSQL integration. The goal is to enhance organization and consistency within the project, simplifying management a…
-
Right now the Maven coordinates are
```
jakarta.nosql
demo
```
That is not good because it overlaps with the API/Spec namespace and groupId.
Either we should harmonize it with other d…
keilw updated
4 years ago
-
### Which JNoSQL project the issue refers to?
JNoSQL Databases
### Use case
It would be great if jnosql could support @Index annotation which may be the same as the one present in JPA standard API.…
-
### Which JNoSQL project the issue refers to?
JNoSQL (Core)
### Use case
### Context
We expect people to contribute to the JNOSQL project.
When they submit a PR, we expect that all the tests ar…
-
**Describe the bug**
I tried to port my [Jakarta Data example project](https://github.com/hantsy/quarkus-sandbox/tree/master/jakarta-data) from Hibernate to Jakarta EE/EclipseLink. But it failed when…
-
As a:
- [x] Application user/user of the configuration itself
- [x] API user (application developer)
- [ ] SPI user (container or runtime developer)
- [ ] Specification implementer
It's neede…
-
### Specification
https://github.com/jakartaee/data/blob/78d53408461c0f5962d4fee7a2d780d226f71c0d/spec/src/main/asciidoc/query-language.asciidoc
### Assertion
https://github.com/jakartaee/data/blob…
-
### Which JNoSQL project the issue refers to?
JNoSQL (Core)
### Use case
Coming from an JPA / relational background it was a little counterintuitive that the `@Column` is mandatory for every field …
-
The author of Microservice Architecture Patterns, @cer has given a presentation on Event Sourcing with a Money Transfer application example: https://plainoldobjects.com/presentations/building-and-depl…
keilw updated
7 years ago
-
Inspired by issue #2418 and PR #2429 (Santiago)
User-provided CDI extensions might veto beans. If our own extensions use `@ProcessBean` then we will honor those vetos. But if our extensions use `@P…