Mark Paluch
Mark Paluch
Sure, feel free to submit a pull request.
Not exactly sure why you've posted details about `DefaultStreamOperations`. In any case, adding options for the `XADD` operations are held by `XAddOptions`. `minId` and `maxlen` are already supported, so not...
Ah, I got it. All the screenshots are pretty distracting and contribute a lot of noise to this ticket. I went ahead and removed these. It is fine to add...
The structure of JPA is very different from e.g. [MongoDB](https://docs.spring.io/spring-data/mongodb/reference/repositories.html) as JPA doesn't have a general section. With the Antora-based navigation we intentionally merged the Commons-part with the store-specific one...
Still waiting for a functional sample.
We use Apache's license template. We had amended license text variants in place causing all sorts of deviations in license scanner tools alerting we would use a proprietary license and...
Have you consulted the documentation? * [Custom RowMapper or ResultSetExtractor](https://docs.spring.io/spring-data/relational/reference/jdbc/query-methods.html#jdbc.query-methods.at-query.custom-rowmapper) * [`@Query` annotation with `rowMapperRef`/`rowMapperClass` attributes](https://docs.spring.io/spring-data/relational/reference/api/java/org/springframework/data/jdbc/repository/query/Query.html) Other than that, we do not accept `RowMapper` query method arguments.
IMHO updating slot-wise on each `MOVED` redirection isn't necessarily efficient. lettuce follows the concept of having multiple strategies 1. Regular refresh(polling in time intervals) 2. Adaptive refresh The adaptive topology...
Paging @sdeleuze
Spring Framework introduced a `Nullness` utility (see also #3100) so we can leverage that one to detect null markers instead of having an own utility.