You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
org.springframework.data.mongodb.repository.support.MongoAnnotationProcessor does not take under account @Field annotations (or any other field mapping annotation) when generating Querydsl query types.
Evangelos Parchas opened DATAMONGO-1488 and commented
org.springframework.data.mongodb.repository.support.MongoAnnotationProcessor
does not take under account@Field
annotations (or any other field mapping annotation) when generating Querydsl query types.For example, given the model:
The generated Querydsl query type is:
and when executing query with:
the generated condition contains "
resendTs
" instead of "ts
"Affects: 1.9.2 (Hopper SR2)
The text was updated successfully, but these errors were encountered: