diamondT

Results 2 issues of diamondT

hi, it would be nice to have support for named parameters in `@Query` queries, similarly to e.g. spring-data-jpa: ``` @Query("{\"match\": {\"name\": {\"query\": \":name\"}}}") Page findByName(String name,Pageable pageable); ``` instead of...

type: enhancement

hi, was wondering, is there a reason that path segments are trimmed in `HierarchicalUriComponents.FullPathComponent`? https://github.com/spring-projects/spring-framework/blob/aaf33100d9fdfa11917f76048a71ca21f3eace3b/spring-web/src/main/java/org/springframework/web/util/HierarchicalUriComponents.java#L900 for example the following test will fail ``` @Test void pathWithLeadingSpace() { String theUrl =...

status: waiting-for-triage
in: web