-
LocalDateTime converter compatible with Java SDK. This was requested by a specific customer that uses both spring-data-couchbase and the Java SDK.
```
private CouchbaseJsr310Converters() {
...
…
-
I'm thinking about the following:
1: We can take a bit of inspiration from the design/structure/tooling of https://github.com/JSQLParser/JSqlParser to give us a "base" for this feature.
2: We ca…
-
It is not possible to use CouchbaseTemplate methods for grouping/having and projection functions clauses in Couchbase n1ql queries. Would be nice to have incorporated into its API these methods for th…
-
### Abstract
Reactive programming is a great tool for the skilled developer, enabling us to deliver more scalable, resilient, & responsive services…but only if we leverage the reactive model throu…
-
Hello,
Running the BucketManager.getDesignDocuments() fails with an `InvocationTargetException`
The message is `java.lang.RuntimeException: java.net.ConnectException: Connection refused: localho…
-
When looking at `latestDepTest`, I noticed that mongo-3.1 and mongo-3.7 both have the same latestDepTest version of `+`. This is unusual since it means that the old instrumentation works with the newe…
-
-
**User story**
* *As a* Reactivity user having an access to an organization
* *I want to* display the artifacts or my organization in a list
* *So I can* see my activity in a TODO list
**Accep…
-
Hi all,
i'm trying to use Spring Cloud launcher but it failed to start any services:
```
C:\Projets>mvn -version
Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T17:41:4…
-
This should work alongside cas support in PR #1051
Idea for API:
```java
MyEntity entity = template.removeById(MyEntity.class)
.withCas(12345L)
.one("abc123");
```
It would be…