Mark Paluch
Mark Paluch
We're using the deprecated default method arrangement for quite a while now. We eventually want to remove all deprecated forwarding as it adds to our complexity of use. However, such...
The problem originates in `DefaultStringConnection`. The backend connection uses a proxy mechanism to determine whether the called method is a read method that should return a value. `DefaultStringRedisConnection` uses manual...
With #3193, we now no longer wrap a `RedisConnection` to `StringRedisConnection` when using `StringRedisTemplate`. As workaround, I suggesst overriding `StringRedisTemplate.preProcessConnection(…)` and returning the raw `RedisConnection`.
Another datapoint: `andInclude("a.b.c")` renders `{"b.c" : "$a.b.c"}`, see #76 Concluding from the point of investigation, the goal was to derive the field name from a property. Therefore, paths use the...
Spring Data's repository bean registrations make use of `BeanDefinitionBuilder` and `BeanDefinitionRegistry.registerBeanDefinition(…)` to register beans. We attempt also to delay class initialization to avoid loading classes unless required as eager class...
Thanks for reaching out. If I understand correctly, the linked Reactor Netty ticket discusses a problem when using pooled connections that are broken but the broken connection goes unnoticed until...
Timeouts are set on a per-command basis. Once a command is dispatched (that is being invoked on the API) the timeout starts. Any preceding slow command or a blocking command...
FTR: https://github.com/querydsl/querydsl/blob/99e3ca936f46471bc61d9af6e1a3dbb16f3f12b3/querydsl-jpa/src/main/java/com/querydsl/jpa/JPQLTemplates.java
Sure. We've started exploring configuration for ignore-case transformations with https://github.com/spring-projects/spring-data-jpa/pull/3653/files#diff-fdc19ed3d18aab513d05cd0418ab02dbaa8f1bdf5f8f8574d26d1ecdd9914486