@Meta does not support property resolution #4808
Labels
has: breaking-change
An issue that is associated with a breaking change.
status: pending-design-work
Needs design work before any code can be developed
status: waiting-for-triage
An issue we've not yet triaged
theme: MongoDB 5.0
The annotation
org.springframework.data.mongodb.repository.Meta
is used, among other things, to define a max execution time for the query:However there is currently no attribute that supports spring placeholders and SpEL expressions. As such the execution time limit is not configurable for spring repositories and one must manually write the query with MongoTemplate if configurability is required.
The text was updated successfully, but these errors were encountered: