mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
This commit updates the Evaluation chapter to reflect the following. - SimpleEvaluationContext no longer has a create() method. Instead it has forPropertyAccessors(), forReadOnlyDataBinding(), and forReadWriteDataBinding() factory methods. - SpEL cannot automatically create missing array elements or grow the size of an array like it can for a collection. Closes gh-33456