-
@ivargrimstad @aeiras
Currently, a lot of numbers, (and requests to update work in progress pull request) has been mentioned in https://github.com/jakartaee/jakarta.ee/issues/1165 , so I opened thi…
-
There should be a CI build e.g. Travis (or Github's own "Actions" if somebody knows how to get them to work) for those demos.
keilw updated
4 years ago
-
Hi,
we are trying to deploy our application on Google App Engine.
The app is using the latest version of jnosql (1.0.0-b1), but we also tried previous version.
Essentially, the app works fine local…
-
Hi,
we are trying to executing a simple test using JerseyTest. However we notice that the CDI is not able to properly injecting the Repository implementation.
In particular, we are using:
- jersey
…
-
While the Spec and standardized API are defined in the new `jakarta.nosql` project, why are there so many org.jnosql packages in this repository and others? Shouldn't it be `org.eclipse.jnosql` instea…
keilw updated
4 years ago
-
Along the planned change of the package (#183) the Maven groupId should also use `org.eclipse.jnosql`.
keilw updated
4 years ago
-
This proposal has the goal to work to support Eclipse JNoSQL:
```java
@Inject
@ConfigProperty(name = "name")
private ColumnFamilyManager manager;
```
* https://www.eclipse.org/community/ec…
-
I recently noticed that the JNoSQL MongoDB driver was adding the asynchronous MongoDB libraries when I only needed the synchronous libraries. This added unnecessary bulk to my JAR / WAR. I have a sugg…
-
Some other specs such as JNoSQL, Reactive Messaging need a way to convert from String to other Object or some other types. At the moment, the convert is attached to config. You will have to get a conf…
-
JUnit 5 offers many new features, inspired by TestNG or otherwise. Could the JSR 385 TCK benefit from some of them?
keilw updated
4 years ago