-
Following the previous feedback from the program committee:
> We don't have a problem with the spec exploring this direction, but we currently have no interest in incorporating this in any profil…
-
A Jenkins CI instance was created as per #129 but there is no link or status badge here in the Readme.
-
Following the Jakarta Data issue about the topic:
https://github.com/jakartaee/data/issues/70
The goal is to remove all get as the prefix on the methods, such as `getResult`, `getSingleResult`, a…
-
The SNAPSHOT version in all POMs should not be `1.0.0-b6-SNAPSHOT` but `1.0.0-SNAPSHOT`.
-
Hobby salesportal guy again
I am also utilising S3/local file system for test with a thin abstraction to store ad fields (as XML files) and photos.
Thus it uses only S3 and Elasticsearch, no need …
-
Hi there,
I am trying to integrate JNoSql Document abstraction but I have some problem with the spec itself I believe.
- I want to do a simple query : A and B or C and D
Where A, B, C and D are s…
-
A good readme helps new contributors and users. It includes the documentation itself.
The proposal here is to define sessions that make sense in all projects.
We can explore several projects a…
-
Hi there,
first of all I want to thank you for all this wonderfull work.
**Nosql was the kind of specification/abstraction Jakarta EE needed and I think that all of this (beginning with the 4 differ…
-
I believe we should support polymorphism, at least in KeyValue and Document abstraction.
If I have a MongoDB (or other schema less Document databases) Collection for Animals, I can store a Cat, a D…
-
Hi,
For hobby and learning purposes I am writing a simple salesportal that uses Elasticsearch (or Lucene locally) through an abstraction that should work on top of Apache Solr or other such.
It …