SimpleEvaluationContext should disable array allocation #28808
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
The Javadoc for SimpleEvaluationContext states that it is:
Since array allocation is a special kind of constructor we should also disable array allocation in order to adhere to the contract of
SimpleEvaluationContext
.This may be a breaking change for some users. Consequently, this change should likely only be made in Spring Framework 6.0.
The text was updated successfully, but these errors were encountered: