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
However, this is still not possible. SpEL expressions #{...} work, as well as bean references #{@bean.method()}, but using properties ${...} results in an exception: '${ttl}' is not a valid duration, cannot detect any known style.
thanks for the heads up, seems we'd need to obtain the ValueEvaluationContext in MongoPersistentEntityIndexResolver:663 instead of just the EvaluationContext.
Activity
christophstrobl commentedon May 23, 2025
thanks for the heads up, seems we'd need to obtain the
ValueEvaluationContext
in MongoPersistentEntityIndexResolver:663 instead of just theEvaluationContext
.