Hi, is there any update on this?
Currently we are facing a similar issue when trying to run the customizer in order to apply case insensitive comparsion. Again this doesn't work for such complex structure. Is Spring Data REST not intended to be used for objects having collections referenced as described above?
Frank Speidel opened DATAREST-1286 and commented
Trying to add a an attribute to the backlist of a repository:
The path is not resolved correctly and therefore blacklisting is not working. Preparation of path takes place here:
For the example above, original path is a follows:
which is transformed into invalid value:
https://github.com/spring-projects/spring-data-commons/blob/master/src/main/java/org/springframework/data/querydsl/binding/QuerydslBindings.java#L332
Affects: 3.0.10 (Kay SR10)
The text was updated successfully, but these errors were encountered: