-
Currently, an annotation of `@Column("FirstName")` will not pull data from an item named `firstname`. This may require an upstream change in JNoSQL.
-
skip
-
Hello everyone
I'm trying to implement jakarta nosql in openliberty, but i dont have success.
Dependencies are not resolved, and package jakarta.nosql.* dont exist.
The openLiberty version is …
-
Take this service:
```java
@GET
@Produces(MediaType.APPLICATION_JSON)
public Object get(@QueryParam("lastName") String lastName) {
Map result = new LinkedHashMap();
result.put("byQueryL…
-
Given the world we live in, I think it would be better to avoid using entities which may be seen inappropriate by some as they may be interpreted as referring to [a particular religion](https://www.le…
-
@amoscatelli had a really interesting idea in https://github.com/jakartaee/data/issues/94#issuecomment-1378369052 about having an annotation-based approached to defining queries that is less error pro…
-
Either in a separate repository (as many Jakarta EE specs do) or theoretically as a module (then #15 would become mandatory to tell API and TCK apart) here we should create a TCK soon.
keilw updated
2 years ago
-
skip
-
This happens only sometimes, and it seems like it primarily does shortly after altering the database design.
The specific trouble happens at the end, where an MP Health bean will complain that it d…
-
Hello,
I am facing a problem deserializing a mongo document.
The problem arises when there is an embedded object with the property of the same name as a parent class in the model and no sub-doc…