The SpEL Evaluation chapter in the reference manual contains the following outdated information.
SimpleEvaluationContextno longer has acreate()method. Instead it hasforPropertyAccessors(),forReadOnlyDataBinding(), andforReadWriteDataBinding()factory methods.- SpEL actually cannot automatically create missing array elements or grow the size of an array like it can for a
Collection.