Mark Paluch

Results 1230 comments of Mark Paluch

Alright, thanks a lot for looking into it. I’ve seen a few tickets regarding reference to property names in the context of native queries and the need (or expectation) of...

Thanks for suggesting this enhancement proposal. Case-insensitive sorting is a great idea and @mipo256 started a draft Pull Request. We feel that this topic requires a bit more design and...

Parameter pre-processing does not consider comments at all, block comments (`/* … */`, single-line comments (`// …`) or SQL-style (`-- …`) comments. Ignoring comments requires covering the entire syntax space...

Thanks for reaching out. `@QueryHints(@QueryHint( name = "org.hibernate.comment", value = "a static comment" ))` works for all query variants (JPQL and SQL `@Query` and derived queries) when `hibernate.use_sql_comments` is enabled....

Please provide a [minimal yet complete sample](https://stackoverflow.com/help/mcve) that reproduces the problem so that we get an idea how your domain model looks like. You can share it with us by...

Also, there are several broken documentation references: ``` [INFO] [09:41:53.424] INFO (asciidoctor): possible invalid reference: mapping.configuration [INFO] file: src/main/antora/modules/ROOT/pages/jdbc/mapping.adoc [INFO] source: https://github.com/spring-projects/spring-data-relational (branch: main | start path: src/main/antora) [INFO] [09:41:54.007]...

Requires https://github.com/spring-projects/spring-data-mongodb/issues/5118

Care to provide a reproducer? With the code above, we're not able to reproduce the issue. Here's the Redis `MONITOR` output: ``` 1762176059.468226 [0 127.0.0.1:51203] "XREADGROUP" "GROUP" "foo" "my-consumer" "BLOCK"...

Thanks for reaching out. We're already in our RC phase and therefore, we don't perform any major version upgrades anymore. This is a candidate for the next Spring Data Redis...

I think this is too little. `DefaultStreamReceiver` is also a stream consumer that needs similar adoption. The pull request should contain some tests and needs rebasing.