Document that SpEL expressions using array construction cannot be compiled #32401
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: documentation
A documentation task
Milestone
SpEL's
ConstructorReference
supports compilation of expressions that instantiate new objects, but it does not support compilation of expressions that construct new arrays -- for example, vianew int[] {1, 2, 3}
.The reference manual should document this limitation.
The text was updated successfully, but these errors were encountered: