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
The SpEL Evaluation chapter in the reference manual contains the following outdated information.
SimpleEvaluationContext no longer has a create() method. Instead it has forPropertyAccessors(), forReadOnlyDataBinding(), and forReadWriteDataBinding() factory methods.
SpEL actually cannot automatically create missing array elements or grow the size of an array like it can for a Collection.