Support for SimpleEvaluationContext in SpEL [SPR-16588] #21130
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
status: backported
An issue that has been backported to maintenance branches
type: enhancement
A general enhancement
Milestone
Rossen Stoyanchev opened SPR-16588 and commented
StandardEvaluationContext
provides more options than are actually required for many common uses cases (e.g. data binding expressions, property based filters, etc) where the goal is to provide a little extra flexibility but not necessarily expose the full extent of the SpEL language. Arguably there should be a more basicEvaluationContext
that meaningfully restricts the SpEL language and the set of relevant configuration options to what is relevant for those scenarios, optimizing guidance and SpEL resolution performance for the particular scenario.Affects: 4.3.14, 5.0.4
Issue Links:
Backported to: 4.3.15
The text was updated successfully, but these errors were encountered: