-
almost all data related project, such as Spring Data, MicroauntData have added ReactiveStreams/Flow support, Jakarta EE/MP also includes a ReactiveStreams operates spec.
Consider ReactiveStreams …
-
Mongo drivers itself can handle the dbref case.
```json
{
'title': 'test title',
'comments': [ uuid-1, 2, 3] //ref to comment document
}
```
we can add and remove comment from Post.co…
-
We go to another approval at the Jakarta EE committee board, which is good news.
As the next step, I would like to create a force task to review and enhances our project documentation.
## Tasks
…
-
There's just been a security warning about the snakeyaml dependency: https://github.com/eclipse/jnosql/security/dependabot/1
@otaviojava Where is it used?
keilw updated
2 years ago
-
I'm creating this thread to discuss which repositories we should support, at least in this first version of Jakarta Data.
When I checked the Java solutions broadly spread in the market, I usually…
-
Hello, I had an issue with using the CDI extension and Jupiter when I needed to use ValueSource.
Given this class:
```java
@EnableAutoWeld
@AddPackages(value = {Convert.class, Transactional.cl…
-
I'm trying to fix the Sort annotation and appoint it here:
https://github.com/jakartaee/data/issues/94
Currently, we have three ways to define Sort:
- query by method (Static order)
- Page…
-
Hi
I tried to use sample from the official documentation http://www.jnosql.org/docs/document.html. However I've got a pretty strange exception:
```
Caused by: java.lang.NoClassDefFoundError: ja…
-
## Environment Details
* Helidon Version: 2.4.1
* Helidon SE or Helidon MP: Helidon MP
* JDK version: Java 11 or Java 17
* OS: Linux
* Docker version (if applicable):
----------
## Problem …
-
Similar to the name of the spec module (#14) almost every Jakarta EE repository follows a common pattern with an "api" Maven module for API code. We could/should move [communication](https://github.co…
keilw updated
2 years ago